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

Align timeseries buckets #6589

Closed
wants to merge 3 commits into from
Closed

Align timeseries buckets #6589

wants to merge 3 commits into from

Conversation

xurui-c
Copy link
Member

@xurui-c xurui-c commented Nov 21, 2024

Fixes https://github.com/getsentry/projects/issues/364 by making start_timestamp divisible by granularity. This makes it so that our timebuckets line up properly.

Copy link

codecov bot commented Nov 21, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2689 1 2688 5
View the top 1 failed tests by shortest run time
tests.web.rpc.v1.test_endpoint_time_series.TestTimeSeriesApi::test_rachel
Stack Traces | 0.91s run time
Traceback (most recent call last):
  File ".../rpc/v1/test_endpoint_time_series.py", line 269, in test_rachel
    assert len(response.result_timeseries) != 0
AssertionError: assert 0 != 0
 +  where 0 = len([])
 +    where [] = meta {\n  request_id: "0e6f016e-047f-43fd-88b6-98be655cf769"\n}\n.result_timeseries

To view more test analytics, go to the Test Analytics Dashboard
Got feedback? Let us know on Github

@xurui-c xurui-c changed the title c Alight timeseries buckets Nov 21, 2024
Rachel Chen and others added 2 commits November 21, 2024 16:26
@xurui-c xurui-c changed the title Alight timeseries buckets Align timeseries buckets Nov 22, 2024
@xurui-c xurui-c closed this Nov 22, 2024
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.

1 participant