Package prometheus
Class PrometheusTypes
- java.lang.Object
-
- prometheus.PrometheusTypes
-
public final class PrometheusTypes extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrometheusTypes.ChunkChunk represents a TSDB chunk.static classPrometheusTypes.ChunkedSeriesChunkedSeries represents single, encoded time series.static interfacePrometheusTypes.ChunkedSeriesOrBuilderstatic interfacePrometheusTypes.ChunkOrBuilderstatic classPrometheusTypes.LabelProtobuf typeprometheus.Labelstatic classPrometheusTypes.LabelMatcherMatcher specifies a rule, which can match or set of labels or not.static interfacePrometheusTypes.LabelMatcherOrBuilderstatic interfacePrometheusTypes.LabelOrBuilderstatic classPrometheusTypes.LabelsProtobuf typeprometheus.Labelsstatic interfacePrometheusTypes.LabelsOrBuilderstatic classPrometheusTypes.ReadHintsProtobuf typeprometheus.ReadHintsstatic interfacePrometheusTypes.ReadHintsOrBuilderstatic classPrometheusTypes.SampleProtobuf typeprometheus.Samplestatic interfacePrometheusTypes.SampleOrBuilderstatic classPrometheusTypes.TimeSeriesTimeSeries represents samples and labels for a single time series.static interfacePrometheusTypes.TimeSeriesOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-