Files
grafana/docs/sources/alerting/fundamentals/data-source-alerting.md
T

5.6 KiB

canonical, description, labels, title, weight, refs
canonical description labels title weight refs
https://grafana.com/docs/grafana/latest/alerting/fundamentals/data-source-alerting/ Learn about the data sources supported by Grafana Alerting
products
cloud
enterprise
oss
Data sources and Grafana Alerting 100
aws-cloudwatch zipkin elasticsearch influxdb microsoft-sql-server-(mssql) jaeger graphite tempo mysql prometheus google-cloud-monitoring azure-monitor loki testdata open-tsdb postgresql grafana-data-sources
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/aws-cloudwatch/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/aws-cloudwatch/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/zipkin/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/zipkin/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/elasticsearch/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/elasticsearch/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/influxdb/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/influxdb/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/mssql/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/mssql/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/jaeger/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/jaeger/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/graphite/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/graphite/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/tempo/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/tempo/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/mysql/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/mysql/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/prometheus/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/prometheus/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/google-cloud-monitoring/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/google-cloud-monitoring/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/azure-monitor/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/azure-monitor/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/loki/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/loki/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/testdata/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/testdata/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/opentsdb/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/opentsdb/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/postgres/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/postgres/
pattern destination
/docs/grafana/ /docs/grafana/<GRAFANA_VERSION>/datasources/
pattern destination
/docs/grafana-cloud/ /docs/grafana/<GRAFANA_VERSION>/datasources/

Data sources and Grafana Alerting

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, or create your own data source plugin.

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.

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.

These are the data sources that are compatible with and supported by Grafana Alerting.