docker-compose

- prometheus
 - nginx
This commit is contained in:
Konstantin Lebedev
2021-01-17 18:33:14 +05:00
parent 09f49d1c04
commit 0f1c08d8ec
4 changed files with 93 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
global:
scrape_interval: 30s
scrape_timeout: 10s
scrape_configs:
- job_name: services
metrics_path: /metrics
static_configs:
- targets:
- 'prometheus:9090'
- 'volume:9325'
- 'filer:9326'
- 's3:9327'