Class DeviceIncubatingAttributes

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

public final class DeviceIncubatingAttributes extends Object
  • Field Details

    • DEVICE_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> DEVICE_ID
      A unique identifier representing the device

      Notes:

      The device identifier MUST only be defined using the values outlined below. This value is not an advertising identifier and MUST NOT be used as such. On iOS (Swift or Objective-C), this value MUST be equal to the vendor identifier. On Android (Java or Kotlin), this value MUST be equal to the Firebase Installation ID or a globally unique UUID which is persisted across sessions in your application. More information can be found here on best practices and exact implementation details. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.

    • DEVICE_MANUFACTURER

      public static final io.opentelemetry.api.common.AttributeKey<String> DEVICE_MANUFACTURER
      The name of the device manufacturer

      Notes:

      The Android OS provides this field via Build. iOS apps SHOULD hardcode the value Apple.

    • DEVICE_MODEL_IDENTIFIER

      public static final io.opentelemetry.api.common.AttributeKey<String> DEVICE_MODEL_IDENTIFIER
      The model identifier for the device

      Notes:

      It's recommended this value represents a machine-readable version of the model identifier rather than the market or consumer-friendly name of the device.

    • DEVICE_MODEL_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> DEVICE_MODEL_NAME
      The marketing name for the device model

      Notes:

      It's recommended this value represents a human-readable version of the device model rather than a machine-readable alternative.