You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Filtered tag keys that the metric is configured to query with.
19
19
pubfilter_groups:Option<String>,
20
-
/// The number of hours of look back (from now) to estimate cardinality with. Estimates are based on historical data, and unspecified fields default to the minimum 49 hours.
20
+
/// The number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.
21
21
pubfilter_hours_ago:Option<i32>,
22
22
/// The number of aggregations that a `count`, `rate`, or `gauge` metric is configured to use. Max number of aggregation combos is 9.
23
23
pubfilter_num_aggregations:Option<i32>,
24
24
/// A boolean, for distribution metrics only, to estimate cardinality if the metric includes additional percentile aggregators.
25
25
pubfilter_pct:Option<bool>,
26
-
/// A window, in hours, from the look back to estimate cardinality with.
26
+
/// A window, in hours, from the look back to estimate cardinality with. The minimum and default is 1 hour.
/// The number of hours of look back (from now) to estimate cardinality with. Estimates are based on historical data, and unspecified fields default to the minimum 49 hours.
36
+
/// The number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.
0 commit comments