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

Delta histogram drop old aggregates #674

Closed
tsloughter opened this issue Jan 19, 2024 · 1 comment
Closed

Delta histogram drop old aggregates #674

tsloughter opened this issue Jan 19, 2024 · 1 comment

Comments

@tsloughter
Copy link
Member

With a delta unrecorded metrics during a time interval shouldn't exported.

Example of what we get in a newly added failing test is recording to a histogram in the first time interval with 2 sets of attributes, then in the next interval not recording to the attributes #{status => 200,verb => <<"GET">>}, but we still get:

  expected: []
       got: [{#{status => 500,verb => <<"GET">>},[2],2,5,7}]
      line: 1378
   comment: [{#{status => 200,verb => <<"GET">>},
              [0],
              infinity,-9.223372036854776e18,0},
             {#{status => 500,verb => <<"GET">>},[1],5,5,5}]
@tsloughter
Copy link
Member Author

Fixed by #677

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant