Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query range should not support date where start == end. #1758

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

cyriltovena
Copy link
Contributor

Since we are always checking against start inclusively and not end, this means this type of query
will always returns no result.

Fixes #1702, the frontend was not handling this type of query correctly.

Signed-off-by: Cyril Tovena cyril.tovena@gmail.com

Since we are always checking against start inclusively and not end, this means this type of query
will always returns no result.

Fixes grafana#1702, the frontend was not handling this type of query correctly.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
@@ -149,6 +149,11 @@ func (h *splitByInterval) Do(ctx context.Context, r queryrange.Request) (queryra

intervals := splitByTime(lokiRequest, interval)

// no interval should not be processed by the frontend.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in case ! although this should never happen.

Copy link
Collaborator

@slim-bean slim-bean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@slim-bean slim-bean merged commit 4da4d74 into grafana:master Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frontend 500 on merging response.
2 participants