Skip to content

Commit 5fe8824

Browse files
Merge pull request #37 from igorcampos-dev/chore/issue-35
chore(spring-prometheus-grafana-example): migrate 'singlestat' to 'stat'
2 parents 4f2cfd5 + f335269 commit 5fe8824

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

spring-prometheus-grafana-example/docker/dashboards/jvm-metrics-dashboard.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"thresholds": "",
148148
"title": "Uptime",
149149
"transparent": false,
150-
"type": "singlestat",
150+
"type": "stat",
151151
"valueFontSize": "80%",
152152
"valueMaps": [
153153
{
@@ -230,7 +230,7 @@
230230
"thresholds": "",
231231
"title": "Start time",
232232
"transparent": false,
233-
"type": "singlestat",
233+
"type": "stat",
234234
"valueFontSize": "70%",
235235
"valueMaps": [
236236
{
@@ -310,7 +310,7 @@
310310
],
311311
"thresholds": "70,90",
312312
"title": "Heap used",
313-
"type": "singlestat",
313+
"type": "stat",
314314
"valueFontSize": "80%",
315315
"valueMaps": [
316316
{
@@ -395,7 +395,7 @@
395395
],
396396
"thresholds": "70,90",
397397
"title": "Non-Heap used",
398-
"type": "singlestat",
398+
"type": "stat",
399399
"valueFontSize": "80%",
400400
"valueMaps": [
401401
{

0 commit comments

Comments
 (0)