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

Histogram Aggregation: Fix bucket detection logic, performance improvements, and benchmark tests #1869

Merged
merged 24 commits into from
Jan 12, 2023

Commits on Dec 15, 2022

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

    lalitb committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    42ee9af View commit details
    Browse the repository at this point in the history
  3. fix header order

    lalitb committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6ce55d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17f3842 View commit details
    Browse the repository at this point in the history
  5. spell check

    lalitb committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6aa93d1 View commit details
    Browse the repository at this point in the history
  6. Fix

    lalitb committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    885940c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. pass config to histogram agg

    lalitb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    450e467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21805e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cc3a91 View commit details
    Browse the repository at this point in the history
  4. add benchmark test

    lalitb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    159a7cd View commit details
    Browse the repository at this point in the history
  5. Fix bazel build

    lalitb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fd98b2a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. fix

    lalitb committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    3490e44 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    971e724 View commit details
    Browse the repository at this point in the history
  2. remove header already included

    lalitb committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    240a168 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Jan 3, 2023

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

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    d04337b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6562243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0629f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

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

Commits on Jan 9, 2023

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

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    5e90cc9 View commit details
    Browse the repository at this point in the history
  2. Update sdk/include/opentelemetry/sdk/metrics/aggregation/histogram_ag…

    …gregation.h
    
    Co-authored-by: Ehsan Saei <71217171+esigo@users.noreply.github.com>
    lalitb and esigo authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ea6455e View commit details
    Browse the repository at this point in the history
  3. Fix

    lalitb committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    779a840 View commit details
    Browse the repository at this point in the history