mattogburke commented on code in PR #41899: URL: https://github.com/apache/airflow/pull/41899#discussion_r1738964392
########## docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst: ########## @@ -242,8 +242,8 @@ Name Description ``pool.running_slots`` Number of running slots in the pool. Metric with pool_name tagging. ``pool.deferred_slots.<pool_name>`` Number of deferred slots in the pool ``pool.deferred_slots`` Number of deferred slots in the pool. Metric with pool_name tagging. -``pool.scheduled_tasks.<pool_name>`` Number of scheduled tasks in the pool -``pool.scheduled_tasks`` Number of scheduled tasks in the pool. Metric with pool_name tagging. +``pool.scheduled_slots.<pool_name>`` Number of scheduled slots in the pool Review Comment: Defined here: https://github.com/apache/airflow/blob/b8a25b980265b26282f3414f1fdf5dab01fd5185/airflow/jobs/scheduler_job_runner.py#L1830 -- 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]
