Valid 701-100 Dumps shared by ExamDiscuss.com for Helping Passing 701-100 Exam! ExamDiscuss.com now offer the newest 701-100 exam dumps, the ExamDiscuss.com 701-100 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 701-100 dumps with Test Engine here:
Which section of the Prometheus configuration defines which nodes are monitored?
Correct Answer: A
In Prometheus, the scrape_config section of the configuration file defines how and which nodes (targets) should be scraped (monitored). This section specifies the endpoints Prometheus should scrape, the frequency of scraping, and any relabeling configurations. * scrape_config: This is the correct section where you define the targets to be monitored by Prometheus. The other options are incorrect: * B. targets: This is part of scrape_config but not a top-level configuration section. * C. rules: This section is used to define alerting and recording rules, not targets. * D. listener: This is not a standard section in Prometheus configuration. * E. nodes: This is not a standard section in Prometheus configuration. References: * Prometheus Documentation - Configuration