PluginTraceEvent
@Serializable
Constructors
Link copied to clipboard
constructor(kind: String = "plugin-trace-event", protocolVersion: Int = PLUGIN_JVM_PROTOCOL_VERSION, pluginId: String, generation: Long, timestamp: Long, messageId: String, authToken: String, traceId: String, spanId: String, parentSpanId: String? = null, service: String, name: String, startEpochMs: Long, endEpochMs: Long? = null, status: String, attributes: Map<String, String> = emptyMap(), edgeFrom: String? = null, edgeTo: String? = null)