Skip to content
Discussion options

You must be logged in to vote

There is a limit, but it isn't 100, and what you hit is not by design — it's a bug. Thanks for the clear report.

The intended limit is 500 points, and it errors instead of truncating. DurationUtils.MAX_TIME_RANGE = 500 is the only cap the query layer means to impose, and exceeding it raises Duration data error, the range between the start time and the end time can't exceed 500 minutes. Your 4-hour minute-step query is 240 points — well inside that — so it should have come back in full.

The 100 comes from the storage engine, not from SkyWalking's query layer. BanyanDB applies its own default limit to any query that arrives without one — 100 rows for measures (defaultLimit in pkg/query/logi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mike-realuptime
Comment options

@wu-sheng
Comment options

Answer selected by wu-sheng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants