Interface SpansApiListSpansGetRequest

Hierarchy

  • SpansApiListSpansGetRequest

Properties

filterFrom?: string

Minimum timestamp for requested spans. Supports date-time ISO8601, date math, and regular timestamps (milliseconds).

filterQuery?: string

Search query following spans syntax.

filterTo?: string

Maximum timestamp for requested spans. Supports date-time ISO8601, date math, and regular timestamps (milliseconds).

pageCursor?: string

List following results with a cursor provided in the previous query.

pageLimit?: number

Maximum number of spans in the response.

sort?: SpansSort

Order of spans in results.

Generated using TypeDoc