Interface InstrumentationLibraryMetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentationLibraryMetrics,InstrumentationLibraryMetrics.Builder
@Deprecated public interface InstrumentationLibraryMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description InstrumentationLibrarygetInstrumentationLibrary()Deprecated.The instrumentation library information for the metrics in this message.InstrumentationLibraryOrBuildergetInstrumentationLibraryOrBuilder()Deprecated.The instrumentation library information for the metrics in this message.MetricgetMetrics(int index)Deprecated.A list of metrics that originate from an instrumentation library.intgetMetricsCount()Deprecated.A list of metrics that originate from an instrumentation library.List<Metric>getMetricsList()Deprecated.A list of metrics that originate from an instrumentation library.MetricOrBuildergetMetricsOrBuilder(int index)Deprecated.A list of metrics that originate from an instrumentation library.List<? extends MetricOrBuilder>getMetricsOrBuilderList()Deprecated.A list of metrics that originate from an instrumentation library.StringgetSchemaUrl()Deprecated.This schema_url applies to all metrics in the "metrics" field.com.google.protobuf.ByteStringgetSchemaUrlBytes()Deprecated.This schema_url applies to all metrics in the "metrics" field.booleanhasInstrumentationLibrary()Deprecated.The instrumentation library information for the metrics in this message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstrumentationLibrary
boolean hasInstrumentationLibrary()
Deprecated.The instrumentation library information for the metrics in this message. Semantically when InstrumentationLibrary isn't set, it is equivalent with an empty instrumentation library name (unknown).
.opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;- Returns:
- Whether the instrumentationLibrary field is set.
-
getInstrumentationLibrary
InstrumentationLibrary getInstrumentationLibrary()
Deprecated.The instrumentation library information for the metrics in this message. Semantically when InstrumentationLibrary isn't set, it is equivalent with an empty instrumentation library name (unknown).
.opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;- Returns:
- The instrumentationLibrary.
-
getInstrumentationLibraryOrBuilder
InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
Deprecated.The instrumentation library information for the metrics in this message. Semantically when InstrumentationLibrary isn't set, it is equivalent with an empty instrumentation library name (unknown).
.opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
-
getMetricsList
List<Metric> getMetricsList()
Deprecated.A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetrics
Metric getMetrics(int index)
Deprecated.A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetricsCount
int getMetricsCount()
Deprecated.A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetricsOrBuilderList
List<? extends MetricOrBuilder> getMetricsOrBuilderList()
Deprecated.A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetricsOrBuilder
MetricOrBuilder getMetricsOrBuilder(int index)
Deprecated.A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getSchemaUrl
String getSchemaUrl()
Deprecated.This schema_url applies to all metrics in the "metrics" field.
string schema_url = 3;- Returns:
- The schemaUrl.
-
getSchemaUrlBytes
com.google.protobuf.ByteString getSchemaUrlBytes()
Deprecated.This schema_url applies to all metrics in the "metrics" field.
string schema_url = 3;- Returns:
- The bytes for schemaUrl.
-
-