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

Calculate delta sums for delta async counter/up-down-counter types #3398

Merged
merged 3 commits into from Oct 27, 2022

Commits on Oct 25, 2022

  1. Update API docs

    Update the async instrument docs for the counters types to explain that
    the value recorded is assumed by implementations to be the cumulative
    sum.
    MrAlias committed Oct 25, 2022
    Copy the full SHA
    effdb6f View commit details
    Browse the repository at this point in the history
  2. Refactor precomputed delta sum aggregation

    Report the delta Aggregation while supporting cumulative Aggregate
    values.
    MrAlias committed Oct 25, 2022
    Copy the full SHA
    20d26f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Add changes to changelog

    MrAlias committed Oct 26, 2022
    Copy the full SHA
    10b316c View commit details
    Browse the repository at this point in the history