Skip to main content

OtelLog

Datalayer Core


Datalayer Core / OtelLog

Interface: OtelLog

Defined in: src/otel/types.ts:50

A log record.

Properties

attributes?

optional attributes?: Record<string, unknown>

Defined in: src/otel/types.ts:58


body

body: string

Defined in: src/otel/types.ts:54


service_name

service_name: string

Defined in: src/otel/types.ts:55


severity_number?

optional severity_number?: number

Defined in: src/otel/types.ts:53


severity_text

severity_text: string

Defined in: src/otel/types.ts:52


span_id?

optional span_id?: string

Defined in: src/otel/types.ts:57


timestamp

timestamp: string

Defined in: src/otel/types.ts:51


trace_id?

optional trace_id?: string

Defined in: src/otel/types.ts:56