OpenMetrics Explorer
OpenMetrics Explorer allows you to directly explore custom Prometheus-based metrics using PromQL, visualize them in various formats, and check the status of metrics or gain insights.
With this feature, you can freely query the desired metrics, extract meaningful data, or link them to dashboards for continuous monitoring.
To use the OpenMetrics Explorer, the Open Agent must be installed.
- Refer to the Install WhaTap Operator documentation.
Explore with PromQL
In OpenMetrics Explorer, you can run PromQL queries and view the results with various visualization options.

Graph
-
Line: Basic time series line graph
-
Bar: Visualized as a bar chart
-
StackBar: Stacked bar chart showing cumulative values
Table / Raw
-
Table: Displays values of each time series in chronological order as a table
-
Raw: Shows the Prometheus API response (JSON format) directly
PromQL Syntax Support and Autocomplete
When entering metrics such as node_cpu_seconds_total or container_memory_usage_bytes, autocomplete provides suggestions for metrics and operators.
Label filtering in the form of {pod="example"} is also supported.
Add to Dashboard
You can save the queried PromQL as a dashboard widget to continuously monitor desired metrics.
How to Add
-
Click the + Add to Dashboard button in the upper-right corner of the OpenMetrics Explorer screen to open the Add to Dashboard modal.
-
In the Add to Dashboard modal, select an existing dashboard or create a new one.
-
Click the Apply button to add the widget to the selected dashboard.
-
You can enter the widget name and description in the added dashboard.
-
The added widget can be freely repositioned in the Flexboard grid layout, and the PromQL can be modified.
-