2016-10-21 17:01:34 +08:00
+++
title = "Data Sources"
type = "docs"
2017-10-22 18:00:35 +08:00
aliases = ["/datasources/overview/"]
2016-10-21 17:01:34 +08:00
[menu.docs]
name = "Data Sources"
identifier = "datasources"
parent = "features"
weight = 5
+++
2016-11-28 03:05:35 +08:00
# Data Source Overview
2017-02-07 14:48:01 +08:00
2019-09-20 06:04:56 +08:00
Grafana supports many different storage backends for your time series data (data source). Each data source has a specific Query Editor that is customized for the features and capabilities that the particular data source exposes.
2016-11-28 03:05:35 +08:00
## Querying
2017-02-07 14:48:01 +08:00
2019-09-20 06:04:56 +08:00
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.
2016-11-28 03:05:35 +08:00
2019-09-20 06:04:56 +08:00
## Supported data sources
2017-02-07 14:48:01 +08:00
2019-09-20 06:04:56 +08:00
The following data sources are officially supported:
2016-11-28 03:05:35 +08:00
2019-02-21 22:43:54 +08:00
* [AWS CloudWatch ]({{< relref "cloudwatch.md" >}} )
* [Azure Monitor ]({{< relref "azuremonitor.md" >}} )
2019-10-04 02:28:30 +08:00
* [Elasticsearch ]({{< relref "elasticsearch.md" >}} )
* [Google Stackdriver ]({{< relref "stackdriver.md" >}} )
* [Graphite ]({{< relref "graphite.md" >}} )
* [InfluxDB ]({{< relref "influxdb.md" >}} )
2019-02-18 16:39:44 +08:00
* [Loki ]({{< relref "loki.md" >}} )
2018-03-19 18:06:10 +08:00
* [Microsoft SQL Server (MSSQL) ]({{< relref "mssql.md" >}} )
2019-10-04 02:28:30 +08:00
* [Mixed ]({{< relref "mixed.md" >}} )
* [MySQL ]({{< relref "mysql.md" >}} )
2019-02-21 22:43:54 +08:00
* [OpenTSDB ]({{< relref "opentsdb.md" >}} )
2019-10-04 02:28:30 +08:00
* [PostgreSQL ]({{< relref "postgres.md" >}} )
* [Prometheus ]({{< relref "prometheus.md" >}} )
2019-02-21 22:43:54 +08:00
* [Testdata ]({{< relref "testdata.md" >}} )
2016-11-28 03:05:35 +08:00
## Data source plugins
2017-03-20 17:20:32 +08:00
Since grafana 3.0 you can install data sources as plugins. Checkout [Grafana.net ](https://grafana.com/plugins ) for more data sources.