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

Allow non-monontonic and empty sums on Histogram data points. #320

Closed
wants to merge 3 commits into from

Commits on Jul 20, 2021

  1. Allow non-monontonic and empty sums on Histogram data points.

    Fixes open-telemetry#303
    
    - Add a new enumeration to Histogram denoting the type of sum for that histogram.
    - Update documentation to denote this new enumeration is used for interpretataion of the sum field.
    - Default the value of this enumeration to "monotonic sum" for backwards compatiblity.
    jsuereth committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    c034d91 View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    jsuereth committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5ba13e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    8805f11 View commit details
    Browse the repository at this point in the history