struct

ECS::LogEntry::Trace

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id(new_value : String)

A chainable setter for id

Source
id

trace.id

Unique identifier of the trace.

A trace groups multiple events like transactions that belong together. For example, a user request handled by multiple inter-connected services.

Level: Extended Type: Keyword Example:

4bf92f3577b34da6a3ce929d0e0e4736
Source
id=(id : String | Nil)

trace.id

Unique identifier of the trace.

A trace groups multiple events like transactions that belong together. For example, a user request handled by multiple inter-connected services.

Level: Extended Type: Keyword Example:

4bf92f3577b34da6a3ce929d0e0e4736
Source