docs/sources/datasources/prometheus/_index.md
Prometheus is an open source monitoring system and time series database that scrapes and stores metrics used for monitoring and alerting.
Grafana includes built-in support for Prometheus, so you don't need to install a plugin. Write queries using PromQL in the query editor, or use Metrics Drilldown to explore metrics without writing queries. The Prometheus data source also works with other projects that implement the Prometheus querying API, including Grafana Mimir and Thanos.
| Feature | Supported |
|---|---|
| Metrics | Yes |
| Alerting | Yes |
| Annotations | Yes |
| Recording rules | Yes |
| Exemplars | Yes |
The following documents help you set up and use the Prometheus data source:
After you configure the Prometheus data source, you can:
{{< admonition type="note" >}} In Grafana 13, the core Prometheus data source no longer supports SigV4 (AWS) or Azure AD authentication. These authentication methods have been migrated to dedicated plugins:
Existing data sources using these methods are automatically migrated on startup. {{< /admonition >}}