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

Fix 32/64-bit issue in search duration filtering #933

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

mdisibio
Copy link
Contributor

@mdisibio mdisibio commented Sep 2, 2021

What this PR does:
Search duration filtering had incorrect results when trying to filter durations above ~4s. This was due to inadvertently storing nanos in uint32. This fixes to use uint64.

Which issue(s) this PR fixes:
Fixes some of #932

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Martin Disibio <mdisibio@gmail.com>
@mdisibio mdisibio merged commit c7a6405 into grafana:main Sep 2, 2021
@annanay25 annanay25 mentioned this pull request Sep 10, 2021
12 tasks
@mdisibio mdisibio deleted the fix-search-duration-filtering branch September 15, 2021 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants