LimitsPerLabelSet

This structure defines one label set used to enforce active time series limits for the workspace, and defines the limit for that label set.

A label set is a unique combination of label-value pairs. Use them to control time series limits and to monitor usage by specific label groups. Example label sets might be team:finance or env:prod

Types

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

Properties

Link copied to clipboard

This defines one label set that will have an enforced active time series limit.

Link copied to clipboard

This structure contains the information about the limits that apply to time series that match this label set.

Functions

Link copied to clipboard
inline fun copy(block: LimitsPerLabelSet.Builder.() -> Unit = {}): LimitsPerLabelSet
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