MCPcopy
hub / github.com/prometheus/client_golang / QueryRange

Method QueryRange

api/prometheus/v1/api.go:484–484  ·  view source on GitHub ↗

QueryRange performs a query for the given range.

(ctx context.Context, query string, r Range, opts ...Option)

Source from the content-addressed store, hash-verified

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

Implementers 1

httpAPIapi/prometheus/v1/api.go

Calls

no outgoing calls