package prometheus.v1

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

service PrometheusService

prometheus.proto:7

message Matrix

prometheus.proto:60

Matrix is a list of time series.

Used in: QueryRangeResponse, QueryResponse

message Sample

prometheus.proto:53

Sample is a sample pair associated with a metric.

Used in: Vector

message SamplePair

prometheus.proto:71

SamplePair pairs a SampleValue with a Timestamp.

Used in: QueryRangeResponse, QueryResponse, SampleStream

message SampleStream

prometheus.proto:65

SampleStream is a stream of Values belonging to an attached COWMetric.

Used in: Matrix

message String

prometheus.proto:77

String is a string value evaluated at the set timestamp.

Used in: QueryRangeResponse, QueryResponse

message Vector

prometheus.proto:48

Vector is basically only an alias for Samples, but the contract is that in a Vector, all Samples have the same timestamp.

Used in: QueryRangeResponse, QueryResponse