xBis7 commented on code in PR #64046:
URL: https://github.com/apache/airflow/pull/64046#discussion_r2979685752


##########
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:
   > Where is this generated from? Shall it really contain provider specific 
metrics in the docs in core?
   
   @jscheffl It's a mix of all the project metrics.
   
   They end up here
   
   
https://airflow.apache.org/docs/apache-airflow/3.1.7/administration-and-deployment/logging-monitoring/metrics.html
   
   In the public docs, there isn't a distinction.
   
   If you think that they don't belong in the same page, we can add a new field 
at the YAML that holds the target component and based on it, build different 
rst files that will lead to separate pages.



-- 
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]

Reply via email to