Class: DatadogAPIClient::V2::GovernanceInsightQueryConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GovernanceInsightQueryConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/governance_insight_query_config.rb
Overview
Query execution context that allows the frontend to execute insight queries directly.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#chart_type ⇒ Object
The chart type the frontend should use to render the insight.
-
#comparison_shift ⇒ Object
readonly
The window used for the previous value comparison, for example
weekormonth. -
#default_value ⇒ Object
The default value to display when no data is available.
-
#directionality ⇒ Object
Whether an increase in the value is good, bad, or neutral.
-
#effective_time_window_days ⇒ Object
readonly
The number of days the insight value is computed over.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/governance_insight_query_config.rb', line 40 def additional_properties @additional_properties end |
#chart_type ⇒ Object
The chart type the frontend should use to render the insight.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/governance_insight_query_config.rb', line 25 def chart_type @chart_type end |
#comparison_shift ⇒ Object
The window used for the previous value comparison, for example week or month.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/governance_insight_query_config.rb', line 28 def comparison_shift @comparison_shift end |
#default_value ⇒ Object
The default value to display when no data is available.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/governance_insight_query_config.rb', line 31 def default_value @default_value end |
#directionality ⇒ Object
Whether an increase in the value is good, bad, or neutral. One of neutral,
increase_better, or decrease_better.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/governance_insight_query_config.rb', line 35 def directionality @directionality end |
#effective_time_window_days ⇒ Object
The number of days the insight value is computed over.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/governance_insight_query_config.rb', line 38 def effective_time_window_days @effective_time_window_days end |