mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
3 minor changes, including updating the title TOC (#29501)
* 3 minor changes, including updating the title TOC * Fixing the sentence lacking verb.
This commit is contained in:
parent
752a424e1f
commit
74a4ffd870
@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "With Grafana and MS SQL"
|
||||
title = "With Grafana and MS SQL Server"
|
||||
description = "Guide for getting started with Grafana"
|
||||
keywords = ["grafana", "intro", "guide", "started", "SQL", "MSSQL"]
|
||||
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
|
||||
@ -15,7 +15,7 @@ Use the instructions in [Getting started with Grafana]({{< relref "getting-start
|
||||
- Install Grafana.
|
||||
- Log in to Grafana.
|
||||
- Create your first dashboard.
|
||||
> **Note:** You must install Grafana 5.1+ in order to use the integrated MSSQL data source.
|
||||
> **Note:** You must install Grafana 5.1+ in order to use the integrated MS SQL data source.
|
||||
|
||||
## Step 2. Download MS SQL Server
|
||||
|
||||
@ -63,7 +63,7 @@ To add MS SQL Server data source:
|
||||
`User` | Database user's login/username.
|
||||
`Password` | Database user's password.
|
||||
|
||||
For installations from the [grafana/grafana](https://github.com/grafana/grafana/tree/master) repository, `gdev-mssql` data source is available. Once you add this data source, the `Datasource tests - MSSQL` dashboard with three panels showing metrics generated from test database is available.
|
||||
For installations from the [grafana/grafana](https://github.com/grafana/grafana/tree/master) repository, `gdev-mssql` data source is available. Once you add this data source, you can use the `Datasource tests - MSSQL` dashboard with three panels showing metrics generated from a test database.
|
||||
|
||||
<img src="/img/docs/getting-started/gdev-sql-dashboard.png" class="no-shadow" width="700px">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user