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

Exponential histogram aggregator & export support #2393

Closed
wants to merge 64 commits into from

Commits on Sep 24, 2021

  1. Copy the full SHA
    9f610ba View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. test circular buffer forward

    jmacd committed Sep 25, 2021
    Copy the full SHA
    c6070fb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. up to downscale logic

    jmacd committed Sep 26, 2021
    Copy the full SHA
    23c7129 View commit details
    Browse the repository at this point in the history
  2. partial downscale

    jmacd committed Sep 26, 2021
    Copy the full SHA
    7823119 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. rotate, downscale, moveBucket

    jmacd committed Sep 27, 2021
    Copy the full SHA
    2e4e8b5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3fb9afb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Sep 27, 2021
    Copy the full SHA
    ec33c8e View commit details
    Browse the repository at this point in the history
  4. Update NewDescriptor calls.

    jmacd committed Sep 27, 2021
    Copy the full SHA
    af40924 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. improve test

    jmacd committed Sep 28, 2021
    Copy the full SHA
    a03c191 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. add a test

    jmacd committed Sep 29, 2021
    Copy the full SHA
    0a3a472 View commit details
    Browse the repository at this point in the history
  2. typo

    jmacd committed Sep 29, 2021
    Copy the full SHA
    7044ef2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Oct 5, 2021
    Copy the full SHA
    83df720 View commit details
    Browse the repository at this point in the history
  2. remove histo

    jmacd committed Oct 5, 2021
    Copy the full SHA
    06629d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Oct 8, 2021
    Copy the full SHA
    b05fe9f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Nov 9, 2021
    Copy the full SHA
    c489c48 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Nov 9, 2021
    Copy the full SHA
    96cffe5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8438c54 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Copy the full SHA
    c93ede0 View commit details
    Browse the repository at this point in the history
  2. update test

    jmacd committed Nov 10, 2021
    Copy the full SHA
    d47e56f View commit details
    Browse the repository at this point in the history
  3. add merge test

    jmacd committed Nov 10, 2021
    Copy the full SHA
    3f4b34c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. pass test

    jmacd committed Nov 15, 2021
    Copy the full SHA
    3db13d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Nov 16, 2021
    Copy the full SHA
    1a4cd0d View commit details
    Browse the repository at this point in the history
  2. add logarithm test

    jmacd committed Nov 16, 2021
    Copy the full SHA
    afb52e4 View commit details
    Browse the repository at this point in the history
  3. fix benchmarks

    jmacd committed Nov 16, 2021
    Copy the full SHA
    49bd8f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. tests with UpdateByIncr()

    jmacd committed Nov 17, 2021
    Copy the full SHA
    28c0a23 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. more test coverage

    jmacd committed Nov 18, 2021
    Copy the full SHA
    d1de2ea View commit details
    Browse the repository at this point in the history
  2. move internal

    jmacd committed Nov 18, 2021
    Copy the full SHA
    7aaffef View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. remove scalb

    jmacd committed Nov 19, 2021
    Copy the full SHA
    cbae649 View commit details
    Browse the repository at this point in the history
  2. test logarithm boundary cases

    jmacd committed Nov 19, 2021
    Copy the full SHA
    60ea13d View commit details
    Browse the repository at this point in the history
  3. explain min/max values

    jmacd committed Nov 19, 2021
    Copy the full SHA
    2782ae3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. remove kind field

    jmacd committed Nov 20, 2021
    Copy the full SHA
    ab4044d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Copy the full SHA
    ad23cd5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8123fbc View commit details
    Browse the repository at this point in the history
  3. test fixed scale logic

    jmacd committed Dec 1, 2021
    Copy the full SHA
    b4d9afa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    45ce7f6 View commit details
    Browse the repository at this point in the history
  5. test integer merge

    jmacd committed Dec 1, 2021
    Copy the full SHA
    d8e9870 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Dec 1, 2021
    Copy the full SHA
    17385de View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. fix build

    jmacd committed Dec 2, 2021
    Copy the full SHA
    bbe1c1a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. lint

    jmacd committed Dec 3, 2021
    Copy the full SHA
    e6d9346 View commit details
    Browse the repository at this point in the history
  2. test expohisto to OTLP

    jmacd committed Dec 3, 2021
    Copy the full SHA
    9d0ec85 View commit details
    Browse the repository at this point in the history
  3. test integer expohisto logic

    jmacd committed Dec 3, 2021
    Copy the full SHA
    b82c9a0 View commit details
    Browse the repository at this point in the history
  4. lint

    jmacd committed Dec 3, 2021
    Copy the full SHA
    3cfa061 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Add a README

    jmacd committed Dec 4, 2021
    Copy the full SHA
    b5c599f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. simple selector

    jmacd committed Dec 7, 2021
    Copy the full SHA
    41bae95 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ff33a6e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dd5e722 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. full range test

    jmacd committed Dec 8, 2021
    Copy the full SHA
    4c38c21 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Dec 8, 2021
    Copy the full SHA
    63b78d0 View commit details
    Browse the repository at this point in the history
  3. changelog

    jmacd committed Dec 8, 2021
    Copy the full SHA
    c612753 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e37e5d8 View commit details
    Browse the repository at this point in the history
  5. Add comments, benchmarks

    jmacd committed Dec 8, 2021
    Copy the full SHA
    bbf190e View commit details
    Browse the repository at this point in the history
  6. Lint

    jmacd committed Dec 8, 2021
    Copy the full SHA
    1e7ff6e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Comment on subnormals

    jmacd committed Dec 9, 2021
    Copy the full SHA
    ca5b38d View commit details
    Browse the repository at this point in the history
  2. edit readme

    jmacd committed Dec 9, 2021
    Copy the full SHA
    8318ba7 View commit details
    Browse the repository at this point in the history
  3. explain max scale

    jmacd committed Dec 9, 2021
    Copy the full SHA
    64f7dea View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. comments & more readme

    jmacd committed Dec 10, 2021
    Copy the full SHA
    224ad8f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Jan 5, 2022
    Copy the full SHA
    a02bf9b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Merge branch 'main' of github.com:open-telemetry/opentelemetry-go int…

    …o jmacd/expohistoaggro
    jmacd committed Jan 6, 2022
    Copy the full SHA
    a1dc12f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2989ea View commit details
    Browse the repository at this point in the history
  3. lint

    jmacd committed Jan 6, 2022
    Copy the full SHA
    e1399d9 View commit details
    Browse the repository at this point in the history
  4. vanity

    jmacd committed Jan 6, 2022
    Copy the full SHA
    ef19ae0 View commit details
    Browse the repository at this point in the history
  5. markdown lint

    jmacd committed Jan 6, 2022
    Copy the full SHA
    62a88db View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. move the benchmark

    jmacd committed Jan 7, 2022
    Copy the full SHA
    9f9de49 View commit details
    Browse the repository at this point in the history
  2. comments

    jmacd committed Jan 7, 2022
    Copy the full SHA
    77d01c9 View commit details
    Browse the repository at this point in the history