You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/19 11:35:16 UTC

[GitHub] [apisix] tokers commented on issue #4623: bug: traffic-split plugin

tokers commented on issue #4623:
URL: https://github.com/apache/apisix/issues/4623#issuecomment-882477038


   > 找到traffic-split失效的原因了,是因为之前按照[https://apisix.apache.org/docs/apisix/plugins/skywalking文档,在config.yaml文件中配置skywalking插件:](https://apisix.apache.org/docs/apisix/plugins/skywalking%E6%96%87%E6%A1%A3%EF%BC%8C%E5%9C%A8config.yaml%E6%96%87%E4%BB%B6%E4%B8%AD%E9%85%8D%E7%BD%AEskywalking%E6%8F%92%E4%BB%B6%EF%BC%9A)
   > 
   > ```yaml
   > plugins:
   >   - skywalking
   > ```
   > 
   > 我现在在config.yaml的plugins下面加上traffic-split,插件就生效了。
   > 
   > 这个是因为我在config.yaml中配置了plugins,从而导致config-default.yaml中的所有plugins都被覆盖了吗?麻烦解答下疑惑吧
   
   Yep, the same configuration item in `config.yaml` will override the same one in `config-default.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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org