25 lines
489 B
YAML
25 lines
489 B
YAML
# 织忆 MemoryWeave Prometheus 抓取配置
|
|
# 位置: /etc/prometheus/prometheus.yml
|
|
|
|
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
# 告警规则
|
|
rule_files:
|
|
- /etc/prometheus/rules/zhiyi.yml
|
|
|
|
scrape_configs:
|
|
- job_name: "zhiyid"
|
|
static_configs:
|
|
- targets:
|
|
- "localhost:7821"
|
|
labels:
|
|
service: "memoryweave"
|
|
instance: "deepin25"
|
|
|
|
- job_name: "prometheus"
|
|
static_configs:
|
|
- targets:
|
|
- "localhost:9090"
|