Skip to main content

OpenMetrics Explorer

Home > Select Project > Analysis > OpenMetrics Explorer Beta

OpenMetrics Explorer lets you explore Prometheus-based custom metrics through PromQL, visualize them in various formats, and check metric status or gain insights.

Use this feature to freely query desired metrics, extract meaningful data, or link to dashboards for continuous monitoring.

Note

To use OpenMetrics Explorer, the open agent must be installed.

Exploring PromQL

In OpenMetrics Explorer, you can execute PromQL and check results with various visualization options.

openmetrics-explorer

Graph

  • Line: Default time series line graph

  • Bar: Visualization in bar chart format

  • StackBar: Stacked bar chart showing cumulative values

Table / Raw

  • Table: Displays values of each time series sorted chronologically in a table

  • Raw: View the Prometheus API response (JSON format) as-is

PromQL Syntax Support and Autocomplete

When entering metrics such as node_cpu_seconds_total or container_memory_usage_bytes, the autocomplete feature suggests metric and operator lists.

Label filtering in the {pod="example"} format is also supported.

Adding to Dashboard

Save queried PromQL queries as dashboard widgets to continuously monitor desired metrics.

How to Add

  1. Click the + Add to Dashboard button at the top right of the OpenMetrics Explorer screen to open the Add to Dashboard modal.

  2. In the Add to Dashboard modal, select an existing dashboard or create a new one.

  3. Click the Apply button to add the widget to the specified dashboard.

    • You can enter a widget name and description in the added dashboard.

    • The added widget can be freely repositioned in the Flex Board Grid layout, and the PromQL can be modified.