package
0.37.2
Repository: https://github.com/thanos-io/thanos.git
Documentation: pkg.go.dev

# Packages

# Functions

NewMultiTSDB creates new exemplars.MultiTSDB.
NewPrometheus creates new exemplars.Prometheus.
NewProxy return new exemplars.Proxy.
NewTSDB creates new exemplars.TSDB.
RegisterExemplarsServer register exemplars server.

# Structs

GRPCClient allows to retrieve exemplars from local gRPC streaming server implementation.
MultiTSDB implements exemplarspb.ExemplarsServer that allows to fetch exemplars a MultiTSDB instance.
Prometheus implements exemplarspb.Exemplars gRPC that allows to fetch exemplars from Prometheus.
Proxy implements exemplarspb.Exemplars gRPC that fanouts requests to given exemplarspb.Exemplars.
TSDB allows fetching exemplars from a TSDB instance.

# Interfaces

UnaryClient is gRPC exemplarspb.Exemplars client which expands streaming exemplars API.