This is an automated email from the ASF dual-hosted git repository.

o-nikolas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f5d7c8a0548 Cleanup multi-team docs for team_name tagging (#70146)
f5d7c8a0548 is described below

commit f5d7c8a0548a3f94c04f777e7f08efcf0cde5338
Author: Teghveer Singh Ateliey <[email protected]>
AuthorDate: Mon Jul 27 19:35:44 2026 -0500

    Cleanup multi-team docs for team_name tagging (#70146)
---
 airflow-core/docs/core-concepts/multi-team.rst | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/airflow-core/docs/core-concepts/multi-team.rst 
b/airflow-core/docs/core-concepts/multi-team.rst
index ab5a008cd4d..c5870234080 100644
--- a/airflow-core/docs/core-concepts/multi-team.rst
+++ b/airflow-core/docs/core-concepts/multi-team.rst
@@ -1060,9 +1060,9 @@ Dags, and global components emit the same metrics without 
a ``team_name`` tag.
 
 The ``team_name`` tag is applied to metrics across the following components:
 
-- **Triggerer**: heartbeat, capacity, blocked-main-thread, and trigger-outcome 
metrics (for example,
-  ``triggerer_heartbeat``, ``triggers.running``, ``triggers.succeeded``,
-  ``triggers.blocked_main_thread``).
+- **Triggerer**: heartbeat, capacity, blocked-main-thread, trigger-queue 
delay, and trigger-outcome metrics
+  (for example, ``triggerer_heartbeat``, ``triggers.running``, 
``triggers.succeeded``,
+  ``triggers.blocked_main_thread``, ``triggerer.trigger_queue_delay``).
 - **Executors**: executor slot gauges and scheduler-observed executor 
heartbeat timing (for example,
   ``executor.open_slots``, ``executor.queued_tasks``, 
``scheduler.executor_heartbeat_duration``).
 - **Scheduler**: pool slot gauges for team-scoped pools plus task- and 
asset-scheduling counters (for
@@ -1081,9 +1081,10 @@ The ``team_name`` tag is applied to metrics across the 
following components:
 
 .. note::
 
-    Only metrics emitted by Airflow core carry the ``team_name`` tag in 3.3; 
provider-specific metrics
-    were not updated for this release. Provider executors are an exception: 
their ``executor.*`` slot
-    gauges are tagged because they inherit them from the core base executor.
+    Provider-specific metrics are also tagged where the provider carries a 
team identity (for example,
+    team-scoped executor and worker metrics). Provider executors additionally 
inherit core
+    ``executor.*`` slot gauges from the base executor. Check individual 
provider change logs for the
+    minimum Airflow version that includes ``team_name`` tagging.
 
 Important Considerations
 ------------------------

Reply via email to