Docs: add missing metrics to metric tables#64046
Open
potiuk wants to merge 1 commit intoapache:mainfrom
Open
Conversation
1 task
jscheffl
reviewed
Mar 21, 2026
| ``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. |
Contributor
There was a problem hiding this comment.
Is this not sorted alphabetically?
jscheffl
reviewed
Mar 21, 2026
| ``deadline_alerts.deadline_missed`` ``-`` Number of deadline alerts that fired because a Dag run missed its deadline | ||
| ``deadline_alerts.deadline_not_missed`` ``-`` Number of deadline records deleted because the Dag run finished before the deadline | ||
| ``ol.emit.failed`` ``-`` Number of failed OpenLineage event emit attempts | ||
| ``edge_worker.heartbeat_count`` ``edge_worker.heartbeat_count.{worker_name}`` Number heartbeats in an edge worker. |
Contributor
There was a problem hiding this comment.
Where is this generated from? Shall it really contain provider specific metrics in the docs in core?
Same with ecs_executor below...
Member
Author
There was a problem hiding this comment.
Good question - those are define in a shared metrics observability library - and possibly we should have a mechanism (similar to configuration) to define them and pull them in the provider's docs:
jscheffl
approved these changes
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add missing metrics to the documentation metric tables including deadline alerts, edge worker counters, OpenLineage metrics, executor adopt durations, and other recently added metrics.
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Claude Opus 4.6) following the guidelines