Event Attributes

2 attributes in this category. 2 stable

2 attributes

Stable Attributes

event.id

integer Scrub: Manual Visibility: Public OTel: False

The unique identifier for this event (log record)

Example 1234567890
Changelog
v0.1.0 #101
Raw JSON
{
  "key": "event.id",
  "brief": "The unique identifier for this event (log record)",
  "type": "integer",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 1234567890,
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        101
      ]
    }
  ]
}

event.name

string Scrub: Manual Visibility: Public OTel: False

The name that uniquely identifies this event (log record)

Example Process Payload
Changelog
v0.1.0 #101#127
Raw JSON
{
  "key": "event.name",
  "brief": "The name that uniquely identifies this event (log record)",
  "type": "string",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "Process Payload",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        101,
        127
      ]
    }
  ]
}