OtelLog
Datalayer Core / OtelLog
Interface: OtelLog
Defined in: src/otel/types.ts:50
A log record.
Properties
attributes?
optionalattributes?: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?
optionalseverity_number?:number
Defined in: src/otel/types.ts:53
severity_text
severity_text:
string
Defined in: src/otel/types.ts:52
span_id?
optionalspan_id?:string
Defined in: src/otel/types.ts:57
timestamp
timestamp:
string
Defined in: src/otel/types.ts:51
trace_id?
optionaltrace_id?:string
Defined in: src/otel/types.ts:56