Workshop Exercise 3.2 - Investigating Resources

Table of Contents

Objective

Step 1 - Investigating Blackbox Exporter

To confirm blackbox exporter was deployed correctly, return to the OpenShift Web Console, and navigate to Networking > Routes. Take note of the routes for blackbox exporter, prometheus, and grafana. OCP Routes

Click on the Blackbox Exporter route, and you should be taken to a simple web UI that’s tracking what metrics are being gathered: Blackbox Exporter WebUI

Since this is just a tool within our stack, we won’t need to interact with it further.

Step 2 - Investigating Prometheus

Back on the Routes page, select the prometheus route, and confirm the web UI is accessable: Prometheus WebUI

Feel free to investigate the metrics by using the search bar at the top.

We’ll be using Grafana to visualize the metrics, so there’s no need to leverage the graph functionality in this web interface.

Step 3 - Investigating Grafana

Back on the Routes page, select the grafana route, and ensure you’re greeted with a login page: Grafana Login

Enter the credentials you specified earlier in the grafana-config configmap, at which point you should be greeted with the Grafana welcome page: Grafana Welcome Page

Lastly, confirm that the prometheus datasource has been automatically configured by navigating to Connections > Data Sources: Grafana Prometheus Datasource

Assuming everything is correct, we’re now ready to start building a dashboard.


Navigation

Previous Exercise Next Exercise

Click here to return to the Workshop Homepage