Class AndroidIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.AndroidIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forANDROID_APP_STATE.static final classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>This attribute represents the state of the application.static final io.opentelemetry.api.common.AttributeKey<String>Uniquely identifies the framework API revision offered by a version (os.version) of the android operating system.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Replaced byandroid.app.state. -
Method Summary
-
Field Details
-
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 identifiersare derived. -
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.Replaced byandroid.app.state.Deprecated. Useandroid.app.stateattribute instead.
-
android.app.state.