Which section of the Prometheus configuration defines which nodes are monitored?
Which section of the Prometheus configuration defines which nodes are monitored?
In Prometheus configuration, the 'scrape_config' section is where you define which nodes, or targets, are monitored. This section includes the settings and details necessary for defining and managing the targets that Prometheus will scrape metrics from. Other options like 'targets' might seem relevant but they are not specific sections in the Prometheus configuration file.
Ans . A