You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
The following error occurred when prometheus scrape metric:
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following error occurred when prometheus scrape metric:

The same label name does exist in the metric exposed by rabbitmq:
The text was updated successfully, but these errors were encountered: