KeelObservability

Functions

Link copied to clipboard
abstract fun emitCustomEvent(type: String, payload: JsonElement)
Link copied to clipboard
abstract fun events(): Flow<ObservabilityStreamEvent>
Link copied to clipboard
abstract fun flowSnapshot(limit: Int = 100): List<FlowEvent>
Link copied to clipboard
abstract fun jvmSnapshot(): List<JvmNode>
Link copied to clipboard
abstract fun panels(): List<PanelInfo>
Link copied to clipboard
abstract fun registerPanel(id: String, title: String, dataEndpoint: String)
Link copied to clipboard
abstract fun tagCurrentSpan(key: String, value: String)
Link copied to clipboard
abstract fun traceSnapshot(limit: Int = 100, sinceEpochMs: Long? = null): List<TraceSpanEvent>