Disable existing Airflow DAGs exporting metrics to Graphite.
Some Airflow DAGs seem to be configured to send metrics to Graphite.
e.g. https://gitlab.wikimedia.org/search?search=graphite&nav_source=navbar&project_id=93&group_id=189&search_code=true&repository_ref=main
Prometheus does not support historical data, so we cannot migrate these pipelines to produced Prometheus.
- Review all in-use Airflow DAGs that emit metrics to Graphite
- Contact teams/owners of these dags and work with them to use different means of viewing these metrics
- Disable and remove all Graphite generating airflow dags
- Where possible, delete relevant Grafana dashboards that use the relevant Graphite metrics.
Resources: