Package prometheus

Class PrometheusRemote.ChunkedReadResponse

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, PrometheusRemote.ChunkedReadResponseOrBuilder
    Enclosing class:
    PrometheusRemote

    public static final class PrometheusRemote.ChunkedReadResponse
    extends com.google.protobuf.GeneratedMessageV3
    implements PrometheusRemote.ChunkedReadResponseOrBuilder
     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.
     
    Protobuf type prometheus.ChunkedReadResponse
    See Also:
    Serialized Form