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

Add Exponential Histogram #2964

Merged
merged 50 commits into from
Mar 13, 2023
Merged

Add Exponential Histogram #2964

merged 50 commits into from
Mar 13, 2023

Commits on Mar 4, 2023

  1. Bump werkzeug in /docs/examples/fork-process-model/flask-gunicorn (op…

    …en-telemetry#3179)
    
    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@1.0.1...2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
    3 people authored and ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    9580cf0 View commit details
    Browse the repository at this point in the history
  2. Refactor buckets interface

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    24ddca6 View commit details
    Browse the repository at this point in the history
  3. Add missing test case

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e841dbd View commit details
    Browse the repository at this point in the history
  4. Remove wrong return

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    26fbc9c View commit details
    Browse the repository at this point in the history
  5. Add comments

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6c9e1d0 View commit details
    Browse the repository at this point in the history
  6. Refactor object resetting

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    159227c View commit details
    Browse the repository at this point in the history
  7. More fixes

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    863a24f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e86acac View commit details
    Browse the repository at this point in the history
  9. Fix bug

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    81a4f2a View commit details
    Browse the repository at this point in the history
  10. Fix spelling

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    f81921d View commit details
    Browse the repository at this point in the history
  11. Update opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/aggr…

    …egation.py
    
    Co-authored-by: Aaron Abbott <aaronabbott@google.com>
    ocelotl and aabmass committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    daadb21 View commit details
    Browse the repository at this point in the history
  12. Update opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/aggr…

    …egation.py
    
    Co-authored-by: Aaron Abbott <aaronabbott@google.com>
    ocelotl and aabmass committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    7489dbf View commit details
    Browse the repository at this point in the history
  13. Fix exception messages

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    1991c97 View commit details
    Browse the repository at this point in the history
  14. Remove scaling check

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    1937415 View commit details
    Browse the repository at this point in the history
  15. Fix typo

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    168d14b View commit details
    Browse the repository at this point in the history
  16. Remove wrong instrument

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    7e64efe View commit details
    Browse the repository at this point in the history
  17. Update opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/aggr…

    …egation.py
    
    Co-authored-by: Aaron Abbott <aaronabbott@google.com>
    ocelotl and aabmass committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6345504 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ee9c41d View commit details
    Browse the repository at this point in the history
  19. Update opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/expo…

    …nential_histogram/buckets.py
    
    Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
    ocelotl and srikanthccv committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    673c6bf View commit details
    Browse the repository at this point in the history
  20. Fix collect

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6be38cc View commit details
    Browse the repository at this point in the history
  21. Remove unreachable code

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    dd61e5b View commit details
    Browse the repository at this point in the history
  22. Fix exporter test cases

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6393111 View commit details
    Browse the repository at this point in the history
  23. Add comment

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    b220a64 View commit details
    Browse the repository at this point in the history
  24. Expand lock scope

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    0b9903c View commit details
    Browse the repository at this point in the history
  25. Revert "Expand lock scope"

    This reverts commit fd9c47b.
    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d1d1138 View commit details
    Browse the repository at this point in the history
  26. Expand lock scope

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e79204d View commit details
    Browse the repository at this point in the history
  27. Add min_max_size test case

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    264fb49 View commit details
    Browse the repository at this point in the history
  28. Fix lint

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    090cd96 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e28372b View commit details
    Browse the repository at this point in the history
  30. Fix bug

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    9001f38 View commit details
    Browse the repository at this point in the history
  31. Add comment

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    aa2aa90 View commit details
    Browse the repository at this point in the history
  32. WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    305db85 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4a115bc View commit details
    Browse the repository at this point in the history
  34. Merging WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c9a735b View commit details
    Browse the repository at this point in the history
  35. Add merge submethods

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    fda2cee View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    42577a2 View commit details
    Browse the repository at this point in the history
  37. Add downscale method

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    48bee33 View commit details
    Browse the repository at this point in the history
  38. WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    019883d View commit details
    Browse the repository at this point in the history
  39. Finish merge

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ceed22e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e48a1d8 View commit details
    Browse the repository at this point in the history
  41. WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    7c3e5cb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bfb9fbf View commit details
    Browse the repository at this point in the history
  43. WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    da2c89e View commit details
    Browse the repository at this point in the history
  44. WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    f0cc7fd View commit details
    Browse the repository at this point in the history
  45. WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    410e5e8 View commit details
    Browse the repository at this point in the history
  46. WIP

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    48ecdda View commit details
    Browse the repository at this point in the history
  47. Fix lint

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    9b4a720 View commit details
    Browse the repository at this point in the history
  48. Fix lint

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    80059d3 View commit details
    Browse the repository at this point in the history
  49. Add delta test case

    ocelotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    232911d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    e26ff69 View commit details
    Browse the repository at this point in the history