Prometheus
Prometheus之修炼篇
一、入门
A、配置
scrape_configs:
- job_name: 'test'
# 拉取时间间隔
scrape_interval: 30s
# 拉取超时时间
# scrape_timeout: 60s
static_configs:
- targets:
- '127.0.0.1:9090' B、部署
二、使用
A、管理API
B、储存
N、附件
Last updated