Files
Garrett Guillotte 845cebdee2 Docs: Refactor administration docs (#50592)
* Move data source management to administration

* Move RBAC to administration

* Move team management up a docs org level

* Combine and rename admin preferences docs

* Move plugin management to administration

* Combine plugin management docs

* Combine API key docs

* Combine service account docs

* Combine server user management docs

* Move datasource management to administration

* Move enterprise licenses to administration

* Move CLI out of admin, update links to admin

* Merge org user management docs

* Restructure to Torkel's plan

* Fix typo

* Weigh admin topics for navigation

* Weigh administration topics and align to Torkel's plan

* Move server user management from server admin to admin/user management

* Move configure docker image to setup guide

* Move the remaining server admin docs to the root admin directory

* Reweight docker config
2022-06-16 21:09:16 +02:00

2.9 KiB

aliases title weight
/docs/grafana/latest/datasources/
/docs/grafana/latest/datasources/overview/
Data sources 60

Data sources

Grafana supports many different storage backends for your time series data (data source). Refer to [Add a data source]({{< relref "../../administration/datasources/add-a-data-source/" >}}) for instructions on how to add a data source to Grafana. Only users with the organization admin role can add data sources.

Querying

Each data source has a specific Query Editor that is customized for the features and capabilities that the particular data source exposes. The query language and capabilities of each data source are obviously very different. You can combine data from multiple data sources onto a single Dashboard, but each Panel is tied to a specific data source that belongs to a particular Organization.

Supported data sources

The following data sources are officially supported:

  • [Alertmanager]({{< relref "../../datasources/alertmanager/" >}})
  • [AWS CloudWatch]({{< relref "aws-cloudwatch/" >}})
  • [Azure Monitor]({{< relref "azuremonitor/" >}})
  • [Elasticsearch]({{< relref "../../datasources/elasticsearch/" >}})
  • [Google Cloud Monitoring]({{< relref "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/" >}})
  • [OpenTSDB]({{< 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/" >}})

In addition to the data sources that you have configured in your Grafana, there are three special data sources available:

  • Grafana - A built-in data source that generates random walk data. Useful for testing visualizations and running experiments.
  • Mixed - Select this to query multiple data sources in the same panel. When this data source is selected, Grafana allows you to select a data source for every new query that you add.
    • The first query will use the data source that was selected before you selected Mixed.
    • You cannot change an existing query to use the Mixed Data Source.
    • Grafana Play example: Mixed data sources
  • Dashboard - Select this to use a result set from another panel in the same dashboard.

Data source plugins

Since Grafana 3.0 you can install data sources as plugins. Check out Grafana.com/plugins for more data sources.