bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.04k stars 9.22k forks source link

[bitnami/airflow] Metrics based on StatsD #30459

Closed juan131 closed 1 week ago

juan131 commented 1 week ago

Description of the change

⚠️ MAJOR VERSION

This PR version replaces exposing Prometheus metrics using the Airflow prometheus exporter, that exposes metrics based on the data retrieved from the database, by configuring Airflow components to send StatsD metrics to the StatsD exporter that transforms them into Prometheus metrics. Find more information about this approach in the Apache Airflow official documentation.

Benefits

Follow upstream approach for exposing metrics.

Possible drawbacks

Dashboards based on old metrics won't be valid anymore.

Applicable issues

Additional information

N/A

Checklist