Files
logos-delivery/apps/networkmonitor/prometheus.yaml
T

9 lines
194 B
YAML
Raw Normal View History

2024-07-30 19:26:49 +05:30
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['host.docker.internal:8008']
metrics_path: '/metrics'