Added boilerplate for Prometheus
This commit is contained in:
17
.docker/prometheus/prometheus.yml
Normal file
17
.docker/prometheus/prometheus.yml
Normal file
@ -0,0 +1,17 @@
|
||||
global:
|
||||
scrape_interval: 30s
|
||||
scrape_timeout: 10s
|
||||
|
||||
rule_files:
|
||||
- alert.yml
|
||||
|
||||
scrape_configs:
|
||||
- job_name: services
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'prometheus:9090'
|
||||
- job_name: 'file_ds'
|
||||
file_sd_configs:
|
||||
- files:
|
||||
- targets.json
|
Reference in New Issue
Block a user