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

Introduce sampling package as reference implementation for OTEP 235 #29720

Merged
merged 42 commits into from
Jan 31, 2024

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    2741a32 View commit details
    Browse the repository at this point in the history
  2. add new package

    jmacd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    91f6909 View commit details
    Browse the repository at this point in the history
  3. crosslink

    jmacd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2834241 View commit details
    Browse the repository at this point in the history
  4. doc

    jmacd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    12530ec View commit details
    Browse the repository at this point in the history
  5. more place

    jmacd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4a83262 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

    …tor-contrib into jmacd/pkgsampl
    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b4c9b78 View commit details
    Browse the repository at this point in the history
  2. changelog

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    53ac105 View commit details
    Browse the repository at this point in the history
  3. no change here

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    910beac View commit details
    Browse the repository at this point in the history
  4. more linty

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5997a19 View commit details
    Browse the repository at this point in the history
  5. lintier than thou

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2e9ddeb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…

    …tor-contrib into jmacd/pkgsampl
    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1909040 View commit details
    Browse the repository at this point in the history
  7. fix that

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3de01cc View commit details
    Browse the repository at this point in the history
  8. hmm

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1307b1d View commit details
    Browse the repository at this point in the history
  9. delint

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    28ea1e4 View commit details
    Browse the repository at this point in the history
  10. do what it says

    jmacd committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5661ced View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    95ac7f0 View commit details
    Browse the repository at this point in the history
  2. more comments

    jmacd committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    47ddb07 View commit details
    Browse the repository at this point in the history
  3. more comment

    jmacd committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0042984 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. un-export a few things

    jmacd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b9513d8 View commit details
    Browse the repository at this point in the history
  2. document the API

    jmacd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b33ceeb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. typos

    jmacd committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0feb399 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…

    …tor-contrib into jmacd/pkgsampl
    jmacd committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9f4d577 View commit details
    Browse the repository at this point in the history
  3. update pdata dep

    jmacd committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6204743 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. several testable examples

    jmacd committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ebc99ef View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
    jmacd and jpkrohling authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0302872 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

    …tor-contrib into jmacd/pkgsampl
    jmacd committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    be84226 View commit details
    Browse the repository at this point in the history
  2. move probability test

    jmacd committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    efb3992 View commit details
    Browse the repository at this point in the history
  3. small prob examples

    jmacd committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c76b345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbb04d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. more testing

    jmacd committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8fc6004 View commit details
    Browse the repository at this point in the history
  2. doc comments

    jmacd committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    554c351 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c196d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e294124 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
    jmacd and jpkrohling authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f48df39 View commit details
    Browse the repository at this point in the history
  6. lcAlphanum

    jmacd committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    637a787 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Kent Quirk <kentquirk@gmail.com>
    jmacd and kentquirk authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f4e4d7a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…

    …tor-contrib into jmacd/pkgsampl
    jmacd committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c7c796b View commit details
    Browse the repository at this point in the history
  9. tidy

    jmacd committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c565f3c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update pkg/sampling/doc.go

    Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
    jmacd and jpkrohling authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    231c3e4 View commit details
    Browse the repository at this point in the history
  2. Remove most of the Has methods

    jmacd committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    896f4b8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jmacd/pkgsampl' of github.com:jmacd/opentelemetry-colle…

    …ctor-contrib into jmacd/pkgsampl
    jmacd committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ba64e94 View commit details
    Browse the repository at this point in the history
  4. update/tidy

    jmacd committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a3844ca View commit details
    Browse the repository at this point in the history