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

nhcb: arithmetic operations on custom histograms and histograms with different schema #13494

Open
Tracked by #13485
krajorama opened this issue Jan 30, 2024 · 1 comment

Comments

@krajorama
Copy link
Member

krajorama commented Jan 30, 2024

Proposal

Depends on #13486.

TBD define the semantics of doing binary arithmetic operations in case one side is a custom histogram and the other side is an exponential histogram or custom histogram with different bucket layout.

Update 2024.06.18. from the histograms sync meeting:
In case of binary operations when the two samples have incompatible bucket layouts (case 1: both have custom buckets , but the buckets don't match case 2: one has custom buckets, other is exponential histogram):

  • the operation should produce no sample for that timestamp
  • the operation should emit a warning saying that histogram layouts are incomaptible
@kushalShukla-web
Copy link
Contributor

hey @krajorama i liked to work on it , need a little bit of more information like how can i tackle this issue .

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

No branches or pull requests

3 participants