Class: DatadogAPIClient::V2::MetricEstimateType

Inherits:
Object
  • Object
show all
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[pct]=true is queried with a distribution metric.

Constant Summary collapse

COUNT_OR_GAUGE =
"count_or_gauge".freeze
DISTRIBUTION =
"distribution".freeze
PERCENTILE =
"percentile".freeze

Method Summary

Methods included from BaseEnumModel

included