Skip to content

Commit f5a9905

Browse files
authored
fix(mixin): various latency panels in operational dashboard should have ms unit type instead of seconds (#13260)
Signed-off-by: Callum Styan <[email protected]>
1 parent ce86459 commit f5a9905

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

production/loki-mixin-compiled-ssd/dashboards/loki-operational.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
"fieldConfig": {
527527
"defaults": {
528528
"custom": { },
529-
"unit": "s"
529+
"unit": "ms"
530530
},
531531
"overrides": [ ]
532532
},
@@ -633,7 +633,7 @@
633633
"fieldConfig": {
634634
"defaults": {
635635
"custom": { },
636-
"unit": "s"
636+
"unit": "ms"
637637
},
638638
"overrides": [ ]
639639
},
@@ -838,7 +838,7 @@
838838
"fieldConfig": {
839839
"defaults": {
840840
"custom": { },
841-
"unit": "s"
841+
"unit": "ms"
842842
},
843843
"overrides": [ ]
844844
},
@@ -1045,7 +1045,7 @@
10451045
"fieldConfig": {
10461046
"defaults": {
10471047
"custom": { },
1048-
"unit": "s"
1048+
"unit": "ms"
10491049
},
10501050
"overrides": [ ]
10511051
},
@@ -1154,7 +1154,7 @@
11541154
"fieldConfig": {
11551155
"defaults": {
11561156
"custom": { },
1157-
"unit": "s"
1157+
"unit": "ms"
11581158
},
11591159
"overrides": [ ]
11601160
},
@@ -1360,7 +1360,7 @@
13601360
"fieldConfig": {
13611361
"defaults": {
13621362
"custom": { },
1363-
"unit": "s"
1363+
"unit": "ms"
13641364
},
13651365
"overrides": [ ]
13661366
},

production/loki-mixin-compiled/dashboards/loki-operational.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
"fieldConfig": {
624624
"defaults": {
625625
"custom": { },
626-
"unit": "s"
626+
"unit": "ms"
627627
},
628628
"overrides": [ ]
629629
},
@@ -730,7 +730,7 @@
730730
"fieldConfig": {
731731
"defaults": {
732732
"custom": { },
733-
"unit": "s"
733+
"unit": "ms"
734734
},
735735
"overrides": [ ]
736736
},
@@ -935,7 +935,7 @@
935935
"fieldConfig": {
936936
"defaults": {
937937
"custom": { },
938-
"unit": "s"
938+
"unit": "ms"
939939
},
940940
"overrides": [ ]
941941
},
@@ -1142,7 +1142,7 @@
11421142
"fieldConfig": {
11431143
"defaults": {
11441144
"custom": { },
1145-
"unit": "s"
1145+
"unit": "ms"
11461146
},
11471147
"overrides": [ ]
11481148
},
@@ -1251,7 +1251,7 @@
12511251
"fieldConfig": {
12521252
"defaults": {
12531253
"custom": { },
1254-
"unit": "s"
1254+
"unit": "ms"
12551255
},
12561256
"overrides": [ ]
12571257
},
@@ -1457,7 +1457,7 @@
14571457
"fieldConfig": {
14581458
"defaults": {
14591459
"custom": { },
1460-
"unit": "s"
1460+
"unit": "ms"
14611461
},
14621462
"overrides": [ ]
14631463
},

production/loki-mixin/dashboards/dashboard-loki-operational.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@
621621
"fieldConfig": {
622622
"defaults": {
623623
"custom": {},
624-
"unit": "s"
624+
"unit": "ms"
625625
},
626626
"overrides": []
627627
},
@@ -727,7 +727,7 @@
727727
"fieldConfig": {
728728
"defaults": {
729729
"custom": {},
730-
"unit": "s"
730+
"unit": "ms"
731731
},
732732
"overrides": []
733733
},
@@ -930,7 +930,7 @@
930930
"fieldConfig": {
931931
"defaults": {
932932
"custom": {},
933-
"unit": "s"
933+
"unit": "ms"
934934
},
935935
"overrides": []
936936
},
@@ -1135,7 +1135,7 @@
11351135
"fieldConfig": {
11361136
"defaults": {
11371137
"custom": {},
1138-
"unit": "s"
1138+
"unit": "ms"
11391139
},
11401140
"overrides": []
11411141
},
@@ -1243,7 +1243,7 @@
12431243
"fieldConfig": {
12441244
"defaults": {
12451245
"custom": {},
1246-
"unit": "s"
1246+
"unit": "ms"
12471247
},
12481248
"overrides": []
12491249
},
@@ -1447,7 +1447,7 @@
14471447
"fieldConfig": {
14481448
"defaults": {
14491449
"custom": {},
1450-
"unit": "s"
1450+
"unit": "ms"
14511451
},
14521452
"overrides": []
14531453
},

0 commit comments

Comments
 (0)