semantic-conventions/docs/registry/attributes/pprof.md

1.8 KiB

Pprof

Pprof specific attributes for the Profiling signal

Attributes specific to pprof that help convert from pprof to Profiling signal.

Attribute Type Description Examples Stability
pprof.location.is_folded boolean 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. Development
pprof.mapping.has_filenames boolean Indicates that there are filenames related to this mapping. Development
pprof.mapping.has_functions boolean Indicates that there are functions related to this mapping. Development
pprof.mapping.has_inline_frames boolean Indicates that there are inline frames related to this mapping. Development
pprof.mapping.has_line_numbers boolean Indicates that there are line numbers related to this mapping. Development