Class: DatadogAPIClient::V1::SLOTimeSliceSpec

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/slo_time_slice_spec.rb

Overview

A time-slice SLI specification.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#time_sliceObject

The time-slice condition, composed of 3 parts: 1. the metric timeseries query, 2. the comparator, and 3. the threshold. Optionally, a fourth part, the query interval, can be provided.



26
27
28
# File 'lib/datadog_api_client/v1/models/slo_time_slice_spec.rb', line 26

def time_slice
  @time_slice
end