grafana/docs/sources/datasources/_index.md
Diana Payton c986aaa0a8
Docs: InfluxDB doc improvements (#32815)
* Create getting-started-influxdb.md

* Update getting-started-prometheus.md

* Update getting-started-sql.md

* data source edits

* single source intro

* Create first-step.md

* Update influxdb.md

* Update getting-started-influxdb.md

* Update influxdb.md

* break up long file

* Update influxdb-templates.md

* more updates

* Update _index.md

* Update _index.md

* Update getting-started-sql.md

* Update _index.md

* edits

* Update docs/sources/datasources/influxdb/_index.md

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>

* Delete influxdb.md

* Update getting-started-influxdb.md

* Update influx-flux.md

* Update _index.md

* Update getting-started-influxdb.md

* Update getting-started-influxdb.md

* content

* content changes

* Update _index.md

* link fixes

* Update getting-started-influxdb.md

* Update getting-started-influxdb.md

* Merge branch 'master' into docs-influxdb

* updated port

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-04-20 09:33:44 -07:00

2.6 KiB

+++ title = "Data sources" aliases = ["/docs/grafana/latest/datasources/overview/"] weight = 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.md" >}}) 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:

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

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.