vincbeck commented on code in PR #39650:
URL: https://github.com/apache/airflow/pull/39650#discussion_r1605078994


##########
docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst:
##########
@@ -242,6 +242,8 @@ Name                                                
Description
 ``pool.scheduled_tasks``                            Number of scheduled tasks 
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>``       Percentage of CPU used by 
a task

Review Comment:
   Ah my bad! That explains why we need the dag ID then



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to