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

Fix HistogramDataPoints transform in otlpmetric #3293

Merged
merged 3 commits into from Oct 17, 2022

Commits on Oct 15, 2022

  1. Fix HistogramDataPoints transform in otlpmetric

    Fixes open-telemetry#3284
    
    The transform uses the same reference a histogram datapoint sum value
    for all transformed metrics. This results in all transformed metrics
    being exported with the same sum (see open-telemetry#3284). This changes the transform
    to correctly reference a unique sum for each datapoint.
    MrAlias committed Oct 15, 2022
    Copy the full SHA
    c1b6ea3 View commit details
    Browse the repository at this point in the history
  2. Add change to changelog

    MrAlias committed Oct 15, 2022
    Copy the full SHA
    c439ff9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    daeb2d5 View commit details
    Browse the repository at this point in the history