How do I get the properties of watcher in plugin developing #9958
Unanswered
WinterWaterWarm
asked this question in
Q&A
Replies: 1 comment 4 replies
-
What your ask doesn't make any sense. You are developing something but don't aware of how it works? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example,plugin



trace-ignore-plugin
registers atraceIgnorePatternWatcher
as BootServiceapm-sniffer/optional-plugins/trace-ignore-plugin/src/main/resources/META-INF/services/org.apache.skywalking.apm.agent.core.boot.BootService
apm-sniffer/optional-plugins/trace-ignore-plugin/src/main/java/org/apache/skywalking/apm/plugin/trace/ignore/TraceIgnoreExtendService.java
How can I call the method
value
of watcher at any time in plugin developing?Beta Was this translation helpful? Give feedback.
All reactions