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. By default, ‘count_or_gauge` is returned. `distribution` is returned for distribution metrics without percentiles enabled. Lastly, `percentile` is returned if `filter=true` is queried with a distribution metric.
Constant Summary collapse
- COUNT_OR_GAUGE =
"count_or_gauge".freeze
- DISTRIBUTION =
"distribution".freeze
- PERCENTILE =
"percentile".freeze