We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dubbo
Motan
Prometheus
Describe the bug The metric tag name "service" defined by the Motan and Dubbo rpc plugins conflicts with the original tag name of Prometheus.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expect Prometheus to get the metrics properly.
Version The Easeagent latest version
Configuration
name=dubbo-server system=rpc-system ### http server easeagent.server.enabled=true easeagent.server.port=9903 # -------------------- plugin global config --------------------- plugin.observability.global.tracing.enabled=true ### dubbo metric plugin.observability.dubbo.metric.enabled=true plugin.observability.dubbo.metric.interval=30 plugin.observability.dubbo.metric.topic=platform-metrics plugin.observability.dubbo.metric.url=/platform-metrics plugin.observability.dubbo.metric.appendType=http
Logs
OS and Hardware
Additional context
The text was updated successfully, but these errors were encountered:
fix: Failed to collect Dubbo and Motan plugin metrics using Prometheus
9778ede
- Change the label name `service` of the dubbo and motan plugins to `interface`. - Refactor code - Remove unnecessary unit tests Closes megaease#309
oewang
Successfully merging a pull request may close this issue.
Describe the bug
The metric tag name "service" defined by the Motan and Dubbo rpc plugins conflicts with the original tag name of Prometheus.
To Reproduce
Steps to reproduce the behavior:
Prometheus
dashboard and find the following error:Expected behavior
Expect
Prometheus
to get the metrics properly.Version
The Easeagent latest version
Configuration
Logs
OS and Hardware
Additional context
The text was updated successfully, but these errors were encountered: