ServiceLevelObjectiveDependencyConfig

data class ServiceLevelObjectiveDependencyConfig(val dependencyKeyAttributes: Map<String, String>, val dependencyOperationName: String)

Configuration for identifying a dependency and its operation

Constructors

Link copied to clipboard
constructor(dependencyKeyAttributes: Map<String, String>, dependencyOperationName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If this SLO is related to a metric collected by Application Signals, you must use this field to specify which dependency the SLO metric is related to.

Link copied to clipboard

When the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.