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 Jaeger remote sampler #936

Merged
merged 43 commits into from Mar 11, 2022
Merged

Commits on Aug 4, 2021

  1. Add Jaeger remote sampler

    kvrhdn committed Aug 4, 2021
    Copy the full SHA
    6c157f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. add jaeger_remote/example

    kvrhdn committed Aug 12, 2021
    Copy the full SHA
    b3a0fd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Extract samplingStrategyParser

    kvrhdn committed Aug 13, 2021
    Copy the full SHA
    8f55d8d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Generate code from jaeger-idl

    kvrhdn committed Aug 17, 2021
    Copy the full SHA
    cf5fac2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5500e91 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Fix Description()

    kvrhdn committed Aug 18, 2021
    Copy the full SHA
    14342ba View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Copy the full SHA
    e499f84 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6eb570e View commit details
    Browse the repository at this point in the history
  3. Update OTel dependencies

    kvrhdn committed Nov 1, 2021
    Copy the full SHA
    0d0bf03 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    kvrhdn committed Nov 1, 2021
    Copy the full SHA
    68e05c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Improve test coverage

    kvrhdn committed Nov 2, 2021
    Copy the full SHA
    e7ee478 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Copy the full SHA
    34cbbfb View commit details
    Browse the repository at this point in the history
  2. (Sampler).Description() must not change over time

    PR to update spec: open-telemetry/opentelemetry-specification#2095
    If this is approved we can revert this commit.
    kvrhdn committed Nov 8, 2021
    Copy the full SHA
    8b492bf View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 29, 2021

  1. Address linting issues

    kvrhdn committed Nov 29, 2021
    Copy the full SHA
    f4f3592 View commit details
    Browse the repository at this point in the history
  2. Fix race condition in test

    kvrhdn committed Nov 29, 2021
    Copy the full SHA
    8f379c1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    04c1b48 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

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

Commits on Dec 12, 2021

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

Commits on Jan 28, 2022

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

Commits on Mar 3, 2022

  1. Update samplers/jaegerremote/README.md

    Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
    hanyuancheung and yurishkuro committed Mar 3, 2022
    Copy the full SHA
    4e0ce71 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Mar 7, 2022

  1. Update samplers/jaegerremote/internal/testutils/mock_agent.go

    Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
    hanyuancheung and yurishkuro committed Mar 7, 2022
    Copy the full SHA
    e49435d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fbe7e30 View commit details
    Browse the repository at this point in the history
  3. revmoe go.mod debug info

    dino-ma committed Mar 7, 2022
    Copy the full SHA
    f0ea53d View commit details
    Browse the repository at this point in the history
  4. fix Copyright and

    dino-ma committed Mar 7, 2022
    Copy the full SHA
    7906f56 View commit details
    Browse the repository at this point in the history
  5. add from

    dino-ma committed Mar 7, 2022
    Copy the full SHA
    97bebca View commit details
    Browse the repository at this point in the history
  6. Update dependency

    dino-ma committed Mar 7, 2022
    Copy the full SHA
    d4ebea2 View commit details
    Browse the repository at this point in the history
  7. Modified according to pr

    dino-ma committed Mar 7, 2022
    Copy the full SHA
    3fa7800 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d311912 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Copy the full SHA
    823989b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d337bb8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aa1dc44 View commit details
    Browse the repository at this point in the history
  4. Update samplers/jaegerremote/sampler_remote_options.go

    yet
    
    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    dino-ma and Aneurysm9 committed Mar 8, 2022
    Copy the full SHA
    82ea29d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'jaeger_remote' of github.com:kvrhdn/opentelemetry-go-co…

    …ntrib into jaeger_remote
    
    # Conflicts:
    #	samplers/jaegerremote/sampler_remote_options.go
    dino-ma committed Mar 8, 2022
    Copy the full SHA
    d4a19ac View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. add local path

    dino-ma committed Mar 9, 2022
    Copy the full SHA
    9ee4701 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bbb1c21 View commit details
    Browse the repository at this point in the history
  3. fix lint

    dino-ma committed Mar 9, 2022
    Copy the full SHA
    3fc124f View commit details
    Browse the repository at this point in the history
  4. make precommit fix

    dino-ma committed Mar 9, 2022
    Copy the full SHA
    ecc557d View commit details
    Browse the repository at this point in the history
  5. (fix:sampler_remote_option.go):The default port of jaeger agent is 57…

    …78, but there are other ports specified by the user, so the sampling address and fetch address are strongly bound
    dino-ma committed Mar 9, 2022
    Copy the full SHA
    139c1c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. change for Style guide

    dino-ma committed Mar 10, 2022
    Copy the full SHA
    4474a8f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Copy the full SHA
    76fcb9a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    40f8379 View commit details
    Browse the repository at this point in the history