SylviaBABY commented on code in PR #7170: URL: https://github.com/apache/apisix/pull/7170#discussion_r886241768
########## docs/zh/latest/plugins/skywalking.md: ########## @@ -181,58 +232,10 @@ $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335 }' ``` -现在就已经移除了 SkyWalking 插件了。其他插件的开启和移除也是同样的方法。 - -如果你想完全禁用 SkyWalking 插件,比如停掉后台上报数据的定时器,需要在 `config.yaml` 里把插件注释掉: +如果你想完全禁用 SkyWalking 插件,即停掉后台上报数据的定时器,就需要从配置文件(`./conf/config.yaml`)注释该插件: Review Comment: ```suggestion 如果你想完全禁用 `skywalking` 插件,即停掉后台上报数据的定时器,就需要从配置文件(`./conf/config.yaml`)注释该插件: ``` -- 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]
