Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Aug 29, 2024
1 parent 12ccd8d commit 0fdbd1c
Showing 1 changed file with 12 additions and 34 deletions.
46 changes: 12 additions & 34 deletions localenv/telemetry/grafana/provisioning/dashboards/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@
"id": 10,
"options": {
"legend": {
"calcs": [
"p95"
],
"calcs": ["p95"],
"displayMode": "table",
"placement": "right",
"showLegend": true
Expand Down Expand Up @@ -486,9 +484,7 @@
"id": 7,
"options": {
"legend": {
"calcs": [
"p95"
],
"calcs": ["p95"],
"displayMode": "table",
"placement": "right",
"showLegend": true
Expand Down Expand Up @@ -651,9 +647,7 @@
"id": 9,
"options": {
"legend": {
"calcs": [
"p95"
],
"calcs": ["p95"],
"displayMode": "table",
"placement": "right",
"showLegend": true
Expand Down Expand Up @@ -817,9 +811,7 @@
"id": 12,
"options": {
"legend": {
"calcs": [
"p95"
],
"calcs": ["p95"],
"displayMode": "table",
"placement": "right",
"showLegend": true
Expand Down Expand Up @@ -943,9 +935,7 @@
"id": 11,
"options": {
"legend": {
"calcs": [
"p95"
],
"calcs": ["p95"],
"displayMode": "table",
"placement": "right",
"showLegend": true
Expand Down Expand Up @@ -1018,9 +1008,7 @@
"namePlacement": "auto",
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
Expand Down Expand Up @@ -1116,9 +1104,7 @@
"id": 13,
"options": {
"legend": {
"calcs": [
"p95"
],
"calcs": ["p95"],
"displayMode": "table",
"placement": "right",
"showLegend": true
Expand Down Expand Up @@ -1192,9 +1178,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
Expand Down Expand Up @@ -1223,9 +1207,7 @@
"operator": "=",
"scope": "resource",
"tag": "service.name",
"value": [
"RAFIKI_NETWORK"
],
"value": ["RAFIKI_NETWORK"],
"valueType": "string"
},
{
Expand Down Expand Up @@ -1497,9 +1479,7 @@
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
Expand Down Expand Up @@ -1595,9 +1575,7 @@
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
Expand Down Expand Up @@ -1716,4 +1694,4 @@
"uid": "fdr58stwkr6yof",
"version": 1,
"weekStart": ""
}
}

0 comments on commit 0fdbd1c

Please sign in to comment.