Uses of Class
io.opentelemetry.proto.profiles.v1development.Profile.Builder
Packages that use Profile.Builder
-
Uses of Profile.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return Profile.BuilderModifier and TypeMethodDescriptionProfile.Builder.addAllAttributeIndices(Iterable<? extends Integer> values) References to attributes in attribute_table.Profile.Builder.addAllSamples(Iterable<? extends Sample> values) The set of samples recorded in this profile.Profile.Builder.addAttributeIndices(int value) References to attributes in attribute_table.ScopeProfiles.Builder.addProfilesBuilder()A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.addProfilesBuilder(int index) A list of Profiles that originate from an instrumentation scope.Profile.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Profile.Builder.addSamples(int index, Sample value) The set of samples recorded in this profile.Profile.Builder.addSamples(int index, Sample.Builder builderForValue) The set of samples recorded in this profile.Profile.Builder.addSamples(Sample value) The set of samples recorded in this profile.Profile.Builder.addSamples(Sample.Builder builderForValue) The set of samples recorded in this profile.Profile.Builder.clear()Profile.Builder.clearAttributeIndices()References to attributes in attribute_table.Profile.Builder.clearDroppedAttributesCount()The number of attributes that were discarded.Profile.Builder.clearDurationNano()Duration of the profile, if a duration makes sense.Profile.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Profile.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Profile.Builder.clearOriginalPayload()The original payload bytes.Profile.Builder.clearOriginalPayloadFormat()The original payload format.Profile.Builder.clearPeriod()The number of events between sampled occurrences.Profile.Builder.clearPeriodType()The kind of events between sampled occurrences.Profile.Builder.clearProfileId()A globally unique identifier for a profile.Profile.Builder.clearSamples()The set of samples recorded in this profile.Profile.Builder.clearSampleType()The type and unit of all Sample.values in this profile.Profile.Builder.clearTimeUnixNano()Time of collection (UTC) represented as nanoseconds past the epoch.Profile.Builder.clone()ScopeProfiles.Builder.getProfilesBuilder(int index) A list of Profiles that originate from an instrumentation scope.Profile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Profile.Builder.mergeFrom(com.google.protobuf.Message other) Profile.Builder.mergePeriodType(ValueType value) The kind of events between sampled occurrences.Profile.Builder.mergeSampleType(ValueType value) The type and unit of all Sample.values in this profile.final Profile.BuilderProfile.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Profile.BuilderProfile.newBuilder()static Profile.BuilderProfile.newBuilder(Profile prototype) Profile.newBuilderForType()protected Profile.BuilderProfile.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Profile.Builder.removeSamples(int index) The set of samples recorded in this profile.Profile.Builder.setAttributeIndices(int index, int value) References to attributes in attribute_table.Profile.Builder.setDroppedAttributesCount(int value) The number of attributes that were discarded.Profile.Builder.setDurationNano(long value) Duration of the profile, if a duration makes sense.Profile.Builder.setOriginalPayload(com.google.protobuf.ByteString value) The original payload bytes.Profile.Builder.setOriginalPayloadFormat(String value) The original payload format.Profile.Builder.setOriginalPayloadFormatBytes(com.google.protobuf.ByteString value) The original payload format.Profile.Builder.setPeriod(long value) The number of events between sampled occurrences.Profile.Builder.setPeriodType(ValueType value) The kind of events between sampled occurrences.Profile.Builder.setPeriodType(ValueType.Builder builderForValue) The kind of events between sampled occurrences.Profile.Builder.setProfileId(com.google.protobuf.ByteString value) A globally unique identifier for a profile.Profile.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Profile.Builder.setSamples(int index, Sample value) The set of samples recorded in this profile.Profile.Builder.setSamples(int index, Sample.Builder builderForValue) The set of samples recorded in this profile.Profile.Builder.setSampleType(ValueType value) The type and unit of all Sample.values in this profile.Profile.Builder.setSampleType(ValueType.Builder builderForValue) The type and unit of all Sample.values in this profile.Profile.Builder.setTimeUnixNano(long value) Time of collection (UTC) represented as nanoseconds past the epoch.final Profile.BuilderProfile.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Profile.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type Profile.BuilderModifier and TypeMethodDescriptionScopeProfiles.Builder.getProfilesBuilderList()A list of Profiles that originate from an instrumentation scope.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Profile.BuilderModifier and TypeMethodDescriptionScopeProfiles.Builder.addProfiles(int index, Profile.Builder builderForValue) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.addProfiles(Profile.Builder builderForValue) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.setProfiles(int index, Profile.Builder builderForValue) A list of Profiles that originate from an instrumentation scope.