Closed simoncao2022 closed 1 year ago
What is the statsd event type for the start and finish metrics? Please run the exporter with the debug log level, so that it reports the raw payloads it received, and post examples of the raw events here. Without these, it is a guessing game to help you debug this.
Without knowing more, my first guess is that this is a configuration issue on the workers for your Airflow cluster. You'll want to ensure that they have matching statsd configurations as the scheduler pods. Another helpful debug step would be to test connectivity to the udp
port from the worker with nc
or telnet
.
Closing this due to lack of information – please feel free to reopen it with the debug logs!
We can see 'af_agg_ti_failures' but 'af_agg_ti_start' and 'af_agg_ti_finish' are missing in prometheus query result, we're using very standard Airflow StatsD metrics mappings settings. We're using such staffs: prom/statsd-exporter:v0.22.5 /bin/statsd_exporter --log.level info --statsd.mapping-config /home/statsd-mapping-configs/statsd.yml --statsd.listen-udp=:9125 --web.listen-address=:9082
statsd.yml is like this: