Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
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

@kuberxy

Description

@kuberxy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions