Fix configuration: at 2.26+ prometheus versions, params should be list, not k/v

This commit is contained in:
pengganyu 2021-06-21 09:58:29 +08:00
parent 178b38f32d
commit b4566e080b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ add the following to your Prometheus config:
```
- job_name: ipmi
params:
module: default
module: ["default"]
scrape_interval: 1m
scrape_timeout: 30s
metrics_path: /ipmi