Skip to content

Commit

Permalink
dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Nov 17, 2023
1 parent 9b59861 commit 4aa8e82
Showing 1 changed file with 43 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"displayMode": "table",
"placement": "right",
"showLegend": true,
"width": 200
},
"tooltip": {
"mode": "single",
Expand Down Expand Up @@ -198,9 +199,10 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"displayMode": "table",
"placement": "right",
"showLegend": true,
"width": 200
},
"tooltip": {
"mode": "single",
Expand All @@ -226,6 +228,15 @@
}
],
"title": "Validation score",
"transformations": [
{
"id": "renameByRegex",
"options": {
"regex": ".*name=\\\"([a-zA-Z 0-9\\.\\,\\+\\-\\/_]+)\\\".*",
"renamePattern": "$1"
}
}
],
"type": "timeseries"
},
{
Expand Down Expand Up @@ -297,9 +308,10 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"displayMode": "table",
"placement": "right",
"showLegend": true,
"width": 200
},
"tooltip": {
"mode": "single",
Expand All @@ -325,6 +337,15 @@
}
],
"title": "Success requests",
"transformations": [
{
"id": "renameByRegex",
"options": {
"regex": ".*name=\\\"([a-zA-Z 0-9\\.\\,\\+\\-\\/_]+)\\\".*",
"renamePattern": "$1"
}
}
],
"type": "timeseries"
},
{
Expand Down Expand Up @@ -396,9 +417,10 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"displayMode": "table",
"placement": "right",
"showLegend": true,
"width": 200
},
"tooltip": {
"mode": "single",
Expand All @@ -424,6 +446,15 @@
}
],
"title": "Error requests",
"transformations": [
{
"id": "renameByRegex",
"options": {
"regex": ".*name=\\\"([a-zA-Z 0-9\\.\\,\\+\\-\\/_]+)\\\".*",
"renamePattern": "$1"
}
}
],
"type": "timeseries"
}
],
Expand Down

0 comments on commit 4aa8e82

Please sign in to comment.