Class PprofIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.PprofIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<Boolean> Provides an indication that multiple symbols map to this location's address, for example due to identical code folding by the linker.static final io.opentelemetry.api.common.AttributeKey<Boolean> Indicates that there are filenames related to this mapping.static final io.opentelemetry.api.common.AttributeKey<Boolean> Indicates that there are functions related to this mapping.static final io.opentelemetry.api.common.AttributeKey<Boolean> Indicates that there are inline frames related to this mapping.static final io.opentelemetry.api.common.AttributeKey<Boolean> Indicates that there are line numbers related to this mapping.Free-form text associated with the profile.static final io.opentelemetry.api.common.AttributeKey<String> Documentation link for this profile type.static final io.opentelemetry.api.common.AttributeKey<String> Frames with Function.function_name fully matching the regexp will be dropped from the samples, along with their successors.static final io.opentelemetry.api.common.AttributeKey<String> Frames with Function.function_name fully matching the regexp will be kept, even if it matches drop_frames.static final io.opentelemetry.api.common.AttributeKey<String> Records the pprof's default_sample_type in the original profile.Records the indexes of the sample types in the original profile. -
Method Summary
-
Field Details
-
PPROF_LOCATION_IS_FOLDED
Provides an indication that multiple symbols map to this location's address, for example due to identical code folding by the linker. In that case the line information represents one of the multiple symbols. This field must be recomputed when the symbolization state of the profile changes. -
PPROF_MAPPING_HAS_FILENAMES
Indicates that there are filenames related to this mapping. -
PPROF_MAPPING_HAS_FUNCTIONS
Indicates that there are functions related to this mapping. -
PPROF_MAPPING_HAS_INLINE_FRAMES
public static final io.opentelemetry.api.common.AttributeKey<Boolean> PPROF_MAPPING_HAS_INLINE_FRAMESIndicates that there are inline frames related to this mapping. -
PPROF_MAPPING_HAS_LINE_NUMBERS
public static final io.opentelemetry.api.common.AttributeKey<Boolean> PPROF_MAPPING_HAS_LINE_NUMBERSIndicates that there are line numbers related to this mapping. -
PPROF_PROFILE_COMMENT
Free-form text associated with the profile. This field should not be used to store any machine-readable information, it is only for human-friendly content. -
PPROF_PROFILE_DOC_URL
Documentation link for this profile type.Notes:
The URL must be absolute and may be missing if the profile was generated by code that did not supply a link
-
PPROF_PROFILE_DROP_FRAMES
Frames with Function.function_name fully matching the regexp will be dropped from the samples, along with their successors. -
PPROF_PROFILE_KEEP_FRAMES
Frames with Function.function_name fully matching the regexp will be kept, even if it matches drop_frames. -
PPROF_SCOPE_DEFAULT_SAMPLE_TYPE
public static final io.opentelemetry.api.common.AttributeKey<String> PPROF_SCOPE_DEFAULT_SAMPLE_TYPERecords the pprof's default_sample_type in the original profile. Not set if the default sample type was missing.Notes:
This attribute, if present, MUST be set at the scope level (resource_profiles[].scope_profiles[].scope.attributes[]).
-
PPROF_SCOPE_SAMPLE_TYPE_ORDER
public static final io.opentelemetry.api.common.AttributeKey<List<Long>> PPROF_SCOPE_SAMPLE_TYPE_ORDERRecords the indexes of the sample types in the original profile.Notes:
This attribute, if present, MUST be set at the scope level (resource_profiles[].scope_profiles[].scope.attributes[]).
-