Interface InstrumentationLibraryMetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentationLibraryMetrics,InstrumentationLibraryMetrics.Builder
public interface InstrumentationLibraryMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstrumentationLibrarygetInstrumentationLibrary()The instrumentation library information for the metrics in this message.InstrumentationLibraryOrBuildergetInstrumentationLibraryOrBuilder()The instrumentation library information for the metrics in this message.MetricgetMetrics(int index)A list of metrics that originate from an instrumentation library.intgetMetricsCount()A list of metrics that originate from an instrumentation library.List<Metric>getMetricsList()A list of metrics that originate from an instrumentation library.MetricOrBuildergetMetricsOrBuilder(int index)A list of metrics that originate from an instrumentation library.List<? extends MetricOrBuilder>getMetricsOrBuilderList()A list of metrics that originate from an instrumentation library.StringgetSchemaUrl()This schema_url applies to all metrics in the "metrics" field.com.google.protobuf.ByteStringgetSchemaUrlBytes()This schema_url applies to all metrics in the "metrics" field.booleanhasInstrumentationLibrary()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()
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;
-
getInstrumentationLibrary
InstrumentationLibrary getInstrumentationLibrary()
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;
-
getInstrumentationLibraryOrBuilder
InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
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()
A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetrics
Metric getMetrics(int index)
A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetricsCount
int getMetricsCount()
A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetricsOrBuilderList
List<? extends MetricOrBuilder> getMetricsOrBuilderList()
A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getMetricsOrBuilder
MetricOrBuilder getMetricsOrBuilder(int index)
A list of metrics that originate from an instrumentation library.
repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
-
getSchemaUrl
String getSchemaUrl()
This schema_url applies to all metrics in the "metrics" field.
string schema_url = 3;
-
getSchemaUrlBytes
com.google.protobuf.ByteString getSchemaUrlBytes()
This schema_url applies to all metrics in the "metrics" field.
string schema_url = 3;
-
-