Class: DatadogAPIClient::V2::GovernanceInsightPercentageQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GovernanceInsightPercentageQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/governance_insight_percentage_query.rb
Overview
A percentage query that computes an insight value as a ratio of two metric queries.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#denominator_query ⇒ Object
readonly
A metric query used to compute an insight value.
-
#numerator_query ⇒ Object
readonly
A metric query used to compute an insight value.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/governance_insight_percentage_query.rb', line 30 def additional_properties @additional_properties end |
#denominator_query ⇒ Object
A metric query used to compute an insight value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/governance_insight_percentage_query.rb', line 25 def denominator_query @denominator_query end |
#numerator_query ⇒ Object
A metric query used to compute an insight value.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/governance_insight_percentage_query.rb', line 28 def numerator_query @numerator_query end |