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.
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.