caffeine_lang/types/ast/slo
Types
An SLO is an expectation set by stakeholders upon a metric emulating the user experience as best as possible.
pub type Slo {
Slo(
name: String,
typed_instatiation_of_query_templatized_variables: generic_dictionary.GenericDictionary,
threshold: Float,
sli_type: String,
service_name: String,
window_in_days: Int,
)
}
Constructors
-
Slo( name: String, typed_instatiation_of_query_templatized_variables: generic_dictionary.GenericDictionary, threshold: Float, sli_type: String, service_name: String, window_in_days: Int, )