Class InternalSemanticAttributes

java.lang.Object
io.sentry.opentelemetry.InternalSemanticAttributes

@Internal public final class InternalSemanticAttributes extends Object
  • Field Details

    • SAMPLED

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> SAMPLED
    • SAMPLE_RATE

      public static final io.opentelemetry.api.common.AttributeKey<Double> SAMPLE_RATE
    • PARENT_SAMPLED

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> PARENT_SAMPLED
    • PROFILE_SAMPLED

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> PROFILE_SAMPLED
    • PROFILE_SAMPLE_RATE

      public static final io.opentelemetry.api.common.AttributeKey<Double> PROFILE_SAMPLE_RATE
    • IS_REMOTE_PARENT

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> IS_REMOTE_PARENT
    • BAGGAGE

      public static final io.opentelemetry.api.common.AttributeKey<String> BAGGAGE
    • BAGGAGE_MUTABLE

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> BAGGAGE_MUTABLE
  • Constructor Details

    • InternalSemanticAttributes

      public InternalSemanticAttributes()