KeelObservability
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun logExplorerSnapshot(query: String? = null, level: String? = null, source: String? = null, sinceEpochMs: Long? = null, page: Int = 1, pageSize: Int = 100, windowKey: String = "1h"): LogExplorerSnapshot
Link copied to clipboard
abstract fun logSnapshot(limit: Int = 100, query: String? = null, level: String? = null, source: String? = null, sinceEpochMs: Long? = null, page: Int = 1, pageSize: Int = limit, windowKey: String = "1h"): LogSnapshotPage
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun traceDashboardSnapshot(windowKey: String = "1h", query: String? = null, status: String? = null, service: String? = null, limit: Int = 40, selectedTraceId: String? = null, selectedSpanId: String? = null): TraceDashboardSnapshot
Link copied to clipboard
abstract fun traceListSnapshot(windowKey: String = "1h", query: String? = null, status: String? = null, service: String? = null, limit: Int = 40, selectedTraceId: String? = null): TraceListSnapshot
Link copied to clipboard
Link copied to clipboard
abstract fun traceSpanDetailSnapshot(windowKey: String = "1h", query: String? = null, status: String? = null, service: String? = null, limit: Int = 40, selectedTraceId: String? = null, selectedSpanId: String? = null): TraceSpanDetailSnapshot
Link copied to clipboard
abstract fun traceSummarySnapshot(windowKey: String = "1h", query: String? = null, status: String? = null, service: String? = null): TraceSummarySnapshot
Link copied to clipboard
abstract fun traceTimelineSnapshot(windowKey: String = "1h", query: String? = null, status: String? = null, service: String? = null, limit: Int = 40, selectedTraceId: String? = null): TraceTimelineSnapshot