mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08: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 {
|
||||
return nil, err
|
||||
}
|
||||
var rp *prompb.ReadHints = nil
|
||||
|
||||
var rp *prompb.ReadHints
|
||||
if p != nil {
|
||||
rp = &prompb.ReadHints{
|
||||
StepMs: p.Step,
|
||||
|
|
Loading…
Reference in a new issue