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 the Exponential Histogram Aggregator. #4245

Merged
merged 34 commits into from
Aug 4, 2023

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    6862bf7 View commit details
    Browse the repository at this point in the history
  2. Added aggregation to the pipeline.

    Adjust to new bucket
    MadVikingGod committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    46f1825 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Jun 20, 2023

  1. Expand tests

    MadVikingGod committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bdd0602 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    MadVikingGod committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    354b1fa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    181d036 View commit details
    Browse the repository at this point in the history
  2. Fix tests to work in go 1.19.

    Fix spelling error
    MadVikingGod committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c92b2b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d514e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    54f540c View commit details
    Browse the repository at this point in the history
  2. fix codespell

    MadVikingGod committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9b1b8d0 View commit details
    Browse the repository at this point in the history
  3. Add example

    MadVikingGod committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b41b1e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Update sdk/metric/aggregation/aggregation.go

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    MadVikingGod and pellared committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    978afbb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    8b6f044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a65d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41757d1 View commit details
    Browse the repository at this point in the history
  4. Changelog

    MadVikingGod committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9536e35 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jul 5, 2023

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

    MadVikingGod committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    07b9cc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    a4ad0b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f282b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca255e View commit details
    Browse the repository at this point in the history
  4. Fix lint

    MadVikingGod committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    18b5f91 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    cb3693f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into mvg/exp-hist-agg

    Expo Histogram has the same compatibility as Explicit Bucket Histograms
    MadVikingGod committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9b55b27 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    66c44df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581c7d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 4, 2023

  1. Merge remote-tracking branch 'upstream/main' into mvg/exp-hist-agg

    Moved Expo Histo to match new style
    MadVikingGod committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4244780 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    MadVikingGod committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    dfc13fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abdcaa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bb46fa View commit details
    Browse the repository at this point in the history
  5. Fix codespell

    MadVikingGod committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e626be7 View commit details
    Browse the repository at this point in the history