Skip to content

Prometheus exporter doesn't append attributes in metric name. #1437

Description

@lalitb

Prometheus time series data is identified by Metric name and (optional) key-value pairs called labels.
Ref - https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels

Prometheus exporter needs to append attributes in the metrics-name to uniquely identify the metrics. As of now, this is not happening. The label argument is passed empty here and here. This needs to be fixed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions