Linux 拨号vps windows公众号手机端

prometheus热加载配置的步骤是什么

lewis 6年前 (2019-06-12) 阅读数 8 #网络运维
文章标签 prometheus

  1. 打开 Prometheus 配置文件 prometheus.yml
  2. 在文件中添加要热加载的配置文件的路径,例如:
remote_write:
  - url: "http://localhost:9090/write"
    bearer_token: "exampletoken"
remote_read:
  - url: "http://localhost:9090/read"
    bearer_token: "exampletoken"
  1. 保存 prometheus.yml 文件
  2. 重新加载 Prometheus 配置,可以通过发送 SIGHUP 信号给 Prometheus 进程来实现,例如:
kill -HUP [pid]
  1. Prometheus 将会重新加载配置,包括热加载的配置文件。
版权声明

本文仅代表作者观点,不代表米安网络立场。

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

热门