Class: DatadogAPIClient::V1::SLOTimeSliceQuery

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

Overview

The queries and formula used to calculate the SLI value.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#formulasObject

A list that contains exactly one formula, as only a single formula may be used in a time-slice SLO.



25
26
27
# File 'lib/datadog_api_client/v1/models/slo_time_slice_query.rb', line 25

def formulas
  @formulas
end

#queriesObject

A list of queries that are used to calculate the SLI value.



28
29
30
# File 'lib/datadog_api_client/v1/models/slo_time_slice_query.rb', line 28

def queries
  @queries
end