Skip to content

[Feature]: When ES stores trace information queried through traceID, it can bypass the limitation of the "max_span_age" parameter by querying based on the time range. #7508

@MicroOps-cn

Description

@MicroOps-cn

Requirement

My suggestion is to follow this: if no time is specified (or the default time range selected on the UI), use now - max_span_age~now. If the user enters a time range, use the time range to query. If the time range exceeds max span age, an error will occur. Alternatively, use startTime~startTime+max_span_age to calculate.

Problem

When ES is used as backend storage, querying trace information through traceID can only retrieve data within the period set by the "max_span_age" parameter?

If a time range is specified when querying, it can also narrow down the search ES index range. If only "max_span_age" is used to restrict, it may sometimes feel unfriendly.

Proposal

No response

Open questions

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions