Uses of Class
io.opentelemetry.proto.metrics.v1.Metric
Packages that use Metric
-
Uses of Metric in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return MetricModifier and TypeMethodDescriptionMetric.Builder.build()Metric.Builder.buildPartial()static MetricMetric.getDefaultInstance()Metric.Builder.getDefaultInstanceForType()Metric.getDefaultInstanceForType()ScopeMetrics.Builder.getMetrics(int index) A list of metrics that originate from an instrumentation library.ScopeMetrics.getMetrics(int index) A list of metrics that originate from an instrumentation library.ScopeMetricsOrBuilder.getMetrics(int index) A list of metrics that originate from an instrumentation library.static MetricMetric.parseDelimitedFrom(InputStream input) static MetricMetric.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetricMetric.parseFrom(byte[] data) static MetricMetric.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetricMetric.parseFrom(com.google.protobuf.ByteString data) static MetricMetric.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetricMetric.parseFrom(com.google.protobuf.CodedInputStream input) static MetricMetric.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetricMetric.parseFrom(InputStream input) static MetricMetric.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetricMetric.parseFrom(ByteBuffer data) static MetricMetric.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type MetricModifier and TypeMethodDescriptionScopeMetrics.Builder.getMetricsList()A list of metrics that originate from an instrumentation library.ScopeMetrics.getMetricsList()A list of metrics that originate from an instrumentation library.ScopeMetricsOrBuilder.getMetricsList()A list of metrics that originate from an instrumentation library.com.google.protobuf.Parser<Metric>Metric.getParserForType()static com.google.protobuf.Parser<Metric>Metric.parser()Methods in io.opentelemetry.proto.metrics.v1 with parameters of type MetricModifier and TypeMethodDescriptionScopeMetrics.Builder.addMetrics(int index, Metric value) A list of metrics that originate from an instrumentation library.ScopeMetrics.Builder.addMetrics(Metric value) A list of metrics that originate from an instrumentation library.static Metric.BuilderMetric.newBuilder(Metric prototype) ScopeMetrics.Builder.setMetrics(int index, Metric value) A list of metrics that originate from an instrumentation library.Method parameters in io.opentelemetry.proto.metrics.v1 with type arguments of type MetricModifier and TypeMethodDescriptionScopeMetrics.Builder.addAllMetrics(Iterable<? extends Metric> values) A list of metrics that originate from an instrumentation library.