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
If possible use counters rather than gauges.
rocketmq_producer_put_size is missing units, and as a counter should end in _total.
rocketmq_group_get_latency is missing a unit and should be a Summary without quantiles if possible.
cluster and broker sound like target labels, which should come from Prometheus rather than the exporter.
Your port number isn't in the usual range from the wiki page.
More details see https://prometheus.io/docs/instrumenting/writing_exporters/
The text was updated successfully, but these errors were encountered:
Merge pull request #3 from breezecoolyang/master
66baa0d
[ISSUE #1]Add grafana dashboard for rocketmq exporter and Modify some metrics
Merge pull request #1 from apache/master
7bfbd97
merge the change of master branch
e7114e8
merge from master
No branches or pull requests
If possible use counters rather than gauges.
rocketmq_producer_put_size is missing units, and as a counter should end in _total.
rocketmq_group_get_latency is missing a unit and should be a Summary without quantiles if possible.
cluster and broker sound like target labels, which should come from Prometheus rather than the exporter.
Your port number isn't in the usual range from the wiki page.
More details see https://prometheus.io/docs/instrumenting/writing_exporters/
The text was updated successfully, but these errors were encountered: