Skip to content

Commit

Permalink
dashboard fix data format
Browse files Browse the repository at this point in the history
Signed-off-by: Liu Lantao <liulantao@gmail.com>
  • Loading branch information
Lax committed May 29, 2018
1 parent e6e6601 commit a8b77c5
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions samples/grafana/dashboards/accounting.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@
},
"yaxes": [
{
"decimals": null,
"format": "bytes",
"format": "short",
"label": "",
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -438,9 +437,7 @@
"field": "nr_entries",
"id": "1",
"meta": {},
"settings": {
"missing": null
},
"settings": {},
"type": "sum"
}
],
Expand All @@ -450,8 +447,6 @@
}
],
"thresholds": "",
"timeFrom": null,
"timeShift": null,
"title": "entries",
"transparent": true,
"type": "singlestat",
Expand Down Expand Up @@ -1115,7 +1110,7 @@
}
],
"thresholds": "",
"title": "entries [[accounting_id]]",
"title": "entries",
"transparent": true,
"type": "singlestat",
"valueFontSize": "50%",
Expand Down Expand Up @@ -1218,7 +1213,7 @@
}
],
"thresholds": "",
"title": "Inbound: [[accounting_id]]",
"title": "Inbound",
"transparent": true,
"type": "singlestat",
"valueFontSize": "50%",
Expand Down Expand Up @@ -1321,7 +1316,7 @@
}
],
"thresholds": "",
"title": "Outbound: [[accounting_id]]",
"title": "Outbound",
"transparent": true,
"type": "singlestat",
"valueFontSize": "50%",
Expand Down

0 comments on commit a8b77c5

Please sign in to comment.