Ttfb Attributes

1 attribute in this category. 1 deprecated

Deprecated Attributes

These attributes are deprecated and should not be used in new code. See each attribute for migration guidance.

ttfb.requestTime Deprecated

double PII: Maybe OTel: False

The time it takes for the server to process the initial request and send the first byte of a response to the user's browser

Example 1554.5814
Aliases browser.web_vital.ttfb.request_time
SDKs javascript-browser

Use browser.web_vital.ttfb.request_time instead.

This attribute is being deprecated in favor of browser.web_vital.ttfb.request_time

Status: backfill

Changelog
next #235
Raw JSON
{
  "key": "ttfb.requestTime",
  "brief": "The time it takes for the server to process the initial request and send the first byte of a response to the user's browser",
  "type": "double",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 1554.5814,
  "deprecation": {
    "replacement": "browser.web_vital.ttfb.request_time",
    "reason": "This attribute is being deprecated in favor of browser.web_vital.ttfb.request_time",
    "_status": "backfill"
  },
  "alias": [
    "browser.web_vital.ttfb.request_time"
  ],
  "sdks": [
    "javascript-browser"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        235
      ]
    }
  ]
}