Uses of Class
io.opentelemetry.proto.common.v1.InstrumentationScope
-
Packages that use InstrumentationScope Package Description io.opentelemetry.proto.common.v1 io.opentelemetry.proto.logs.v1 io.opentelemetry.proto.metrics.v1 io.opentelemetry.proto.trace.v1 -
-
Uses of InstrumentationScope in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return InstrumentationScope Modifier and Type Method Description InstrumentationScopeInstrumentationScope.Builder. build()InstrumentationScopeInstrumentationScope.Builder. buildPartial()static InstrumentationScopeInstrumentationScope. getDefaultInstance()InstrumentationScopeInstrumentationScope.Builder. getDefaultInstanceForType()InstrumentationScopeInstrumentationScope. getDefaultInstanceForType()static InstrumentationScopeInstrumentationScope. parseDelimitedFrom(InputStream input)static InstrumentationScopeInstrumentationScope. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstrumentationScopeInstrumentationScope. parseFrom(byte[] data)static InstrumentationScopeInstrumentationScope. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstrumentationScopeInstrumentationScope. parseFrom(com.google.protobuf.ByteString data)static InstrumentationScopeInstrumentationScope. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstrumentationScopeInstrumentationScope. parseFrom(com.google.protobuf.CodedInputStream input)static InstrumentationScopeInstrumentationScope. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstrumentationScopeInstrumentationScope. parseFrom(InputStream input)static InstrumentationScopeInstrumentationScope. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstrumentationScopeInstrumentationScope. parseFrom(ByteBuffer data)static InstrumentationScopeInstrumentationScope. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.common.v1 that return types with arguments of type InstrumentationScope Modifier and Type Method Description com.google.protobuf.Parser<InstrumentationScope>InstrumentationScope. getParserForType()static com.google.protobuf.Parser<InstrumentationScope>InstrumentationScope. parser()Methods in io.opentelemetry.proto.common.v1 with parameters of type InstrumentationScope Modifier and Type Method Description InstrumentationScope.BuilderInstrumentationScope.Builder. mergeFrom(InstrumentationScope other)static InstrumentationScope.BuilderInstrumentationScope. newBuilder(InstrumentationScope prototype) -
Uses of InstrumentationScope in io.opentelemetry.proto.logs.v1
Methods in io.opentelemetry.proto.logs.v1 that return InstrumentationScope Modifier and Type Method Description InstrumentationScopeScopeLogs.Builder. getScope()The instrumentation scope information for the logs in this message.InstrumentationScopeScopeLogs. getScope()The instrumentation scope information for the logs in this message.InstrumentationScopeScopeLogsOrBuilder. getScope()The instrumentation scope information for the logs in this message.Methods in io.opentelemetry.proto.logs.v1 with parameters of type InstrumentationScope Modifier and Type Method Description ScopeLogs.BuilderScopeLogs.Builder. mergeScope(InstrumentationScope value)The instrumentation scope information for the logs in this message.ScopeLogs.BuilderScopeLogs.Builder. setScope(InstrumentationScope value)The instrumentation scope information for the logs in this message. -
Uses of InstrumentationScope in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return InstrumentationScope Modifier and Type Method Description InstrumentationScopeScopeMetrics.Builder. getScope()The instrumentation scope information for the metrics in this message.InstrumentationScopeScopeMetrics. getScope()The instrumentation scope information for the metrics in this message.InstrumentationScopeScopeMetricsOrBuilder. getScope()The instrumentation scope information for the metrics in this message.Methods in io.opentelemetry.proto.metrics.v1 with parameters of type InstrumentationScope Modifier and Type Method Description ScopeMetrics.BuilderScopeMetrics.Builder. mergeScope(InstrumentationScope value)The instrumentation scope information for the metrics in this message.ScopeMetrics.BuilderScopeMetrics.Builder. setScope(InstrumentationScope value)The instrumentation scope information for the metrics in this message. -
Uses of InstrumentationScope in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return InstrumentationScope Modifier and Type Method Description InstrumentationScopeScopeSpans.Builder. getScope()The instrumentation scope information for the spans in this message.InstrumentationScopeScopeSpans. getScope()The instrumentation scope information for the spans in this message.InstrumentationScopeScopeSpansOrBuilder. getScope()The instrumentation scope information for the spans in this message.Methods in io.opentelemetry.proto.trace.v1 with parameters of type InstrumentationScope Modifier and Type Method Description ScopeSpans.BuilderScopeSpans.Builder. mergeScope(InstrumentationScope value)The instrumentation scope information for the spans in this message.ScopeSpans.BuilderScopeSpans.Builder. setScope(InstrumentationScope value)The instrumentation scope information for the spans in this message.
-