您好,登錄后才能下訂單哦!
小編給大家分享一下怎么編寫Prometheus配置文件prometheus.yml,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
默認情況下,二進制執行文件當前目錄下,會有prometheus.yml這個配置文件,我們需要做的,就是將exporter的ip和端口號,按照固定格式填寫到配置文件中并重啟Prometheus。
如下例子,每注冊一個exporter可以新增一個job,然后將對應的exporter機器的ip和端口號寫到targets下:
scrape_configs: # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config. - job_name: 'prometheus' # metrics_path defaults to '/metrics' # scheme defaults to 'http'. static_configs: - targets: ['localhost:9090'] - job_name: 'node_exporter' static_configs: - targets: - '172.31.182.140:9100' - '172.31.182.141:9100' - '172.31.182.142:9100' - '172.31.182.143:9100' - '172.31.182.144:9100' - '172.31.182.145:9100' - '172.31.182.146:9100' - '172.31.182.147:9100'
看完了這篇文章,相信你對“怎么編寫Prometheus配置文件prometheus.yml”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。