potiuk commented on a change in pull request #20764:
URL: https://github.com/apache/airflow/pull/20764#discussion_r780656572



##########
File path: docs/apache-airflow/logging-monitoring/metrics.rst
##########
@@ -101,13 +101,13 @@ Name                                        Description
                                             section (needed to send tasks to 
the executor) and found it locked by
                                             another process.
 ``sla_email_notification_failure``          Number of failed SLA miss email 
notification attempts
-``ti.start.<dagid>.<taskid>``               Number of started task in a given 
dag. Similar to <job_name>_start but for task
-``ti.finish.<dagid>.<taskid>.<state>``      Number of completed task in a 
given dag. Similar to <job_name>_end but for task
+``ti.start.<dag_id>.<task_id>``               Number of started task in a 
given dag. Similar to <job_name>_start but for task

Review comment:
       You need to align the right column too 




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