Published: Mar 16, 2024 by
Prerequisites:
- Ensure you have access to an OpenShift environment.
- Familiarity with Prometheus and its charts.
Step 1: Access the Source Code
First, you’ll want to review the source code to understand the metrics being monitored. You can find the source code for the engine-room-monitoring
at the following link:
Step 2: Navigate to the Prometheus Charts
- Open your OpenShift dashboard.
- Navigate to the
Projects
section. -
From the list of projects, select
edge-anomaly-detection
.
Step 3: Access the Service Discovery
- Once inside the
edge-anomaly-detection
project, look for theRoutes
section. -
Here, you’ll find a link labeled
statius Service Discovery
. Click on it.
Step 4: Check Target Health
- After accessing the Service Discovery, navigate to the
Status
section. -
Under
Status
, click onTargets
to view the health of the targets being monitored.
Step 5: View Metric Information
-
In the Prometheus dashboard, you can view various metrics related to the engine room.
Step 6: Explore Specific Metrics
Here are some of the specific metrics you can explore:
-
Engine Fuel Consumption
-
Engine Pressure
-
Engine RPM
-
Engine Temperature
Note: Ensure you have the necessary permissions to access and view these metrics in your OpenShift environment.
By following this tutorial, you should be able to successfully navigate and check the Prometheus charts for the edge-anomaly-detection
on OpenShift. Happy monitoring!