Skip to content

Conversation

@siddarth2810
Copy link
Contributor

Extend HistogramData struct with native histogram fields. Convert input spans+deltas to map[int]int64 for aggregation. On output, MustNewConstNativeHistogram calls makeBucketsFromMap() to reconstruct spans+deltas for wire format.

What this PR does:

Which issue(s) this PR fixes:
Fixes #6489

Checklist

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

Extend HistogramData struct with native histogram fields. Convert input
spans+deltas to map[int]int64 for aggregation. On output, MustNewConstNativeHistogram calls makeBucketsFromMap()
to reconstruct spans+deltas for wire format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SendSumOfHistograms should support native histograms

1 participant