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
e518f51a99
commit
b8217720ac
|
@ -91,8 +91,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