Nel Attributes

5 attributes in this category. 5 stable

Stable Attributes

nel.elapsed_time

integer PII: Maybe OTel: False

The elapsed number of milliseconds between the start of the resource fetch and when it was completed or aborted by the user agent.

Example 100
Raw JSON
{
  "key": "nel.elapsed_time",
  "brief": "The elapsed number of milliseconds between the start of the resource fetch and when it was completed or aborted by the user agent.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 100
}

nel.phase

string PII: Maybe OTel: False

If request failed, the phase of its network error. If request succeeded, "application".

Example application
Raw JSON
{
  "key": "nel.phase",
  "brief": "If request failed, the phase of its network error. If request succeeded, \"application\".",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "application"
}

nel.referrer

string PII: Maybe OTel: False

request's referrer, as determined by the referrer policy associated with its client.

Example https://example.com/foo?bar=baz
Raw JSON
{
  "key": "nel.referrer",
  "brief": "request's referrer, as determined by the referrer policy associated with its client.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "https://example.com/foo?bar=baz"
}

nel.sampling_function

double PII: Maybe OTel: False

The sampling function used to determine if the request should be sampled.

Example 0.5
Raw JSON
{
  "key": "nel.sampling_function",
  "brief": "The sampling function used to determine if the request should be sampled.",
  "type": "double",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 0.5
}

nel.type

string PII: Maybe OTel: False

If request failed, the type of its network error. If request succeeded, "ok".

Example dns.unreachable
Raw JSON
{
  "key": "nel.type",
  "brief": "If request failed, the type of its network error. If request succeeded, \"ok\".",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "dns.unreachable"
}