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

Integrate Jaeger gRPC collector #2976

Merged
merged 21 commits into from
Dec 4, 2019
Merged

Commits on Nov 27, 2019

  1. add dependencies

    simitt committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d7ec4f6 View commit details
    Browse the repository at this point in the history
  2. wip first grpc draft

    simitt committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d2b51b8 View commit details
    Browse the repository at this point in the history
  3. separate http and receivers

    simitt committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    35bc3c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Use jagerreceiver.New

    simitt committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9eaf3e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c89512 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Update beater/otel.go

    Co-Authored-By: Andrew Wilkins <[email protected]>
    simitt and axw authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5b63656 View commit details
    Browse the repository at this point in the history
  2. Add config options and tests

    simitt committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    86e06c8 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary vendor libs

    simitt committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3ccd8ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a3685c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Finish TLS support and tests

    simitt committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    1e78bf6 View commit details
    Browse the repository at this point in the history
  2. Revert "remove unnecessary vendor libs"

    This reverts commit 3ccd8ff.
    simitt committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a4c9798 View commit details
    Browse the repository at this point in the history
  3. Revert "add dependencies"

    This reverts commit d7ec4f6.
    simitt committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    1c1f1f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96407a1 View commit details
    Browse the repository at this point in the history
  5. Add dependencies

    simitt committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    2194e99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1d2c75 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    a6c6079 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    simitt committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4e77dbe View commit details
    Browse the repository at this point in the history
  3. fix test

    simitt committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ebc858d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Update beater/api/jaeger/grpc_test.go

    Co-Authored-By: Andrew Wilkins <[email protected]>
    simitt and axw authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    ae00b5c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-Authored-By: Andrew Wilkins <[email protected]>
    simitt and axw authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0952b73 View commit details
    Browse the repository at this point in the history
  3. minor changes

    simitt committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    f3c57c7 View commit details
    Browse the repository at this point in the history