mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
* feat: added docker-compose configuration files for Grafana, Prometheus, and Tempo, Otel stacks * fix: datasource uid
11 lines
236 B
YAML
11 lines
236 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: "prometheus"
|
|
static_configs:
|
|
- targets: ["127.0.0.1:9090"]
|
|
- job_name: "tempo"
|
|
static_configs:
|
|
- targets: ["127.0.0.1:3200"]
|