-
Notifications
You must be signed in to change notification settings - Fork 11.7k
New issue
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
[RIP-46] Add logging metrics exporter #5678
Comments
I would like to give it a try, can you assign this issue to me |
I found that there is already a rocketmq-exporter(https://github.com/apache/rocketmq-exporter), what's the difference? |
This wiki Observability Improvement for RocketMQ can answer your questions. |
Got it~Does this issue include all of the following tasks? Where should I start
|
No, this issue aims to add a log exporter. Currently, we have otlp exporter and Prometheus exporter. rocketmq/common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java Lines 346 to 349 in 5744721
|
ok~thx |
Closed as completed via #6234 |
For now, we need an Opentelemetry collector or Prometheus to explore metrics. It's useful to add logging exporter for debugging purposes.
The text was updated successfully, but these errors were encountered: