Query performs a query for the given time.
(ctx context.Context, query string, ts time.Time, opts ...Option)
| 480 | LabelValues(ctx context.Context, label string, matches []string, startTime, endTime time.Time, opts ...Option) (model.LabelValues, Warnings, error) |
| 481 | // Query performs a query for the given time. |
| 482 | Query(ctx context.Context, query string, ts time.Time, opts ...Option) (model.Value, Warnings, error) |
| 483 | // QueryRange performs a query for the given range. |
| 484 | QueryRange(ctx context.Context, query string, r Range, opts ...Option) (model.Value, Warnings, error) |
| 485 | // QueryExemplars performs a query for exemplars by the given query and time range. |
no outgoing calls