---
title: "Visualize metric data | Grafana Enterprise Metrics documentation"
description: "Visualize your metric data with Grafana"
---

# Visualize metric data

[Grafana](/grafana/download/) has built-in support for Mimir through the Prometheus data source type.

## Before you begin

> These steps are done in a local or on-premise instance of Grafana.

1. Log in to your Grafana instance. If this is your first time running Grafana, the username and password are both `admin`.
2. From within Grafana, go to `Connections` &gt; `Add new connection`.
3. Search for Prometheus, and select **Create a Prometheus data source**.
4. In the **HTTP** &gt; **Prometheus server URL** field, enter a server URL:
   
   - If you deployed Mimir via the `mimir-distributed` Helm chart, the default URL inside the Kubernetes cluster is `http://<HELM-RELEASE>-nginx.<MIMIR-NAMESPACE>.svc/prometheus`, and `http://<INGRESS-HOST>/prometheus` from the outside, provided that you set up an ingress.
   - If you are running microservices, point to the proxy in front of Mimir (such as Nginx or the GEM gateway) rather than to one component of Mimir.

## Steps

1. To view metrics in Grafana, select **Explore**.
2. From the top-left, select the newly created data source.
3. Select a metric, apply (optional) label filters, and select **Run query**.
4. Learn more about PromQL and querying by reading [Querying Prometheus](https://prometheus.io/docs/prometheus/latest/querying/basics/).

## See also

- Read more about Grafana’s [Explore](http://docs.grafana.org/features/explore) feature.
- Read about Grafana’s built-in support for the [Prometheus data source](/docs/grafana/latest/datasources/prometheus/).
