Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to write Prometheus configuration file prometheus.yml

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to write the Prometheus configuration file prometheus.yml, I hope you will learn something after reading this article, let's discuss it together!

By default, the configuration file prometheus.yml will be available in the current directory of the binary execution file. all we need to do is fill in the ip and port number of exporter into the configuration file in a fixed format and restart Prometheus.

For the following example, you can add a new job for each exporter registered, and then write the ip and port number of the corresponding exporter machine under targets:

Scrape_configs: # The job name is added as a label `job= `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.140VOV 9100' -' 172.31.182.141RV 9100'-'172.31.182.142RV 9100' -' 172.31.182.143RU 9100'-'172.31. 182.144Viru 9100'-'172.31.182.145VR'-'172.31.182.146'-'172.31.182.147' after reading this article I believe you have a certain understanding of "how to write Prometheus profile prometheus.yml". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

  • Jenkins+Jmeter+Ant generates test report

    © 2024 shulou.com SLNews company. All rights reserved.

    12
    Report