Class: DatadogAPIClient::V2::GuardrailMetric
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GuardrailMetric
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/guardrail_metric.rb
Overview
Guardrail metric details.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#metric_id ⇒ Object
readonly
The metric ID to monitor.
-
#trigger_action ⇒ Object
readonly
Action to perform when a guardrail threshold is triggered.
-
#triggered_by ⇒ Object
The signal or system that triggered the action.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/guardrail_metric.rb', line 33 def additional_properties @additional_properties end |
#metric_id ⇒ Object
The metric ID to monitor.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/guardrail_metric.rb', line 25 def metric_id @metric_id end |
#trigger_action ⇒ Object
Action to perform when a guardrail threshold is triggered.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/guardrail_metric.rb', line 28 def trigger_action @trigger_action end |
#triggered_by ⇒ Object
The signal or system that triggered the action.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/guardrail_metric.rb', line 31 def triggered_by @triggered_by end |