EmbraceSpanEvent

@JsonClass(generateAdapter = true)
public final class EmbraceSpanEvent

Represents an Event in an EmbraceSpan

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard
private final Map<String, String> attributes

The attributes of this event

Link copied to clipboard
Link copied to clipboard
private final String name

The name of the event

Link copied to clipboard
private final Long timestampNanos

The timestamp of the event in nanoseconds

Functions

Link copied to clipboard
public final Map<String, String> getAttributes()

The attributes of this event

Link copied to clipboard
public final String getName()

The name of the event

Link copied to clipboard
public final Long getTimestampNanos()

The timestamp of the event in nanoseconds