Uses of Class
io.opentelemetry.proto.common.v1.InstrumentationScope.Builder
Packages that use InstrumentationScope.Builder
Package
Description
-
Uses of InstrumentationScope.Builder in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return InstrumentationScope.BuilderModifier and TypeMethodDescriptionInstrumentationScope.Builder.addAllAttributes(Iterable<? extends KeyValue> values) Additional attributes that describe the scope.InstrumentationScope.Builder.addAttributes(int index, KeyValue value) Additional attributes that describe the scope.InstrumentationScope.Builder.addAttributes(int index, KeyValue.Builder builderForValue) Additional attributes that describe the scope.InstrumentationScope.Builder.addAttributes(KeyValue value) Additional attributes that describe the scope.InstrumentationScope.Builder.addAttributes(KeyValue.Builder builderForValue) Additional attributes that describe the scope.InstrumentationScope.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) InstrumentationScope.Builder.clear()InstrumentationScope.Builder.clearAttributes()Additional attributes that describe the scope.InstrumentationScope.Builder.clearDroppedAttributesCount()The number of attributes that were discarded.InstrumentationScope.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) InstrumentationScope.Builder.clearName()A name denoting the Instrumentation scope.InstrumentationScope.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) InstrumentationScope.Builder.clearVersion()Defines the version of the instrumentation scope.InstrumentationScope.Builder.clone()InstrumentationScope.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InstrumentationScope.Builder.mergeFrom(com.google.protobuf.Message other) InstrumentationScope.Builder.mergeFrom(InstrumentationScope other) InstrumentationScope.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static InstrumentationScope.BuilderInstrumentationScope.newBuilder()static InstrumentationScope.BuilderInstrumentationScope.newBuilder(InstrumentationScope prototype) InstrumentationScope.newBuilderForType()protected InstrumentationScope.BuilderInstrumentationScope.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) InstrumentationScope.Builder.removeAttributes(int index) Additional attributes that describe the scope.InstrumentationScope.Builder.setAttributes(int index, KeyValue value) Additional attributes that describe the scope.InstrumentationScope.Builder.setAttributes(int index, KeyValue.Builder builderForValue) Additional attributes that describe the scope.InstrumentationScope.Builder.setDroppedAttributesCount(int value) The number of attributes that were discarded.InstrumentationScope.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) A name denoting the Instrumentation scope.InstrumentationScope.Builder.setNameBytes(com.google.protobuf.ByteString value) A name denoting the Instrumentation scope.InstrumentationScope.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) InstrumentationScope.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) InstrumentationScope.Builder.setVersion(String value) Defines the version of the instrumentation scope.InstrumentationScope.Builder.setVersionBytes(com.google.protobuf.ByteString value) Defines the version of the instrumentation scope.InstrumentationScope.toBuilder() -
Uses of InstrumentationScope.Builder in io.opentelemetry.proto.logs.v1
Methods in io.opentelemetry.proto.logs.v1 that return InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeLogs.Builder.getScopeBuilder()The instrumentation scope information for the logs in this message.Methods in io.opentelemetry.proto.logs.v1 with parameters of type InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeLogs.Builder.setScope(InstrumentationScope.Builder builderForValue) The instrumentation scope information for the logs in this message. -
Uses of InstrumentationScope.Builder in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeMetrics.Builder.getScopeBuilder()The instrumentation scope information for the metrics in this message.Methods in io.opentelemetry.proto.metrics.v1 with parameters of type InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeMetrics.Builder.setScope(InstrumentationScope.Builder builderForValue) The instrumentation scope information for the metrics in this message. -
Uses of InstrumentationScope.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeProfiles.Builder.getScopeBuilder()The instrumentation scope information for the profiles in this message.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeProfiles.Builder.setScope(InstrumentationScope.Builder builderForValue) The instrumentation scope information for the profiles in this message. -
Uses of InstrumentationScope.Builder in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeSpans.Builder.getScopeBuilder()The instrumentation scope information for the spans in this message.Methods in io.opentelemetry.proto.trace.v1 with parameters of type InstrumentationScope.BuilderModifier and TypeMethodDescriptionScopeSpans.Builder.setScope(InstrumentationScope.Builder builderForValue) The instrumentation scope information for the spans in this message.