Class: DatadogAPIClient::V2::SloStatusDataAttributes

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

Overview

The attributes of the SLO status.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/slo_status_data_attributes.rb', line 39

def additional_properties
  @additional_properties
end

#error_budget_remainingObject

The percentage of error budget remaining.



25
26
27
# File 'lib/datadog_api_client/v2/models/slo_status_data_attributes.rb', line 25

def error_budget_remaining
  @error_budget_remaining
end

#raw_error_budget_remainingObject

The raw error budget remaining for the SLO.



28
29
30
# File 'lib/datadog_api_client/v2/models/slo_status_data_attributes.rb', line 28

def raw_error_budget_remaining
  @raw_error_budget_remaining
end

#sliObject

The current Service Level Indicator (SLI) value as a percentage.



31
32
33
# File 'lib/datadog_api_client/v2/models/slo_status_data_attributes.rb', line 31

def sli
  @sli
end

#span_precisionObject

The precision of the time span in seconds.



34
35
36
# File 'lib/datadog_api_client/v2/models/slo_status_data_attributes.rb', line 34

def span_precision
  @span_precision
end

#stateObject

The current state of the SLO (for example, breached, warning, ok).



37
38
39
# File 'lib/datadog_api_client/v2/models/slo_status_data_attributes.rb', line 37

def state
  @state
end