Replies: 1 comment 7 replies
-
@vCra how do you define "an incorrect label"? I can be a race condition between the table that stores individual metric values, e.g. it does not necessarily require the keys to be unique. But that would not result in any "incorrect" labels. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When scraping the /metrics/per-object endpoint, we occasionally see duplicated metrics returned from RMQ
These metrics sometimes have the correct labels, and sometimes do not. This issue doesn't affect the entire cluster - it's usually just one node
This is causing issues with ingestion into prometheus, as it sees these identical metrics as out-of-order, which generated errors
Metrics which seem to be affected
Reproduction steps
We are struggling to reproduce this
Expected behavior
All the metrics should have unique labels
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions