mirror of
https://github.com/chylex/Apache-Prometheus-Exporter.git
synced 2024-11-24 22:42:52 +01:00
11 lines
187 B
YAML
11 lines
187 B
YAML
global:
|
|
scrape_interval: 10s
|
|
scrape_timeout: 5s
|
|
evaluation_interval: 1m
|
|
|
|
scrape_configs:
|
|
|
|
- job_name: 'apache'
|
|
static_configs:
|
|
- targets: ['exporter:9240']
|