Uses of Class
prometheus.Types.Label
Packages that use Types.Label
-
Uses of Types.Label in prometheus
Methods in prometheus that return Types.LabelModifier and TypeMethodDescriptionTypes.Label.Builder.build()Types.Label.Builder.buildPartial()static Types.LabelTypes.Label.getDefaultInstance()Types.Label.Builder.getDefaultInstanceForType()Types.Label.getDefaultInstanceForType()Types.ChunkedSeries.Builder.getLabels(int index) Labels should be sorted.Types.ChunkedSeries.getLabels(int index) Labels should be sorted.Types.ChunkedSeriesOrBuilder.getLabels(int index) Labels should be sorted.Types.Exemplar.Builder.getLabels(int index) Optional, can be empty.Types.Exemplar.getLabels(int index) Optional, can be empty.Types.ExemplarOrBuilder.getLabels(int index) Optional, can be empty.Types.Labels.Builder.getLabels(int index) repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.Labels.getLabels(int index) repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.LabelsOrBuilder.getLabels(int index) repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.getLabels(int index) For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.Types.TimeSeries.getLabels(int index) For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.Types.TimeSeriesOrBuilder.getLabels(int index) For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.static Types.LabelTypes.Label.parseDelimitedFrom(InputStream input) static Types.LabelTypes.Label.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.LabelTypes.Label.parseFrom(byte[] data) static Types.LabelTypes.Label.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.LabelTypes.Label.parseFrom(com.google.protobuf.ByteString data) static Types.LabelTypes.Label.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.LabelTypes.Label.parseFrom(com.google.protobuf.CodedInputStream input) static Types.LabelTypes.Label.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.LabelTypes.Label.parseFrom(InputStream input) static Types.LabelTypes.Label.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.LabelTypes.Label.parseFrom(ByteBuffer data) static Types.LabelTypes.Label.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in prometheus that return types with arguments of type Types.LabelModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.getLabelsList()Labels should be sorted.Types.ChunkedSeries.getLabelsList()Labels should be sorted.Types.ChunkedSeriesOrBuilder.getLabelsList()Labels should be sorted.Types.Exemplar.Builder.getLabelsList()Optional, can be empty.Types.Exemplar.getLabelsList()Optional, can be empty.Types.ExemplarOrBuilder.getLabelsList()Optional, can be empty.Types.Labels.Builder.getLabelsList()repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.Labels.getLabelsList()repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.LabelsOrBuilder.getLabelsList()repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.getLabelsList()For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.Types.TimeSeries.getLabelsList()For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.Types.TimeSeriesOrBuilder.getLabelsList()For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.com.google.protobuf.Parser<Types.Label>Types.Label.getParserForType()static com.google.protobuf.Parser<Types.Label>Types.Label.parser()Methods in prometheus with parameters of type Types.LabelModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.addLabels(int index, Types.Label value) Labels should be sorted.Types.ChunkedSeries.Builder.addLabels(Types.Label value) Labels should be sorted.Types.Exemplar.Builder.addLabels(int index, Types.Label value) Optional, can be empty.Types.Exemplar.Builder.addLabels(Types.Label value) Optional, can be empty.Types.Labels.Builder.addLabels(int index, Types.Label value) repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.Labels.Builder.addLabels(Types.Label value) repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.addLabels(int index, Types.Label value) For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.Types.TimeSeries.Builder.addLabels(Types.Label value) For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.Types.Label.Builder.mergeFrom(Types.Label other) static Types.Label.BuilderTypes.Label.newBuilder(Types.Label prototype) Types.ChunkedSeries.Builder.setLabels(int index, Types.Label value) Labels should be sorted.Types.Exemplar.Builder.setLabels(int index, Types.Label value) Optional, can be empty.Types.Labels.Builder.setLabels(int index, Types.Label value) repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.setLabels(int index, Types.Label value) For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.Method parameters in prometheus with type arguments of type Types.LabelModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.addAllLabels(Iterable<? extends Types.Label> values) Labels should be sorted.Types.Exemplar.Builder.addAllLabels(Iterable<? extends Types.Label> values) Optional, can be empty.Types.Labels.Builder.addAllLabels(Iterable<? extends Types.Label> values) repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.addAllLabels(Iterable<? extends Types.Label> values) For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.