mrproliu commented on code in PR #39:
URL: https://github.com/apache/skywalking-go/pull/39#discussion_r1193704913
##########
docs/en/advanced-features/plugin-exclusion.md:
##########
@@ -0,0 +1,19 @@
+# Plugin Exclusion
+
+The plugin exclusion is used during the **compilation phase** to exclude
specific plugins, through their names.
+Consequently, the codes of these excluded plugins will not be weaved in, then,
no relative tracing and metrics.
+
+## Configuration
+
+
+```yaml
+plugin:
+ # List the names of excluded plugins, multiple plugin names should be
splitted by ","
+ # NOTE: This parameter only takes effect during the compilation phase.
+ excluded: ${SW_AGENT_PLUGIN_EXCLUDES:}
Review Comment:
fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]