Replies: 1 comment
-
Always read document first, please. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, I want to disable report on 10.1.2.3 (of course IP condition is just an example)
if(getLocalIp().equals("10.1.2.3"))
{
//what should i do to disable report?
}
I tried "System.setProperty("skywalking.collector.backend_service","");", but it did not work. The application still reports data to the address written in agent.confg.
My purpose is "same binary + same agent config have different behavior", I do not want to ask someone to keep his agent.config different from others to disable report.
Beta Was this translation helpful? Give feedback.
All reactions