mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
Fix unit for Scrape failures
Signed-off-by: datamuc <m@rbfh.de>
This commit is contained in:
parent
ceaa3bd6f9
commit
9b894ee4f6
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ local row = panel.row;
|
|||
+ panel.timeSeries.options.tooltip.withSort('desc')
|
||||
+ panel.timeSeries.standardOptions.withMin(0)
|
||||
+ panelTimeSeriesStacking
|
||||
+ panel.timeSeries.standardOptions.withUnit('ms')
|
||||
+ panel.timeSeries.standardOptions.withUnit('short')
|
||||
+ if showMultiCluster then
|
||||
panel.timeSeries.queryOptions.withTargets([
|
||||
prometheus.new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue