Tags → #prometheus
-
Prometheus 极速概览
和 K8s 一样,prometheus 也是一个配置驱动的系统,了解配置是关键,后面的小节会覆盖不少细节,现在暂时粗略预览整个配置文件的结构: ```yaml global: # How frequently to scrape targets by default. # 抓 tar...
和 K8s 一样,prometheus 也是一个配置驱动的系统,了解配置是关键,后面的小节会覆盖不少细节,现在暂时粗略预览整个配置文件的结构: ```yaml global: # How frequently to scrape targets by default. # 抓 tar...