Skip to content
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

label name "node" is not unique: invalid sample #104

Open
kuberxy opened this issue Aug 25, 2021 · 0 comments
Open

label name "node" is not unique: invalid sample #104

kuberxy opened this issue Aug 25, 2021 · 0 comments

Comments

@kuberxy
Copy link

kuberxy commented Aug 25, 2021

The following error occurred when prometheus scrape metric:
image
The same label name does exist in the metric exposed by rabbitmq:

# TYPE rabbitmq_core_node_node_send_bytes counter
# HELP rabbitmq_core_node_node_send_bytes Count of bytes sent to node.
rabbitmq_core_node_node_send_bytes{node="rabbit@cytest2",node="rabbit@cytest1"} 169988
rabbitmq_core_node_node_send_bytes{node="rabbit@cytest2",node="rabbit@cytest3"} 193661
# TYPE rabbitmq_core_node_node_recv_bytes counter
# HELP rabbitmq_core_node_node_recv_bytes Count of bytes received from node.
rabbitmq_core_node_node_recv_bytes{node="rabbit@cytest2",node="rabbit@cytest1"} 148554
rabbitmq_core_node_node_recv_bytes{node="rabbit@cytest2",node="rabbit@cytest3"} 371056
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant