You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For groups in a grouped SLO, this is the group name.
19
19
Group*string`json:"group,omitempty"`
20
-
// For `monitor` based SLOs, this includes the aggregated history as arrays that include time series and uptime data where `0=monitor` is in `OK` state and `1=monitor` is in `alert` state.
20
+
// For `monitor` based SLOs, this includes the aggregated history as arrays that include timeseries and uptime data where `0=monitor` is in `OK` state and `1=monitor` is in `alert` state.
21
21
History [][]float64`json:"history,omitempty"`
22
22
// For `monitor` based SLOs, this is the last modified timestamp in epoch seconds of the monitor.
// For groups in a grouped SLO, this is the group name.
19
19
Group*string`json:"group,omitempty"`
20
-
// For `monitor` based SLOs, this includes the aggregated history as arrays that include time series and uptime data where `0=monitor` is in `OK` state and `1=monitor` is in `alert` state.
20
+
// For `monitor` based SLOs, this includes the aggregated history as arrays that include timeseries and uptime data where `0=monitor` is in `OK` state and `1=monitor` is in `alert` state.
21
21
History [][]float64`json:"history,omitempty"`
22
22
// For `monitor` based SLOs, this is the last modified timestamp in epoch seconds of the monitor.
0 commit comments