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

work around lightstep histogram issue #23

Merged
merged 1 commit into from
Jul 22, 2022
Merged

work around lightstep histogram issue #23

merged 1 commit into from
Jul 22, 2022

Conversation

kvcache
Copy link
Contributor

@kvcache kvcache commented Jul 22, 2022

Lightstep can't handle a histogram with 1 populated bucket. It
interprets the bucket with data as covering a range from negative
infinity to the bucket value. This is a bug fix recommended by
Lightstep support to allow histograms with 1 value to show up,
but it remains unclear whether there are further issues in
lightstep interpreting sparse histograms.

Lightstep can't handle a histogram with 1 populated bucket. It
interprets the bucket with data as covering a range from negative
infinity to the bucket value. This is a bug fix recommended by
Lightstep support to allow histograms with 1 value to show up,
but it remains unclear whether there are further issues in
lightstep interpreting sparse histograms.
@kvc0 kvc0 merged commit 030c665 into kvc0:main Jul 22, 2022
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