mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
15 lines
320 B
YAML
15 lines
320 B
YAML
# reference: https://prometheus.io/docs/prometheus/latest/configuration/configuration/
|
|
|
|
global:
|
|
scrape_interval: 15s
|
|
scrape_timeout: 15s
|
|
#evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: contentserver
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
static_configs:
|
|
- targets:
|
|
- 127.0.0.1:9111
|