struct

ECS::LogEntry::Transaction

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

transaction.id

Unique identifier of the transaction.

A transaction is the highest level of work measured within a service, such as a request to a server.

Level: Extended Type: Keyword Example:

00f067aa0ba902b7
Source
id=(id : String | Nil)

transaction.id

Unique identifier of the transaction.

A transaction is the highest level of work measured within a service, such as a request to a server.

Level: Extended Type: Keyword Example:

00f067aa0ba902b7
Source