The object containing all the query parameters.

Hierarchy

  • SpansListRequestAttributes

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

The search and filter query settings.

Global query options that are used during the query. Note: You should only supply timezone or time offset but not both otherwise the query will fail.

Paging attributes for listing spans.

sort?: SpansSort

Sort parameters when querying spans.

Generated using TypeDoc