mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-19 14:28:14 +00:00
15 lines
314 B
YAML
15 lines
314 B
YAML
![]() |
# 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"]
|