Object containing the definition of a metric estimate attribute.

Hierarchy

  • MetricEstimateAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
estimateType?: MetricEstimateType

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.

estimatedAt?: Date

Timestamp when the cardinality estimate was requested.

estimatedOutputSeries?: number

Estimated cardinality of the metric based on the queried configuration.

Generated using TypeDoc