Uses of Class
io.opentelemetry.proto.metrics.v1.Metric
-
Packages that use Metric Package Description io.opentelemetry.proto.metrics.v1 -
-
Uses of Metric in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return Metric Modifier and Type Method Description MetricMetric.Builder. build()MetricMetric.Builder. buildPartial()static MetricMetric. getDefaultInstance()MetricMetric.Builder. getDefaultInstanceForType()MetricMetric. getDefaultInstanceForType()MetricInstrumentationLibraryMetrics.Builder. getMetrics(int index)A list of metrics that originate from an instrumentation library.MetricInstrumentationLibraryMetrics. getMetrics(int index)Deprecated.A list of metrics that originate from an instrumentation library.MetricInstrumentationLibraryMetricsOrBuilder. getMetrics(int index)Deprecated.A list of metrics that originate from an instrumentation library.MetricScopeMetrics.Builder. getMetrics(int index)A list of metrics that originate from an instrumentation library.MetricScopeMetrics. getMetrics(int index)A list of metrics that originate from an instrumentation library.MetricScopeMetricsOrBuilder. 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 Metric Modifier and Type Method Description List<Metric>InstrumentationLibraryMetrics.Builder. getMetricsList()A list of metrics that originate from an instrumentation library.List<Metric>InstrumentationLibraryMetrics. getMetricsList()Deprecated.A list of metrics that originate from an instrumentation library.List<Metric>InstrumentationLibraryMetricsOrBuilder. getMetricsList()Deprecated.A list of metrics that originate from an instrumentation library.List<Metric>ScopeMetrics.Builder. getMetricsList()A list of metrics that originate from an instrumentation library.List<Metric>ScopeMetrics. getMetricsList()A list of metrics that originate from an instrumentation library.List<Metric>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 Metric Modifier and Type Method Description InstrumentationLibraryMetrics.BuilderInstrumentationLibraryMetrics.Builder. addMetrics(int index, Metric value)A list of metrics that originate from an instrumentation library.InstrumentationLibraryMetrics.BuilderInstrumentationLibraryMetrics.Builder. addMetrics(Metric value)A list of metrics that originate from an instrumentation library.ScopeMetrics.BuilderScopeMetrics.Builder. addMetrics(int index, Metric value)A list of metrics that originate from an instrumentation library.ScopeMetrics.BuilderScopeMetrics.Builder. addMetrics(Metric value)A list of metrics that originate from an instrumentation library.Metric.BuilderMetric.Builder. mergeFrom(Metric other)static Metric.BuilderMetric. newBuilder(Metric prototype)InstrumentationLibraryMetrics.BuilderInstrumentationLibraryMetrics.Builder. setMetrics(int index, Metric value)A list of metrics that originate from an instrumentation library.ScopeMetrics.BuilderScopeMetrics.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 Metric Modifier and Type Method Description InstrumentationLibraryMetrics.BuilderInstrumentationLibraryMetrics.Builder. addAllMetrics(Iterable<? extends Metric> values)A list of metrics that originate from an instrumentation library.ScopeMetrics.BuilderScopeMetrics.Builder. addAllMetrics(Iterable<? extends Metric> values)A list of metrics that originate from an instrumentation library.
-