howardyoo commented on issue #41822: URL: https://github.com/apache/airflow/issues/41822#issuecomment-2469472871
> Got the same thing on 2.10.2, but without migration from statsd. Tested locally - metrics in statsd are present, in otel many are missing, especially counters (`ti_failures`, `ti_successed`, `zombies_killed` etc.) The pattern with presence of tag breakdown from [@seifrajhi](https://github.com/seifrajhi) seems to be relevant, but there are other losses, such as `operator_failures_<operator_name>`, for example. > > Let me know if you need more information about the configuration, I'd be happy to help Just a question, are these metrics consistently missing, or randomly missing? Also, what were the names of the metrics? any examples? This could either be due to the metrics name being too longe and getting truncated, or if Airflow did not have enough time to emit the metrics before something terminated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
