Skip to content

Add all InfluxDB metrics to prometheus

Paweł Chojnacki requested to merge pawel/metrics-to-prometheus-33643 into master

What does this MR do?

Adds all existing InfluxDB based metrics to prometheus. Due to some concept mismatch the translation is not 1:1 but should give the same abilities to diagnose the internal state of the app when processing the data.

Additionally this MR removes some unused functionality from within internal metrics framework.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

We are moving towards pull metrics model with Prometheus, this MR allows us to transition from Influx to Prometheus.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related to #33643 (closed)

Edited by Grzegorz Bizon

Merge request reports