Uses of Class
prometheus.Types.Histogram
Packages that use Types.Histogram
-
Uses of Types.Histogram in prometheus
Methods in prometheus that return Types.HistogramModifier and TypeMethodDescriptionTypes.Histogram.Builder.build()Types.Histogram.Builder.buildPartial()static Types.HistogramTypes.Histogram.getDefaultInstance()Types.Histogram.Builder.getDefaultInstanceForType()Types.Histogram.getDefaultInstanceForType()Types.TimeSeries.Builder.getHistograms(int index) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeries.getHistograms(int index) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeriesOrBuilder.getHistograms(int index) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];static Types.HistogramTypes.Histogram.parseDelimitedFrom(InputStream input) static Types.HistogramTypes.Histogram.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramTypes.Histogram.parseFrom(byte[] data) static Types.HistogramTypes.Histogram.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramTypes.Histogram.parseFrom(com.google.protobuf.ByteString data) static Types.HistogramTypes.Histogram.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramTypes.Histogram.parseFrom(com.google.protobuf.CodedInputStream input) static Types.HistogramTypes.Histogram.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramTypes.Histogram.parseFrom(InputStream input) static Types.HistogramTypes.Histogram.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramTypes.Histogram.parseFrom(ByteBuffer data) static Types.HistogramTypes.Histogram.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in prometheus that return types with arguments of type Types.HistogramModifier and TypeMethodDescriptionTypes.TimeSeries.Builder.getHistogramsList()repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeries.getHistogramsList()repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeriesOrBuilder.getHistogramsList()repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];com.google.protobuf.Parser<Types.Histogram>Types.Histogram.getParserForType()static com.google.protobuf.Parser<Types.Histogram>Types.Histogram.parser()Methods in prometheus with parameters of type Types.HistogramModifier and TypeMethodDescriptionTypes.TimeSeries.Builder.addHistograms(int index, Types.Histogram value) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.addHistograms(Types.Histogram value) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.Histogram.Builder.mergeFrom(Types.Histogram other) static Types.Histogram.BuilderTypes.Histogram.newBuilder(Types.Histogram prototype) Types.TimeSeries.Builder.setHistograms(int index, Types.Histogram value) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Method parameters in prometheus with type arguments of type Types.HistogramModifier and TypeMethodDescriptionTypes.TimeSeries.Builder.addAllHistograms(Iterable<? extends Types.Histogram> values) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];