Class: DatadogAPIClient::V1::SLOOverallStatuses

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

Overview

Overall status of the SLO by timeframes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#errorObject

Error message if SLO status or error budget could not be calculated.



29
30
31
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 29

def error
  @error
end

#error_budget_remainingObject

Remaining error budget of the SLO in percentage.



32
33
34
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 32

def error_budget_remaining
  @error_budget_remaining
end

#indexed_atObject

timestamp (UNIX time in seconds) of when the SLO status and error budget were calculated.



36
37
38
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 36

def indexed_at
  @indexed_at
end

#raw_error_budget_remainingObject

Error budget remaining for an SLO.



39
40
41
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 39

def raw_error_budget_remaining
  @raw_error_budget_remaining
end

#span_precisionObject

The amount of decimal places the SLI value is accurate to.



42
43
44
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 42

def span_precision
  @span_precision
end

#stateObject

State of the SLO.



45
46
47
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 45

def state
  @state
end

#statusObject

The status of the SLO.



48
49
50
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 48

def status
  @status
end

#targetObject

The target of the SLO.



51
52
53
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 51

def target
  @target
end

#timeframeObject

The SLO time window options.



54
55
56
# File 'lib/datadog_api_client/v1/models/slo_overall_statuses.rb', line 54

def timeframe
  @timeframe
end