api: fix godoc comment
This commit is contained in:
parent
57f23d303f
commit
7b5f0fdaa9
|
@ -282,7 +282,7 @@ type QueryAPI interface {
|
||||||
Query(ctx context.Context, query string, ts time.Time) (model.Value, error)
|
Query(ctx context.Context, query string, ts time.Time) (model.Value, error)
|
||||||
// QueryRange performs a query for the given range.
|
// QueryRange performs a query for the given range.
|
||||||
QueryRange(ctx context.Context, query string, r Range) (model.Value, error)
|
QueryRange(ctx context.Context, query string, r Range) (model.Value, error)
|
||||||
// QueryLabelValues performs a query for the values of the given label.
|
// LabelValues performs a query for the values of the given label.
|
||||||
LabelValues(ctx context.Context, label string) (model.LabelValues, error)
|
LabelValues(ctx context.Context, label string) (model.LabelValues, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue