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
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/slo_history_monitor.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ class SLOHistoryMonitor
31
31
# For groups in a grouped SLO, this is the group name.
32
32
attr_accessor:group
33
33
34
-
# 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.
34
+
# 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.
35
35
attr_accessor:history
36
36
37
37
# For `monitor` based SLOs, this is the last modified timestamp in epoch seconds of the monitor.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/slo_history_sli_data.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ class SLOHistorySLIData
31
31
# For groups in a grouped SLO, this is the group name.
32
32
attr_accessor:group
33
33
34
-
# 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.
34
+
# 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.
35
35
attr_accessor:history
36
36
37
37
# For `monitor` based SLOs, this is the last modified timestamp in epoch seconds of the monitor.
0 commit comments