Ui Attributes

3 attributes in this category. 3 stable

Stable Attributes

ui.component_name

string PII: Maybe OTel: False

The name of the associated component.

Example HomeButton
Raw JSON
{
  "key": "ui.component_name",
  "brief": "The name of the associated component.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "HomeButton"
}

ui.contributes_to_ttfd

boolean PII: False OTel: False

Whether the span execution contributed to the TTFD (time to fully drawn) metric.

Example true
Raw JSON
{
  "key": "ui.contributes_to_ttfd",
  "brief": "Whether the span execution contributed to the TTFD (time to fully drawn) metric.",
  "type": "boolean",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "example": true
}

ui.contributes_to_ttid

boolean PII: False OTel: False

Whether the span execution contributed to the TTID (time to initial display) metric.

Example true
Raw JSON
{
  "key": "ui.contributes_to_ttid",
  "brief": "Whether the span execution contributed to the TTID (time to initial display) metric.",
  "type": "boolean",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "example": true
}