All Products
Search
Document Center

Managed Service for Prometheus:Explore metric data in an environment

Last Updated:Mar 11, 2026

You can use a Prometheus Query Language (PromQL) statement to query whether data is collected to an environment. The Metrics Explorer in Managed Service for Prometheus lets you run PromQL queries directly against the metric store of an environment.

Prerequisites

Before you begin, make sure that you have:

  • Activated Application Real-Time Monitoring Service (ARMS). For more information, see Activate ARMS.

  • A Prometheus environment that is actively ingesting metrics. If no data is being collected, the Metrics Explorer returns empty results.

Open the Metrics Explorer

  1. Log on to the Managed Service for Prometheus console.

  2. In the left-side navigation pane, click Integration Management.

  3. On the Integrated Environments tab, click the name of the environment that you want to explore.

  4. On the environment details page, click the Metrics Explorer tab.

Query metrics

In the Explore section, configure the following parameters and click Run query. The query runs against the Prometheus instance associated with the environment.

ParameterDescription
MetricThe metric to query. Select a metric from the list of available metrics in the environment.
LabelsLabel filters that narrow the query scope. You can add multiple label filters to refine your results.
OptionsAdditional query settings such as the time range and output preferences.

Metrics Explorer interface showing the Explore section with Metric, Labels, and Options parameters and query results

For the complete PromQL syntax reference, see PromQL syntax.