A bucket values.

Hierarchy

  • SpansAggregateBucketAttributes

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
by?: {
    [key: string]: any;
}

The key, value pairs for each group by.

Type declaration

  • [key: string]: any
compute?: any

The compute data.

computes?: {
    [key: string]: SpansAggregateBucketValue;
}

A map of the metric name -> value for regular compute or list of values for a timeseries.

Type declaration

Generated using TypeDoc