mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
fix
This commit is contained in:
parent
245ad40efc
commit
b5eb39717d
|
@ -3694,7 +3694,7 @@ func detectHistogramStatsDecoding(expr parser.Expr) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return errors.New("stop")
|
return errors.New("stop")
|
||||||
})
|
}, nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
func makeInt64Pointer(val int64) *int64 {
|
func makeInt64Pointer(val int64) *int64 {
|
||||||
|
|
Loading…
Reference in a new issue