TraceFilterOptions

@Serializable
data class TraceFilterOptions(val window: String = "1h", val query: String = "", val status: String = "all", val service: String = "", val limit: Int = 40, val availableServices: List<String> = emptyList(), val availableStatuses: List<String> = listOf("all", "ok", "error", "slow", "active"))(source)

Constructors

Link copied to clipboard
constructor(window: String = "1h", query: String = "", status: String = "all", service: String = "", limit: Int = 40, availableServices: List<String> = emptyList(), availableStatuses: List<String> = listOf("all", "ok", "error", "slow", "active"))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard