grafana/docs/sources/datasources/_index.md
Christopher Moyer a568d421f8
Docs: Setup refactor (#49739)
* builds out refactored setup topics

* Automatically fix some relrefs with mv-manager

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Use refs for tutorials content which is outside of this repository

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Manually fix complicated relrefs

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* consolidates team sync and db encryption topics

* Fix relrefs

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* updates setup index file

* Convert TOML to YAML

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Add current alias for new alerting content

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Add current aliases to new setup-grafana and configure-security pages

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Update docs/sources/setup-grafana/configure-grafana/_index.md

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>

* moves saml docs, updates order in TOC

* Manually fix relrefs

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* added usage insights topics, adjusted weights

* corrected relrefs

* Fix relrefs broken in rebase

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-06-02 11:57:22 -05:00

2.6 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 "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 "alertmanager/" >}})
  • [AWS CloudWatch]({{< relref "aws-cloudwatch/" >}})
  • [Azure Monitor]({{< relref "azuremonitor/" >}})
  • [Elasticsearch]({{< relref "elasticsearch/" >}})
  • [Google Cloud Monitoring]({{< relref "google-cloud-monitoring/" >}})
  • [Graphite]({{< relref "graphite/" >}})
  • [InfluxDB]({{< relref "influxdb/" >}})
  • [Loki]({{< relref "loki/" >}})
  • [Microsoft SQL Server (MSSQL)]({{< relref "mssql/" >}})
  • [MySQL]({{< relref "mysql/" >}})
  • [OpenTSDB]({{< relref "opentsdb/" >}})
  • [PostgreSQL]({{< relref "postgres/" >}})
  • [Prometheus]({{< relref "prometheus/" >}})
  • [Jaeger]({{< relref "jaeger/" >}})
  • [Zipkin]({{< relref "zipkin/" >}})
  • [Tempo]({{< relref "tempo/" >}})
  • [Testdata]({{< relref "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.