GitHub user nisarg2121 created a discussion: Airflow Statsd Exporter Missing Metrics
### Airflow Version 3.0.2 ### Helm chart version 1.18.0 ## What happend?grafana We have installed airflow on our kubernetes cluster using the helm chart. We are using default helm configuration and after reviewing the default `values.yaml` we knew that it's by default configuring the statsd and sending all the metrics to statsd. So, we have just created the `servicemonitor` to scrape the metrics from statsd. We try to import the the below Grafana dashboard for the visualisation. https://grafana.com/grafana/dashboards/20994-airflow-cluster-dashboard/ We have found issues with some panel. And we came to know that some of the metrics are not available in prometheus. ### Steps performed Tried to check the raw metrics being send to statsd using tcpdump. But don't see these metrics even being parsed to statsd. ### List of the metrics not available. ``` airflow_ti_failures airflow_operator_successes airflow_operator_failures airflow_ti_successes ``` GitHub link: https://github.com/apache/airflow/discussions/58261 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
