Package-level declarations

Types

Link copied to clipboard
class FakeXRay(traces: Storage<StoredTrace> = Storage.InMemory(), region: Region = Region.of("ldn-north-1"), clock: Clock = Clock.systemUTC()) : ChaoticHttpHandler

The FILTER subset is the only filter expression evaluated: anything else is refused rather than answered with every trace in the window.

Link copied to clipboard
data class StoredTrace(val traceId: TraceId, val startTime: Timestamp, val duration: Double? = null, val annotations: Map<String, String> = emptyMap(), val segments: List<Segment> = emptyList())

Functions

Link copied to clipboard
fun main()