Skip to content

Commit

Permalink
Fix per-pod latency panel unit.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Nov 1, 2023
1 parent 53949dc commit 1f4802a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions production/loki-mixin/dashboards/loki-reads.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ local utils = import 'mixin-utils/utils.libsonnet';
},
],
fieldConfig+: {
custom+: {
fillOpacity: 50,
showPoints: 'never',
stacking: {
group: 'A',
mode: 'normal',
defaults+: {
custom+: {
fillOpacity: 50,
showPoints: 'never',
stacking: {
group: 'A',
mode: 'normal',
},
},
},
unit: 'ms',
},
},

Expand Down

0 comments on commit 1f4802a

Please sign in to comment.