Files
grafana/docs/sources/alerting/fundamentals/data-source-alerting.md
Jack Baldry 7eb17bccca 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 09:10:12 +01:00

4.5 KiB

description labels title weight
Data sources in Grafana Alerting
products
cloud
enterprise
oss
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][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]
  • [Grafana data sources][datasources]

{{% docs/reference %}} [datasources]: "/docs/grafana/ -> /docs/grafana//datasources"

[aws-cloudwatch]: "/docs/grafana/ -> /docs/grafana//datasources/aws-cloudwatch" [aws-cloudwatch]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/aws-cloudwatch"

[azure-monitor]: "/docs/grafana/ -> /docs/grafana//datasources/azure-monitor" [azure-monitor]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/azure-monitor"

[elasticsearch]: "/docs/grafana/ -> /docs/grafana//datasources/elasticsearch" [elasticsearch]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/elasticsearch"

[google-cloud-monitoring]: "/docs/grafana/ -> /docs/grafana//datasources/google-cloud-monitoring" [google-cloud-monitoring]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/google-cloud-monitoring"

[graphite]: "/docs/grafana/ -> /docs/grafana//datasources/graphite" [graphite]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/graphite"

[influxdb]: "/docs/grafana/ -> /docs/grafana//datasources/influxdb" [influxdb]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/influxdb"

[loki]: "/docs/grafana/ -> /docs/grafana//datasources/loki" [loki]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/loki"

[mssql]: "/docs/grafana/ -> /docs/grafana//datasources/mssql" [mssql]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/mssql"

[mysql]: "/docs/grafana/ -> /docs/grafana//datasources/mysql" [mysql]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/mysql"

[opentsdb]: "/docs/grafana/ -> /docs/grafana//datasources/opentsdb" [opentsdb]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/opentsdb"

[postgres]: "/docs/grafana/ -> /docs/grafana//datasources/postgres" [postgres]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/postgres"

[prometheus]: "/docs/grafana/ -> /docs/grafana//datasources/prometheus" [prometheus]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/prometheus"

[jaeger]: "/docs/grafana/ -> /docs/grafana//datasources/jaeger" [jaeger]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/jaeger"

[zipkin]: "/docs/grafana/ -> /docs/grafana//datasources/zipkin" [zipkin]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/zipkin"

[tempo]: "/docs/grafana/ -> /docs/grafana//datasources/tempo" [tempo]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/tempo"

[testdata]: "/docs/grafana/ -> /docs/grafana//datasources/testdata" [testdata]: "/docs/grafana-cloud/ -> /docs/grafana//datasources/testdata" {{% /docs/reference %}}