2022-07-07 20:32:00 +08:00
---
description: Data sources in Grafana Alerting
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/enterprise-licensing pages to have 'Enterprise' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/recorded-queries pages to have labels cloud,enterprise
* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/stats-and-license pages to have labels cloud,enterprise
* Set alerting pages to have labels cloud,enterprise,oss
* Set breaking-changes pages to have labels cloud,enterprise,oss
* Set dashboards pages to have labels cloud,enterprise,oss
* Set datasources pages to have labels cloud,enterprise,oss
* Set explore pages to have labels cloud,enterprise,oss
* Set fundamentals pages to have labels cloud,enterprise,oss
* Set introduction/grafana-cloud pages to have labels cloud
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix introduction pages products
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set panels-visualizations pages to have labels cloud,enterprise,oss
* Set release-notes pages to have labels cloud,enterprise,oss
* Set search pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set troubleshooting pages to have labels cloud,enterprise,oss
* Set whatsnew pages to have labels cloud,enterprise,oss
* Apply updated labels from review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 16:10:12 +08:00
labels:
products:
- cloud
- enterprise
- oss
2022-07-07 20:32:00 +08:00
title: Data sources
weight: 100
---
# Data sources
2023-05-24 21:12:30 +08:00
There are a number of data sources that are compatible with Grafana Alerting. Each data source is supported by a plugin. You can use one of the built-in data sources listed below, use [external data source plugins ](/grafana/plugins/?type=datasource ), or create your own data source plugin.
2022-07-07 20:32:00 +08:00
If you are creating your own data source plugin, make sure it is a backend plugin as Grafana Alerting requires this in order to be able to evaluate rules using the data source. Frontend data sources are not supported, because the evaluation engine runs on the backend.
2023-06-13 20:17:50 +08:00
Specifying `{ "alerting": true, “backend”: true }` in the plugin.json file indicates that the data source plugin is compatible with Grafana Alerting and includes the backend data-fetching code. For more information, refer to [Build a data source backend plugin ](/tutorials/build-a-data-source-backend-plugin/ ).
2022-07-07 20:32:00 +08:00
These are the data sources that are compatible with and supported by Grafana Alerting.
2023-07-10 18:51:29 +08:00
- [AWS CloudWatch][aws-cloudwatch]
- [Azure Monitor][azure-monitor]
- [Elasticsearch][elasticsearch]
- [Google Cloud Monitoring][google-cloud-monitoring]
- [Graphite][graphite]
- [InfluxDB][influxdb]
- [Loki][loki]
- [Microsoft SQL Server MSSQL][mssql]
- [MySQL][mysql]
- [Open TSDB][opentsdb]
- [PostgreSQL][postgres]
- [Prometheus][prometheus]
- [Jaeger][jaeger]
- [Zipkin][zipkin]
- [Tempo][tempo]
- [Testdata][testdata]
2022-07-07 20:32:00 +08:00
## Useful links
2023-07-10 18:51:29 +08:00
- [Grafana data sources][datasources]
{{% docs/reference %}}
[datasources]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources"
[aws-cloudwatch]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/aws-cloudwatch"
[aws-cloudwatch]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/aws-cloudwatch"
[azure-monitor]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/azure-monitor"
[azure-monitor]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/azure-monitor"
[elasticsearch]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/elasticsearch"
[elasticsearch]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/elasticsearch"
[google-cloud-monitoring]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/google-cloud-monitoring"
[google-cloud-monitoring]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/google-cloud-monitoring"
[graphite]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/graphite"
[graphite]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/graphite"
[influxdb]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/influxdb"
[influxdb]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/influxdb"
[loki]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/loki"
[loki]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/loki"
[mssql]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/mssql"
[mssql]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/mssql"
[mysql]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/mysql"
[mysql]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/mysql"
[opentsdb]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/opentsdb"
[opentsdb]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/opentsdb"
[postgres]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/postgres"
[postgres]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/postgres"
[prometheus]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/prometheus"
[prometheus]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/prometheus"
[jaeger]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/jaeger"
[jaeger]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/jaeger"
[zipkin]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/zipkin"
[zipkin]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/zipkin"
[tempo]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/tempo"
[tempo]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/tempo"
[testdata]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources/testdata"
[testdata]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources/testdata"
{{% /docs/reference %}}