0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-06 06:22:01 +00:00
Files

15 lines
314 B
YAML
Raw Permalink Normal View History

# my global config
global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_timeout: 4s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["127.0.0.1:9090"]
- job_name: "sqld"
metrics_path: "/metrics"
static_configs:
- targets: ["host.docker.internal:8081"]