平凡也就两个字: 懒和惰;
成功也就两个字: 苦和勤;
优秀也就两个字: 你和我。
跟着我从0学习JAVA、spring全家桶和linux运维等知识,带你从懵懂少年走向人生巅峰,迎娶白富美!
关注微信公众号【 IT特靠谱 】,每天都会分享技术心得~
1.抓取配置
配置要抓取(scrape)哪些job的哪些target、配置抓取周期等。
1.1.抓取配置的语法规则
prometheus提供了两种配置抓取内容的方式,分别为:
(1)通过scrape_config_files参数指定抓取配置所在的配置文件路径
# Scrape config files specifies a list of globs. Scrape configs are read from
# all matching files and appended to the list of scrape configs.
scrape_config_files:
[ - <filepath_glob> ... ]
也就是将scrape_configs配置信息放到了一个文件中&#x