Fix the command invocation graph
This commit is contained in:
parent
861dc78796
commit
136b08b597
@ -17,7 +17,7 @@
|
|||||||
"editable": true,
|
"editable": true,
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": 2,
|
"id": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
@ -590,16 +590,18 @@
|
|||||||
"alias": "Execution Time (avg)",
|
"alias": "Execution Time (avg)",
|
||||||
"colorMode": null,
|
"colorMode": null,
|
||||||
"colors": [
|
"colors": [
|
||||||
"rgba(245, 54, 54, 0.9)",
|
"#ffffff",
|
||||||
"rgba(237, 129, 40, 0.89)",
|
"rgba(237, 129, 40, 0.89)",
|
||||||
"rgba(50, 172, 45, 0.97)"
|
"rgba(245, 54, 54, 0.9)"
|
||||||
],
|
],
|
||||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"decimals": 2,
|
"decimals": 2,
|
||||||
"link": false,
|
"link": false,
|
||||||
"mappingType": 1,
|
"mappingType": 1,
|
||||||
"pattern": "execution_time",
|
"pattern": "execution_time",
|
||||||
"thresholds": [],
|
"thresholds": [
|
||||||
|
""
|
||||||
|
],
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"unit": "s"
|
"unit": "s"
|
||||||
},
|
},
|
||||||
@ -650,6 +652,22 @@
|
|||||||
"thresholds": [],
|
"thresholds": [],
|
||||||
"type": "hidden",
|
"type": "hidden",
|
||||||
"unit": "short"
|
"unit": "short"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alias": "Invocations",
|
||||||
|
"colorMode": null,
|
||||||
|
"colors": [
|
||||||
|
"rgba(245, 54, 54, 0.9)",
|
||||||
|
"rgba(237, 129, 40, 0.89)",
|
||||||
|
"rgba(50, 172, 45, 0.97)"
|
||||||
|
],
|
||||||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
|
"decimals": 0,
|
||||||
|
"mappingType": 1,
|
||||||
|
"pattern": "count",
|
||||||
|
"thresholds": [],
|
||||||
|
"type": "number",
|
||||||
|
"unit": "short"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"targets": [
|
"targets": [
|
||||||
@ -674,6 +692,16 @@
|
|||||||
"execution_time"
|
"execution_time"
|
||||||
],
|
],
|
||||||
"type": "field"
|
"type": "field"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [],
|
||||||
|
"type": "mean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"execution_time"
|
||||||
|
],
|
||||||
|
"type": "alias"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@ -682,6 +710,34 @@
|
|||||||
"response_time"
|
"response_time"
|
||||||
],
|
],
|
||||||
"type": "field"
|
"type": "field"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [],
|
||||||
|
"type": "mean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"execution_time"
|
||||||
|
],
|
||||||
|
"type": "alias"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"response_time"
|
||||||
|
],
|
||||||
|
"type": "field"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [],
|
||||||
|
"type": "count"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"count"
|
||||||
|
],
|
||||||
|
"type": "alias"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
@ -1009,7 +1065,7 @@
|
|||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"from": "now-30m",
|
"from": "now-24h",
|
||||||
"to": "now"
|
"to": "now"
|
||||||
},
|
},
|
||||||
"timepicker": {
|
"timepicker": {
|
||||||
|
Loading…
Reference in New Issue
Block a user