package prometheus

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Chunk

types.proto:100

Chunk represents a TSDB chunk. Time range [min, max] is inclusive.

Used in: ChunkedSeries

enum Chunk.Encoding

types.proto:105

We require this to match chunkenc.Encoding.

Used in: Chunk

message ChunkedReadResponse

remote.proto:81

ChunkedReadResponse is a response when response_type equals STREAMED_XOR_CHUNKS. We strictly stream full series after series, optionally split by time. This means that a single frame can contain partition of the single series, but once a new series is started to be streamed it means that no more chunks will be sent for previous one. Series are returned sorted in the same way TSDB block are internally.

message ChunkedSeries

types.proto:114

ChunkedSeries represents single, encoded time series.

Used in: ChunkedReadResponse

message Exemplar

types.proto:48

Used in: TimeSeries

message Label

types.proto:66

Used in: ChunkedSeries, Exemplar, Labels, TimeSeries

message LabelMatcher

types.proto:76

Matcher specifies a rule, which can match or set of labels or not.

Used in: Query

enum LabelMatcher.Type

types.proto:77

Used in: LabelMatcher

message Labels

types.proto:71

message MetricMetadata

types.proto:21

Used in: WriteRequest

enum MetricMetadata.MetricType

types.proto:22

Used in: MetricMetadata

message Query

remote.proto:65

Used in: ReadRequest

message QueryResult

remote.proto:72

Used in: ReadResponse

message ReadHints

types.proto:88

Used in: Query

message ReadRequest

remote.proto:31

ReadRequest represents a remote read request.

enum ReadRequest.ResponseType

remote.proto:34

Used in: ReadRequest

message ReadResponse

remote.proto:60

ReadResponse is a response when response_type equals SAMPLES.

message Sample

types.proto:41

Used in: TimeSeries

message TimeSeries

types.proto:58

TimeSeries represents samples and labels for a single time series.

Used in: QueryResult, WriteRequest

message WriteRequest

remote.proto:22