Skip to content

Commit

Permalink
Fix per-pod panel unit (from 'ms' to 's') (grafana#11245)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:
Change per-pod latency panel unit from 'ms' to 's' (the metric is in the 's' unit)
  • Loading branch information
DylanGuedes authored and rhnasc committed Apr 12, 2024
1 parent 8038e1d commit 320fc4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions production/loki-mixin-compiled-ssd/dashboards/loki-reads.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 3,
Expand Down Expand Up @@ -495,7 +495,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 6,
Expand Down
12 changes: 6 additions & 6 deletions production/loki-mixin-compiled/dashboards/loki-reads.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 3,
Expand Down Expand Up @@ -495,7 +495,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 6,
Expand Down Expand Up @@ -771,7 +771,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 9,
Expand Down Expand Up @@ -1047,7 +1047,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 12,
Expand Down Expand Up @@ -1323,7 +1323,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 15,
Expand Down Expand Up @@ -1599,7 +1599,7 @@
}
}
},
"unit": "ms"
"unit": "s"
},
"fill": 1,
"id": 18,
Expand Down
2 changes: 1 addition & 1 deletion production/loki-mixin/dashboards/loki-reads.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
},
},
},
unit: 'ms',
unit: 's',
},
},

Expand Down

0 comments on commit 320fc4e

Please sign in to comment.