mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
* 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
14 lines
480 B
YAML
14 lines
480 B
YAML
# ============================================================================
|
|
# Prometheus 配置文件
|
|
# Prometheus 是云原生监控和告警系统,专注于时序指标数据
|
|
# 官方文档: https://prometheus.io/docs/prometheus/latest/configuration/configuration/
|
|
# ============================================================================
|
|
|
|
# global: 全局配置
|
|
global:
|
|
scrape_interval: 15s
|
|
# 指标抓取间隔
|
|
|
|
evaluation_interval: 15s
|
|
# 规则评估间隔
|