Query performs a query for the given time.
(ctx context.Context, query string, ts time.Time)
| 268 | LabelValues(ctx context.Context, label string, matches []string) (model.LabelValues, Warnings, error) |
| 269 | // Query performs a query for the given time. |
| 270 | Query(ctx context.Context, query string, ts time.Time) (model.Value, Warnings, error) |
| 271 | // QueryRange performs a query for the given range. |
| 272 | QueryRange(ctx context.Context, query string, r Range) (model.Value, Warnings, error) |
| 273 | // Series finds series by label matchers. |
no outgoing calls