QueryRange performs a query for the given range.
(ctx context.Context, query string, r Range, opts ...Option)
| 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. |
| 486 | QueryExemplars(ctx context.Context, query string, startTime, endTime time.Time) ([]ExemplarQueryResult, error) |
| 487 | // Buildinfo returns various build information properties about the Prometheus server |
no outgoing calls