Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Description

The core ${event} entity provides information about an event, such as type, timestamp, and trace ID.

Shape

Event shape (JSON)
{
  "traceId": "<UUID>",
  "timestamp: "<ISO 8601>"
  "simpleName": "<simple Java class name, if available>"
}

Context

Core

Since

1.0

Status

STABLE

The core ${event} entity returns the following JSON shape:

Event shape (JSON)
{
  "traceId": "<UUID>",
  "timestamp: "<ISO 8601>"
  "simpleName": "<simple Java class name, if available>"
}

  • No labels