11 lines
359 B
YAML
11 lines
359 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: vigilcare_api
|
|
# host.docker.internal resolves to the host machine from inside Docker.
|
|
# Replace with the container name and internal port if the API runs in Docker too.
|
|
static_configs:
|
|
- targets: ["host.docker.internal:5270"]
|
|
metrics_path: /metrics |