mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 09:02:53 +00:00
Review feedback.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
This commit is contained in:
parent
ae29512444
commit
0b189b2da9
@ -95,8 +95,8 @@ func ToQuery(from, to int64, matchers []*labels.Matcher, p *storage.SelectParams
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
var rp *prompb.ReadHints = nil
|
|
||||||
|
|
||||||
|
var rp *prompb.ReadHints
|
||||||
if p != nil {
|
if p != nil {
|
||||||
rp = &prompb.ReadHints{
|
rp = &prompb.ReadHints{
|
||||||
StepMs: p.Step,
|
StepMs: p.Step,
|
||||||
|
Loading…
Reference in New Issue
Block a user