Skip to content

Commit 306c5e6

Browse files
author
Daniel Martins
committed
Improved sample-app dashboard
1 parent c4df892 commit 306c5e6

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

config/grafana/dashboards/nodejs-sample-app.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"editable": true,
1717
"gnetId": null,
1818
"graphTooltip": 0,
19-
"id": 3,
20-
"iteration": 1530456304351,
19+
"iteration": 1530460697446,
2120
"links": [],
2221
"panels": [
2322
{
@@ -467,8 +466,8 @@
467466
"yaxes": [
468467
{
469468
"decimals": null,
470-
"format": "short",
471-
"label": "req/s",
469+
"format": "s",
470+
"label": "",
472471
"logBase": 1,
473472
"max": null,
474473
"min": null,
@@ -1214,7 +1213,7 @@
12141213
"h": 7,
12151214
"w": 8,
12161215
"x": 0,
1217-
"y": 20
1216+
"y": 19
12181217
},
12191218
"id": 4,
12201219
"legend": {
@@ -1300,7 +1299,7 @@
13001299
"h": 7,
13011300
"w": 8,
13021301
"x": 8,
1303-
"y": 20
1302+
"y": 19
13041303
},
13051304
"id": 5,
13061305
"legend": {
@@ -1386,7 +1385,7 @@
13861385
"h": 7,
13871386
"w": 8,
13881387
"x": 16,
1389-
"y": 20
1388+
"y": 19
13901389
},
13911390
"id": 6,
13921391
"legend": {
@@ -1466,7 +1465,7 @@
14661465
"type": "row"
14671466
}
14681467
],
1469-
"refresh": "1m",
1468+
"refresh": "10s",
14701469
"schemaVersion": 16,
14711470
"style": "dark",
14721471
"tags": [
@@ -1478,7 +1477,6 @@
14781477
"list": [
14791478
{
14801479
"current": {
1481-
"selected": true,
14821480
"text": "default",
14831481
"value": "default"
14841482
},
@@ -1494,7 +1492,6 @@
14941492
{
14951493
"allValue": null,
14961494
"current": {
1497-
"selected": true,
14981495
"text": "sample-app",
14991496
"value": "sample-app"
15001497
},
@@ -1518,7 +1515,6 @@
15181515
{
15191516
"allValue": ".*",
15201517
"current": {
1521-
"selected": true,
15221518
"text": "sample-app:4000",
15231519
"value": "sample-app:4000"
15241520
},
@@ -1573,5 +1569,5 @@
15731569
"timezone": "utc",
15741570
"title": "Sample Node.js Application",
15751571
"uid": "000000003",
1576-
"version": 8
1572+
"version": 1
15771573
}

0 commit comments

Comments
 (0)