jscheffl commented on code in PR #64046:
URL: https://github.com/apache/airflow/pull/64046#discussion_r2970347057
##########
airflow-core/docs/administration-and-deployment/logging-monitoring/metric_tables.rst:
##########
@@ -95,13 +103,13 @@ Name
Legacy Name
``ti.queued``
``ti.queued.{queue}.{dag_id}.{task_id}`` Number of queued tasks in a
given Dag.
``ti.running``
``ti.running.{queue}.{dag_id}.{task_id}`` Number of running tasks in a
given Dag. As ti.start and ti.finish can run out of sync this metric shows all
running tis.
``ti.deferred``
``ti.deferred.{queue}.{dag_id}.{task_id}`` Number of deferred tasks in a
given Dag.
+``ol.event.size.{event_type}.{operator_name}`` ``-``
Size in bytes of an OpenLineage event by event type
and operator.
Review Comment:
Is this not sorted alphabetically?
--
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]