Skip to content

Commit

Permalink
fix(mixin): various latency panels in operational dashboard should ha…
Browse files Browse the repository at this point in the history
…ve ms unit type instead of seconds (#13260)

Signed-off-by: Callum Styan <callumstyan@gmail.com>
  • Loading branch information
cstyan authored Jun 18, 2024
1 parent ce86459 commit f5a9905
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -633,7 +633,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -838,7 +838,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -1045,7 +1045,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -1154,7 +1154,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -1360,7 +1360,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down
12 changes: 6 additions & 6 deletions production/loki-mixin-compiled/dashboards/loki-operational.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -730,7 +730,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -935,7 +935,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -1142,7 +1142,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -1251,7 +1251,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down Expand Up @@ -1457,7 +1457,7 @@
"fieldConfig": {
"defaults": {
"custom": { },
"unit": "s"
"unit": "ms"
},
"overrides": [ ]
},
Expand Down
12 changes: 6 additions & 6 deletions production/loki-mixin/dashboards/dashboard-loki-operational.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
"fieldConfig": {
"defaults": {
"custom": {},
"unit": "s"
"unit": "ms"
},
"overrides": []
},
Expand Down Expand Up @@ -727,7 +727,7 @@
"fieldConfig": {
"defaults": {
"custom": {},
"unit": "s"
"unit": "ms"
},
"overrides": []
},
Expand Down Expand Up @@ -930,7 +930,7 @@
"fieldConfig": {
"defaults": {
"custom": {},
"unit": "s"
"unit": "ms"
},
"overrides": []
},
Expand Down Expand Up @@ -1135,7 +1135,7 @@
"fieldConfig": {
"defaults": {
"custom": {},
"unit": "s"
"unit": "ms"
},
"overrides": []
},
Expand Down Expand Up @@ -1243,7 +1243,7 @@
"fieldConfig": {
"defaults": {
"custom": {},
"unit": "s"
"unit": "ms"
},
"overrides": []
},
Expand Down Expand Up @@ -1447,7 +1447,7 @@
"fieldConfig": {
"defaults": {
"custom": {},
"unit": "s"
"unit": "ms"
},
"overrides": []
},
Expand Down

0 comments on commit f5a9905

Please sign in to comment.