Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant