Skip to content

Commit

Permalink
Revert "Update statsd-mapping.yml to support Airflow 2.X pool metrics (
Browse files Browse the repository at this point in the history
…apache#36305)" (apache#36959)

This reverts commit 3e6d69d. This is a
breaking change in the way metrics are exported.
  • Loading branch information
jedcunningham authored Jan 23, 2024
1 parent 1c14767 commit b7f84c4
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions chart/files/statsd-mappings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,8 @@ mappings:
labels:
pool: "$1"

- match: airflow.pool.queued_slots.*
name: "airflow_pool_queued_slots"
labels:
pool: "$1"

- match: airflow.pool.running_slots.*
name: "airflow_pool_running_slots"
labels:
pool: "$1"

- match: airflow.pool.deferred_slots.*
name: "airflow_pool_deferred_slots"
- match: airflow.pool.used_slots.*
name: "airflow_pool_used_slots"
labels:
pool: "$1"

Expand Down

0 comments on commit b7f84c4

Please sign in to comment.