kezhenxu94 commented on a change in pull request #5:
URL: https://github.com/apache/skywalking-python/pull/5#discussion_r422587354



##########
File path: docs/FAQ.md
##########
@@ -0,0 +1,12 @@
+## FAQ
+
+Q: How to disable some plugins?
+A: You can disable one or more plugins by following methods.
+
+```python
+from skywalking import config
+
+config.disable_plugins = ['sw_http', 'sw_request']  # can be also CSV format, 
i.e. 'sw_http,sw_request'

Review comment:
       > Where should user find these names?
   
   Added a section to list all the plugin names




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to