Class: DatadogAPIClient::V2::SloStatusDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SloStatusDataAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error_budget_remaining ⇒ Object
readonly
The percentage of error budget remaining.
-
#raw_error_budget_remaining ⇒ Object
readonly
The raw error budget remaining for the SLO.
-
#sli ⇒ Object
readonly
The current Service Level Indicator (SLI) value as a percentage.
-
#span_precision ⇒ Object
readonly
The precision of the time span in seconds.
-
#state ⇒ Object
readonly
The current state of the SLO (for example,
breached,warning,ok).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_remaining ⇒ Object
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_remaining ⇒ Object
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 |
#sli ⇒ Object
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_precision ⇒ Object
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 |
#state ⇒ Object
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 |