Merge branch 'main' of ssh://git@10.0.0.194:2222/michal/edenic-exporter.git into main
This commit is contained in:
commit
28c0eda917
@ -2,13 +2,11 @@ Run docker compose to deploy prometheus, grafana, and edenic exporter
|
||||
|
||||
After that go to the prometheus container and add to the config file:
|
||||
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
```
|
||||
scrape_configs:
|
||||
- job_name: 'edenic-exporter'
|
||||
metrics_path: '/metrics'
|
||||
scrape_interval: 60s
|
||||
static_configs:
|
||||
- targets: ['edenic-exporter:5000']
|
||||
```
|
Loading…
Reference in New Issue
Block a user