CompositeSliComponent

Identifies a single operation to include in a composite SLI for a service-level SLO. Used as an element of the Components list in CompositeSliConfig.

Inheritors

Types

Link copied to clipboard
data class OperationName(val value: String) : CompositeSliComponent

The name of the operation to include in the composite SLI.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this CompositeSliComponent as a OperationName and retrieves its kotlin.String value. Throws an exception if the CompositeSliComponent is not a OperationName.

Link copied to clipboard

Casts this CompositeSliComponent as a OperationName and retrieves its kotlin.String value. Returns null if the CompositeSliComponent is not a OperationName.