Skip to content

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

@lalitb

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.

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