You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "L-glory (GitHub)" <gi...@apache.org> on 2019/12/12 08:31:20 UTC

[GitHub] [dubbo] L-glory opened issue #5472: How to disable MonitorService

- [] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [ 1] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.

### Environment

* Dubbo version: 2.7.3
* Operating System version: win10
* Java version: 1.8

### Steps to reproduce this issue

1. I didn't add any configuration about monitor in app;
2. Provider and consumer Startup success;
3. Call someone interface and get exception like "java.lang.NoClassDefFoundError: com/alibaba/dubbo/monitor/MonitorService".

How to disable dubbo's monitor related services if I don't want to use monitor.



[ Full content available at: https://github.com/apache/dubbo/issues/5472 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #5472: How to disable MonitorService

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
dubbo.consumer.filter=-monitor
dubbo.provider.filter=-monitor

[ Full content available at: https://github.com/apache/dubbo/issues/5472 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #5472: How to disable MonitorService

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
配置 filter="-monitor"

[ Full content available at: https://github.com/apache/dubbo/issues/5472 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org