ferruzzi commented on issue #34845: URL: https://github.com/apache/airflow/issues/34845#issuecomment-1758253375
I know this isn't really an answer, but the root cause id that when you combine a long `dag_id` and a long `task_id`, the total length of the metric name exceeds OTel's max name length. A temporary workaround would be to use shorter names. Again: I know that's not a satisfactory solution, and the fix has already been applied to the next release, but if you want a temporary band-aid, that's one option. -- 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]
