LogSummary
data class LogSummary(val timestamp: String, val severity: String, val body: String, val serviceName: String, val traceId: OtelTraceId?, val spanId: OtelSpanId?, val attributes: List<SpanAttribute>, val bodyFields: List<SpanAttribute>)(source)
Constructors
Link copied to clipboard
constructor(timestamp: String, severity: String, body: String, serviceName: String, traceId: OtelTraceId?, spanId: OtelSpanId?, attributes: List<SpanAttribute>, bodyFields: List<SpanAttribute>)