Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 10eef29

Browse files
committed
add dashboard panel for accounting
1 parent 2ee2214 commit 10eef29

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

dashboard.json

+93
Original file line numberDiff line numberDiff line change
@@ -4062,6 +4062,99 @@
40624062
"align": false,
40634063
"alignLevel": null
40644064
}
4065+
},
4066+
{
4067+
"aliasColors": {},
4068+
"bars": false,
4069+
"datasource": "$datasource",
4070+
"editable": true,
4071+
"error": false,
4072+
"fill": 1,
4073+
"grid": {},
4074+
"id": 49,
4075+
"legend": {
4076+
"avg": false,
4077+
"current": false,
4078+
"max": false,
4079+
"min": false,
4080+
"show": true,
4081+
"total": false,
4082+
"values": false,
4083+
"rightSide": false
4084+
},
4085+
"lines": true,
4086+
"linewidth": 1,
4087+
"links": [],
4088+
"nullPointMode": "connected",
4089+
"percentage": false,
4090+
"pointradius": 5,
4091+
"points": false,
4092+
"renderer": "flot",
4093+
"seriesOverrides": [
4094+
{
4095+
"alias": "submission latency",
4096+
"yaxis": 2
4097+
}
4098+
],
4099+
"stack": false,
4100+
"steppedLine": false,
4101+
"targets": [
4102+
{
4103+
"refId": "E",
4104+
"target": "alias(sumSeries(metrictank.stats.$environment.$instance.cache.accounting.submission.queue-len.max.gauge32), 'queue length')",
4105+
"hide": false,
4106+
"refCount": 0
4107+
},
4108+
{
4109+
"refId": "F",
4110+
"target": "alias(sumSeries(metrictank.stats.$environment.$instance.cache.accounting.submission.duration.latency.max.gauge32), 'submission latency')",
4111+
"hide": false,
4112+
"refCount": 0
4113+
}
4114+
],
4115+
"thresholds": [],
4116+
"timeFrom": null,
4117+
"timeShift": null,
4118+
"title": "accounting",
4119+
"tooltip": {
4120+
"msResolution": false,
4121+
"shared": true,
4122+
"sort": 0,
4123+
"value_type": "cumulative"
4124+
},
4125+
"type": "graph",
4126+
"xaxis": {
4127+
"mode": "time",
4128+
"name": null,
4129+
"show": true,
4130+
"values": [],
4131+
"buckets": null
4132+
},
4133+
"yaxes": [
4134+
{
4135+
"format": "short",
4136+
"label": null,
4137+
"logBase": 1,
4138+
"max": null,
4139+
"min": null,
4140+
"show": true
4141+
},
4142+
{
4143+
"format": "short",
4144+
"label": null,
4145+
"logBase": 1,
4146+
"max": null,
4147+
"min": null,
4148+
"show": true
4149+
}
4150+
],
4151+
"yaxis": {
4152+
"align": false,
4153+
"alignLevel": null
4154+
},
4155+
"dashes": false,
4156+
"dashLength": 10,
4157+
"spaceLength": 10
40654158
}
40664159
],
40674160
"refresh": false,

0 commit comments

Comments
 (0)