Prometheus
| 名字 | 描述 | 默认值 | 可选的参数值 |
|---|---|---|---|
| storage.local.retention | 默认为6,单位为月,用于设置监控数据在本地保留的周期,可设置1到12之间的整数。 | 6 | [1,12] |
| storage.local.retention.size | 默认为50GB,单位为MB/GB/TB,用于设置监控数据在本地保留的目录大小,建议按需设置。 | 50GB | ≥0 |
| storage.tsdb.min-block-duration |
|
2h(2小时) | ≥1 |
| basic.auth.username | Prometheus基础认证用户名 | admin | / |
| basic.auth.password | Prometheus基础认证密码 | password | / |
| enable.basic.auth | 是否开启Prometheus基础认证 | false |
|
