Class PprofIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.PprofIncubatingAttributes

public final class PprofIncubatingAttributes extends Object
  • Field Details

    • PPROF_LOCATION_IS_FOLDED

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> 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

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> PPROF_MAPPING_HAS_FILENAMES
      Indicates that there are filenames related to this mapping.
    • PPROF_MAPPING_HAS_FUNCTIONS

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> 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_FRAMES
      Indicates 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_NUMBERS
      Indicates that there are line numbers related to this mapping.
    • PPROF_PROFILE_COMMENT

      public static final io.opentelemetry.api.common.AttributeKey<List<String>> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> 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_TYPE
      Records 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_ORDER
      Records 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[]).