Interface MetricsApiEstimateMetricsOutputSeriesRequest

Hierarchy

  • MetricsApiEstimateMetricsOutputSeriesRequest

Properties

filterGroups?: string

Filtered tag keys that the metric is configured to query with.

filterHoursAgo?: number

The number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.

filterNumAggregations?: number

The number of aggregations that a count, rate, or gauge metric is configured to use. Max number of aggregation combos is 9.

filterPct?: boolean

A boolean, for distribution metrics only, to estimate cardinality if the metric includes additional percentile aggregators.

filterTimespanH?: number

A window, in hours, from the look back to estimate cardinality with. The minimum and default is 1 hour.

metricName: string

The name of the metric.

Generated using TypeDoc