To check the scrape targets in Prometheus, follow these steps:
-
Access the Prometheus UI: Open your web browser and navigate to the Prometheus UI using the URL:
http://<Node-IP>:<Node-Port>Replace
<Node-IP>and<Node-Port>with your actual values. -
Navigate to the "Targets" Page:
- In the Prometheus UI, look for the "Status" menu in the top navigation bar.
- Click on "Targets" from the dropdown menu.
-
View Scrape Targets: On the Targets page, you will see a list of all configured scrape targets. This includes:
- The target's endpoint.
- The last scrape time.
- The scrape status (up or down).
- Any errors encountered during scraping.
This page provides a comprehensive overview of the health and status of your scrape targets. If you have any further questions, feel free to ask!
