Package-level declarations

Functions

Link copied to clipboard
suspend fun WarpMetricExporter.recordPlan(draft: Draft<*>, stats: WarpStats, attributes: Map<String, String> = emptyMap(), timestamp: Long = 0)

Records Draft coordination-cost gauges into this WarpMetricExporter.

Link copied to clipboard
suspend fun WarpMetricExporter.recordStats(stats: WarpStats, sourceAttr: String = "source")

Records per-source cardinality sketches from stats into this WarpMetricExporter.

Link copied to clipboard
suspend fun WarpMetricExporter.recordWarp(node: WarpNode, attributes: Map<String, String> = emptyMap())

Records warp-node execution metrics into this WarpMetricExporter.