apache/airflow

Add REST API metrics (latency, QPS, errors)

开放

#56,034 创建于 2025年9月24日

 (7 条评论) (0 个反应) (0 位负责人)Python (16,781 个派生)batch import
area:APIgood first issuekind:feature

仓库指标

星标
 (44,809 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南