Skip to content

Commit eb525c1

Browse files
committed
update link and documentation
1 parent 28b43bf commit eb525c1

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

dashboard.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,28 @@
8888
}
8989
]
9090
},
91-
"description": "This is a comprehensive Microsoft SQL Server Dashboard designed to monitor key performance indicators. It provides real-time insights into your SQL Server environment. https://github.com/czantoine/microsoft-sql-server-with-grafana",
91+
"description": "This is a comprehensive Microsoft SQL Server Dashboard designed to monitor key performance indicators. It provides real-time insights into your SQL Server environment.",
9292
"editable": true,
9393
"fiscalYearStartMonth": 0,
9494
"gnetId": 21378,
9595
"graphTooltip": 0,
9696
"id": null,
9797
"links": [],
9898
"liveNow": false,
99+
"links": [
100+
{
101+
"asDropdown": false,
102+
"icon": "doc",
103+
"includeVars": false,
104+
"keepTime": false,
105+
"tags": [],
106+
"targetBlank": true,
107+
"title": "GitHub",
108+
"tooltip": "",
109+
"type": "link",
110+
"url": "https://github.com/czantoine/microsoft-sql-server-with-grafana/tree/main"
111+
}
112+
],
99113
"panels": [
100114
{
101115
"collapsed": false,

quickstart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git clone https://github.com/czantoine/microsoft-sql-server-with-grafana
1616
cd microsoft-sql-server-with-grafana/quickstart
1717

1818
# Start Grafana and SQL Server containers !
19-
docker-compose up -d
19+
docker compose up -d
2020
```
2121

2222
You should now have a stack completely configured and accessible at these locations:
@@ -50,5 +50,5 @@ Example dashboards should be available at these addresses:
5050
## Cleanup
5151

5252
```bash
53-
docker-compose down
53+
docker compose down
5454
```

0 commit comments

Comments
 (0)