Class: DatadogAPIClient::V2::MetricEstimateType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricEstimateType
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_estimate_type.rb
Overview
Estimate type based on the queried configuration. count_or_gauge is returned by default, and distribution is returned for distribution metrics. The filter[pct] query parameter has no effect on this value.
Constant Summary collapse
- COUNT_OR_GAUGE =
"count_or_gauge".freeze
- DISTRIBUTION =
"distribution".freeze
- PERCENTILE =
"percentile".freeze