Class AndroidIncubatingAttributes

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

public final class AndroidIncubatingAttributes extends Object
  • Field Details

    • ANDROID_APP_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> ANDROID_APP_STATE
      This attribute represents the state of the application.

      Notes:

      The Android lifecycle states are defined in Activity lifecycle callbacks, and from which the OS identifiers are derived.

    • ANDROID_OS_API_LEVEL

      public static final io.opentelemetry.api.common.AttributeKey<String> ANDROID_OS_API_LEVEL
      Uniquely identifies the framework API revision offered by a version (os.version) of the android operating system. More information can be found in the Android API levels documentation.
    • ANDROID_STATE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> ANDROID_STATE
      Deprecated.
      Replaced by android.app.state.
      Deprecated. Use android.app.state attribute instead.