The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/alerting/fundamentals/data-source-alerting.md

2.3 KiB

aliases description title weight
[/docs/grafana/latest/alerting/fundamentals/data-source-alerting/] Data sources in Grafana Alerting Data sources 100

Data sources

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.

  • [AWS CloudWatch]({{< relref "../../datasources/aws-cloudwatch/" >}})
  • [Azure Monitor]({{< relref "../../datasources/azuremonitor/" >}})
  • [Elasticsearch]({{< relref "../../datasources/elasticsearch/" >}})
  • [Google Cloud Monitoring]({{< relref "../../datasources/google-cloud-monitoring/" >}})
  • [Graphite]({{< relref "../../datasources/graphite/" >}})
  • [InfluxDB]({{< relref "influxdb/" >}})
  • [Loki]({{< relref "../../datasources/loki/" >}})
  • [Microsoft SQL Server (MSSQL)]({{< relref "../../datasources/mssql/" >}})
  • [MySQL]({{< relref "../../datasources/mysql/" >}})
  • [Open TSDB]({{< relref "../../datasources/opentsdb/" >}})
  • [PostgreSQL]({{< relref "../../datasources/postgres/" >}})
  • [Prometheus]({{< relref "../../datasources/prometheus/" >}})
  • [Jaeger]({{< relref "../../datasources/jaeger/" >}})
  • [Zipkin]({{< relref "../../datasources/zipkin/" >}})
  • [Tempo]({{< relref "../../datasources/tempo/" >}})
  • [Testdata]({{< relref "../../datasources/testdata/" >}})
  • [Grafana data sources]({{< relref "../../data-sources/" >}})
  • [Add a data source]({{< relref "../../data-sources/add-a-data-source/" >}})