potiuk commented on code in PR #64046:
URL: https://github.com/apache/airflow/pull/64046#discussion_r2970446433
##########
airflow-core/docs/administration-and-deployment/logging-monitoring/metric_tables.rst:
##########
@@ -61,8 +62,14 @@ Name Legacy Name
``triggers.failed`` ``-``
Number of triggers that errored
before they could fire an event
``triggers.succeeded`` ``-``
Number of triggers that have fired at
least one event
``asset.updates`` ``-``
Number of updated assets
-``asset.orphaned`` ``-``
Number of assets marked as orphans
because they are no longer referenced in Dag schedule parameters or task outlets
``asset.triggered_dagruns`` ``-``
Number of Dag runs triggered by an
asset update
+``deadline_alerts.deadline_created`` ``-``
Number of deadline alerts created for
a Dag run
+``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.
Review 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:
@dstandish @xBis7 @kacpermuda @mobuchowski ?
--
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]