A bucket values

Hierarchy

  • LogsAggregateBucket

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

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

Type declaration

Generated using TypeDoc