Uses of Class
io.opentelemetry.proto.metrics.v1.ExponentialHistogram
Packages that use ExponentialHistogram
-
Uses of ExponentialHistogram in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return ExponentialHistogramModifier and TypeMethodDescriptionExponentialHistogram.Builder.build()ExponentialHistogram.Builder.buildPartial()static ExponentialHistogramExponentialHistogram.getDefaultInstance()ExponentialHistogram.Builder.getDefaultInstanceForType()ExponentialHistogram.getDefaultInstanceForType()Metric.Builder.getExponentialHistogram().opentelemetry.proto.metrics.v1.ExponentialHistogram exponential_histogram = 10;Metric.getExponentialHistogram().opentelemetry.proto.metrics.v1.ExponentialHistogram exponential_histogram = 10;MetricOrBuilder.getExponentialHistogram().opentelemetry.proto.metrics.v1.ExponentialHistogram exponential_histogram = 10;static ExponentialHistogramExponentialHistogram.parseDelimitedFrom(InputStream input) static ExponentialHistogramExponentialHistogram.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExponentialHistogramExponentialHistogram.parseFrom(byte[] data) static ExponentialHistogramExponentialHistogram.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExponentialHistogramExponentialHistogram.parseFrom(com.google.protobuf.ByteString data) static ExponentialHistogramExponentialHistogram.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExponentialHistogramExponentialHistogram.parseFrom(com.google.protobuf.CodedInputStream input) static ExponentialHistogramExponentialHistogram.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExponentialHistogramExponentialHistogram.parseFrom(InputStream input) static ExponentialHistogramExponentialHistogram.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExponentialHistogramExponentialHistogram.parseFrom(ByteBuffer data) static ExponentialHistogramExponentialHistogram.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type ExponentialHistogramModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExponentialHistogram>ExponentialHistogram.getParserForType()static com.google.protobuf.Parser<ExponentialHistogram>ExponentialHistogram.parser()Methods in io.opentelemetry.proto.metrics.v1 with parameters of type ExponentialHistogramModifier and TypeMethodDescriptionMetric.Builder.mergeExponentialHistogram(ExponentialHistogram value) .opentelemetry.proto.metrics.v1.ExponentialHistogram exponential_histogram = 10;ExponentialHistogram.Builder.mergeFrom(ExponentialHistogram other) static ExponentialHistogram.BuilderExponentialHistogram.newBuilder(ExponentialHistogram prototype) Metric.Builder.setExponentialHistogram(ExponentialHistogram value) .opentelemetry.proto.metrics.v1.ExponentialHistogram exponential_histogram = 10;