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

Fixes monotonicity issues we have implementing the specification. #2010

Merged
merged 5 commits into from
Oct 15, 2021

Commits on Oct 12, 2021

  1. Fixes monotonicity issues we have implementing the specificaiton.

    - Prevent negative measurements in Histogram Instruments so we
      can include monotonic sum in the data and export to prometheus.
    - Remove explicit monotonicity argument to aggregators and always infer
      from instrument type.
      - Expand list of supported instruments for Sum aggregation with details
        on default aggregation.
      - Add note on handling `sum` in histogram for instruments that allow
        negative measurements.
    jsuereth committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    23746fb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Update specification/metrics/sdk.md

    Co-authored-by: Aaron Abbott <aaronabbott@google.com>
    jsuereth and aabmass committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9ca1039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9c65ea View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 15, 2021

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