Component schema
Slo Ratio Metric
object1 direct reference
Definition
Ratio-based SLI metric. Provide either good+total, bad+total, or raw with rawType.
boolean
True if the metric is a monotonically increasing counter, false if it is a single number that can arbitrarily go up or down. Ignored when using raw.
The numerator representing good events. Either good or bad must be provided when using total.
The numerator representing bad events. Either good or bad must be provided when using total.
The denominator representing total events. Used with either good or bad.
A precomputed ratio stored as a metric. Cannot be used together with good/bad/total.
Required with raw. Indicates how the stored ratio was calculated:
success: good/totalfailure: bad/total
"success""failure"Used by 1
These schemas and endpoints reference this type directly.