SelectionConfig

Defines how operations are selected for a service-level SLO.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A prefix string or regular expression that specifies which operations to include in a service-level SLO. When SelectionType is PREFIX, this value is a prefix string that matches the beginning of operation names. When SelectionType is REGEX, this value is a regular expression that matches operation names.

Link copied to clipboard

The strategy for selecting operations to include in a service-level SLO.

Functions

Link copied to clipboard
inline fun copy(block: SelectionConfig.Builder.() -> Unit = {}): SelectionConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String