apache/airflow

Add REST API metrics (latency, QPS, errors)

Open

#56.034 geöffnet am 24. Sept. 2025

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (16.781 Forks)batch import
area:APIgood first issuekind:feature

Repository-Metriken

Stars
 (44.809 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 18h) (834 gemergte PRs in 30 T)

Beschreibung

Description

Currently, Airflow’s REST API does not emit any metrics. It would be valuable to have basic API metrics for observability.

Use case/motivation

  • Track API performance (p95/p99 latency).
  • Monitor usage patterns (QPS per endpoint).
  • Alert on failures (error spikes).

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Contributor Guide