a91372dc06
Prometheus Config Job Name * fix
11 lines
178 B
YAML
11 lines
178 B
YAML
---
|
|
global:
|
|
scrape_interval: 10s
|
|
|
|
scrape_configs:
|
|
- job_name: "api"
|
|
static_configs:
|
|
- targets:
|
|
- "host.docker.internal:8080"
|
|
metrics_path: "/metrics"
|