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. count_or_gauge is returned by default, and distribution is returned for distribution metrics. The filter[pct] query parameter has no effect on this value.

estimatedAt?: Date

Timestamp when the cardinality estimate was requested.

estimatedOutputSeries?: number

Estimated cardinality of the metric based on the queried configuration.

Generated using TypeDoc