Replies: 1 comment 2 replies
-
|
it's a judgment call whether per-object endpoint should return everything, or just the per-object metrics. I'm not sure we have a clear decision on this, so there could be that different components (metrics comes from many places) behave differently. We should probably decide and unify the behaviour, but I'm not sure which way. A quick workaround/solution is to scrape both endpoints |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.1.4
Erlang version used
27.3.x
How is RabbitMQ deployed?
Community Docker image
Steps to reproduce the behavior in question
It appears that some metrics present in the aggregated metrics are missing from the per-object metrics.
To verify, you can save the aggregated metrics to a file named
metricsand the per-object metrics to a file namedper_object, then run the following command to list metrics that exist in the aggregated set but not in the per-object set:result is:
What problem are you trying to solve?
I’m scraping the per-object endpoint and wanted to add an alert for the
rabbitmq_unreachable_cluster_peers_countmetric. However, this metric isn’t present in the per-object endpoint.Is this the expected behavior, or could it be a bug?
Beta Was this translation helpful? Give feedback.
All reactions