Files
fastapi-best-architecture/deploy/backend/grafana/fba_prometheus.yml
T
Wu Clan 4bc5ba53e6 Add the Grafana observability suite (#961)
* Add the Grafana observability suite

* Update configs

* Update docker script directory structure

* Fix the otel trace id

* Add grafana ini

* Fix some configs and loguru integration

* Add the celery grafana

* Update Grafana dashboards

* Update configs

* Fix issues with the panel

* Update grafana configs

* Update grafana dashboards

* Optimized panel styles

* Add sqlalchemy traces

* Fix the CORS

* Update the grafana query and config

* Update grafana status is off by default
2025-12-15 17:06:43 +08:00

14 lines
480 B
YAML

# ============================================================================
# Prometheus 配置文件
# Prometheus 是云原生监控和告警系统,专注于时序指标数据
# 官方文档: https://prometheus.io/docs/prometheus/latest/configuration/configuration/
# ============================================================================
# global: 全局配置
global:
scrape_interval: 15s
# 指标抓取间隔
evaluation_interval: 15s
# 规则评估间隔