---
title: Metrics Explorer
description: Explore all of your metrics and perform analytics.
breadcrumbs: Docs > Metrics > Metrics Explorer
---

# Metrics Explorer

## Overview{% #overview %}

The [Metrics Explorer](https://app.datadoghq.com/metric/explorer) is a basic interface for examining your metrics in Datadog. For more advanced options, create a [notebook](https://docs.datadoghq.com/notebooks/) or dashboard ([screenboard](https://docs.datadoghq.com/dashboards/#screenboards), or [timeboard](https://docs.datadoghq.com/dashboards/#get-started)).

## Natural language queries{% #natural-language-queries %}

Use Natural Language Queries (NLQ) to describe what you're looking for in plain English. Datadog automatically translates your request into a structured metric query, understanding context such as your services, attributes, and tags. This makes it easier to explore metrics without needing to write complex syntax.

To access this feature, click **Ask** in the search field and type your query.

{% video
   url="https://datadog-docs.imgix.net/images//metrics/explorer/metrics_nlq_example_10152025.mp4" /%}

To disable NLQ for your organization, you must have [org_management permissions](https://docs.datadoghq.com/account_management/rbac/permissions/#access-management). Navigate to **Organization Settings > Preferences** and toggle off the Natural Language Queries feature.

## Graphing{% #graphing %}

Use the query editor to customize the graph displayed on the Metrics Explorer page.

You can specify the time frame in the top right corner of the page. The default is **Past 1 Hour**.

{% image
   source="https://datadog-docs.imgix.net/images/metrics/explorer/metrics_explorer.f82e336a57efc62f599cec7a517a2adf.png?auto=format"
   alt="Metrics Explorer displaying two queries on a bar graph" /%}

Metrics that are not reported in the last 24 hours do not appear in the query editor. You can add these metrics to your graphs manually by entering the metric name or full query.

### Scope{% #scope %}

Define a filtering scope with the **from** text box by selecting or searching for tag values. For example, you can use the **from** text box to filter metric values from a specific host, cluster, environment, or region.

### Space aggregation{% #space-aggregation %}

Define the [space aggregation](https://docs.datadoghq.com/metrics/introduction/#space-aggregation) used to combine a metric's values.

The possible options are:

- Average of reported values (default)
- Max of reported values
- Min of reported values
- Sum of reported values

**Note**: The options may differ based on the metric type selected.

### Functions and formulas{% #functions-and-formulas %}

You can optionally add functions to your query using the function button. Not all functions are available for all metric types. For more information, see the [querying](https://docs.datadoghq.com/dashboards/querying/#advanced-graphing) documentation.

### Split graph{% #split-graph %}

Use the **Split Graph** button to view the data split into individual graphs by values for tags such as region, service, or environment.

### Export{% #export %}

Use the **Export** button (
{% icon name="icon-export" /%}
) to export your graph:

- Copy a link to the graph for sharing
- Add it to an [incident](https://docs.datadoghq.com/incident_response/incident_management/)
- Create a [monitor](https://docs.datadoghq.com/monitors/)
- Save it to a [dashboard](https://docs.datadoghq.com/dashboards/)
- Save it to a [notebook](https://docs.datadoghq.com/notebooks/)

### Quick Graphs{% #quick-graphs %}

With Quick Graphs, you have more options to visualize your data, without needing to create a [Dashboard](https://docs.datadoghq.com/dashboards/#get-started) or [Notebook](https://docs.datadoghq.com/notebooks/). These graphs are useful for understanding and troubleshooting issues without creating permanent dashboards or complex visualization setups.

For more information, see the [Quick Graphs](https://docs.datadoghq.com/dashboards/guide/quick-graphs/) documentation.

## Further reading{% #further-reading %}

- [Metrics Summary](https://docs.datadoghq.com/metrics/summary/)
- [Metrics Distributions](https://docs.datadoghq.com/metrics/distributions/)
- [Quick Graphs](https://docs.datadoghq.com/dashboards/guide/quick-graphs/)
- [Manage metric volume and tags in your environment with Observability Pipelines](https://www.datadoghq.com/blog/manage-metrics-cost-control-with-observability-pipelines)
