Skip to content

Commit

Permalink
Fix documentation for cpu and memory usage (apache#42147)
Browse files Browse the repository at this point in the history
These metrics are reported in airflow/task/task_runner/standard_task_runner.py without "percent"

(cherry picked from commit 3f6497b)
  • Loading branch information
lucasmo authored and vincbeck committed Sep 16, 2024
1 parent 957856f commit eb7f9bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,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>`` Percentage of CPU used by a task
``task.mem_usage_percent.<dag_id>.<task_id>`` Percentage of memory used by a task
``task.cpu_usage.<dag_id>.<task_id>`` Percentage of CPU used by a task
``task.mem_usage.<dag_id>.<task_id>`` Percentage of memory used by a task
``triggers.running.<hostname>`` Number of triggers currently running for a triggerer (described by hostname)
``triggers.running`` Number of triggers currently running for a triggerer (described by hostname).
Metric with hostname tagging.
Expand Down

0 comments on commit eb7f9bf

Please sign in to comment.