grafana/public/app/plugins/datasource/mssql
Dominik Prokop 90508cdbf2
Datasource: Support min time interval input in ms (#18719)
* Support min time interval input in ms in SQL datasource settings

* Enable ms in elastic min time interval setup
2019-08-29 09:36:10 +02:00
..
img mssql: add logo 2018-07-28 11:31:30 +02:00
partials Datasource: Support min time interval input in ms (#18719) 2019-08-29 09:36:10 +02:00
specs Chore: Fix about 200 noImplicitAny errors (#18067) 2019-07-16 11:35:42 +02:00
config_ctrl.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
datasource.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
module.ts fix new setting default value handling. 2018-10-15 21:41:00 -03:00
plugin.json Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
query_ctrl.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
README.md mssql: update readme 2018-03-19 11:20:17 +01:00
response_parser.ts noImplicitAny: Sub 3000 errors (#17821) 2019-07-01 11:11:57 +02:00

Grafana Microsoft SQL Server Data Source - Native Plugin

Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin that allows you to query and visualize data from any Microsoft SQL Server 2005 or newer.

Adding the data source

  1. Open the side menu by clicking the Grafana icon in the top header.
  2. In the side menu under the Configuration link you should find a link named Data Sources.
  3. Click the + Add data source button in the top header.
  4. Select Microsoft SQL Server from the Type dropdown.

For more information, check the docs.