potiuk commented on code in PR #56690: URL: https://github.com/apache/airflow/pull/56690#discussion_r2446733862
########## airflow-core/docs/administration-and-deployment/logging-monitoring/metrics.rst: ########## @@ -254,6 +254,8 @@ Name Description ``pool.scheduled_slots`` Number of scheduled slots in the pool. Metric with pool_name tagging. ``pool.starving_tasks.<pool_name>`` Number of starving tasks in the pool ``pool.starving_tasks`` Number of starving tasks in the pool. Metric with pool_name tagging. +``task.cpu_usage_percent.<dag_id>.<task_id>`` CPU usage percentage of a task Review Comment: I think `ti.` prefix will be better and more consistent - also needs `try_id`. At the end we are talking about memory and cpu used by the particular task instance, not particular task, -- 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]
