ferruzzi opened a new pull request, #32156: URL: https://github.com/apache/airflow/pull/32156
Both StatsD and OTel replace the hyphen in the name with an underscore. A user looking for `task_instance_created-<operator_name>` would not find it and may not think to look for `task_instance_created_<operator_name>`. Also updated related test logic and docs to make that more obvious. Since both metrics backends make this name change behind the scenes anyway, I don't feel thins needs a deprecation period; nothing should visibly change to the user. If someone feels otherwise, I can roll this back and just update the rst file to make it more obvious instead. -- 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]
