Docs/Prometheus/配置.md
2022-10-18 16:59:37 +08:00

16 lines
381 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### prometheus配置热加载的方法
```
kill -HUP pid
curl -X POST http://IP/-/reload [配置了--web.enable-lifecycle=true]
```
### global 全局配置
```
scrape_interval: 收集targets时间间隔。也可以为单独的target设置
evaluation_interval执行rule的时间间隔
```
### rule_files 本地需要加载的规则
### scrape_configs 收集资源配置