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

Migrating Jaeger tracing from OpenTracing to OpenTelemetry; Add OTLP exporter #5411

Merged
merged 40 commits into from
Oct 2, 2022

Commits on Oct 1, 2022

  1. draft: standalone OTLP tracer

    Signed-off-by: Aditi Ahuja <aditi.ahuja@couchbase.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    b149dfb View commit details
    Browse the repository at this point in the history
  2. added jaeger exporter

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    5a23e7f View commit details
    Browse the repository at this point in the history
  3. draft: tracing test

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    0f0c388 View commit details
    Browse the repository at this point in the history
  4. minor refactor and cleanup

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    794ca02 View commit details
    Browse the repository at this point in the history
  5. created package tracing/otlp

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    f9ee69d View commit details
    Browse the repository at this point in the history
  6. minor refactor

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    1f92370 View commit details
    Browse the repository at this point in the history
  7. draft: added some more config options for jaeger

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    0f404cf View commit details
    Browse the repository at this point in the history
  8. draft: extended e2e test

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    7ff0ee6 View commit details
    Browse the repository at this point in the history
  9. draft: added OTLP GRPC options

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    f2cc2f6 View commit details
    Browse the repository at this point in the history
  10. minor fixes; temp prints

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    7da7010 View commit details
    Browse the repository at this point in the history
  11. refactor: removed OT code, changed tag parsing to OTel tags

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    c85ccf3 View commit details
    Browse the repository at this point in the history
  12. jaeger refactor; minor updates

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d11d967 View commit details
    Browse the repository at this point in the history
  13. jaeger: added some more config options

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    9af0f25 View commit details
    Browse the repository at this point in the history
  14. otlp: added retry options

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    54b5b51 View commit details
    Browse the repository at this point in the history
  15. organizing and pruning

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d3c0088 View commit details
    Browse the repository at this point in the history
  16. added TLS config for OTLP

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    c26ed07 View commit details
    Browse the repository at this point in the history
  17. draft: temp test fix for CI

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    61847b9 View commit details
    Browse the repository at this point in the history
  18. added unit tests for jaeger

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    0af0096 View commit details
    Browse the repository at this point in the history
  19. draft: added sampler types to jaeger

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    af0b016 View commit details
    Browse the repository at this point in the history
  20. replaced objstore with exthttp

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    c11294f View commit details
    Browse the repository at this point in the history
  21. draft: test fixes

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    57eb264 View commit details
    Browse the repository at this point in the history
  22. added jaeger remote sampler

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ab1ad19 View commit details
    Browse the repository at this point in the history
  23. draft: reverted E2E test fix

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    565fc67 View commit details
    Browse the repository at this point in the history
  24. lint and doc test fixes

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    7b57c0e View commit details
    Browse the repository at this point in the history
  25. minor refactor for OTLP

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    8e15037 View commit details
    Browse the repository at this point in the history
  26. jaeger: modified sampler selection

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    97cd0f5 View commit details
    Browse the repository at this point in the history
  27. review fixes

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    02367ea View commit details
    Browse the repository at this point in the history
  28. draft: jaeger rate limiting sampler added

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d29cbec View commit details
    Browse the repository at this point in the history
  29. added OTLP unit tests; minor refactor

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    0913eb3 View commit details
    Browse the repository at this point in the history
  30. minor review fixes

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    200845f View commit details
    Browse the repository at this point in the history
  31. draft: rate limiting sampler implementation

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    bab3fbb View commit details
    Browse the repository at this point in the history
  32. review fixes

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    b9ab731 View commit details
    Browse the repository at this point in the history
  33. removed OT tracer struct

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    83d005a View commit details
    Browse the repository at this point in the history
  34. Use service name in resource

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g authored and metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    5aa3ea6 View commit details
    Browse the repository at this point in the history
  35. Fix tracing E2E test

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g authored and metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    8ccb9e6 View commit details
    Browse the repository at this point in the history
  36. Adjust trace ID extraction for exemplars

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g authored and metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ed724e0 View commit details
    Browse the repository at this point in the history
  37. Add OTLP docs and adjust

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g authored and metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    1984fd6 View commit details
    Browse the repository at this point in the history
  38. Add CHANGELOG

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g authored and metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    bfac872 View commit details
    Browse the repository at this point in the history
  39. review fixes

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    3d04e76 View commit details
    Browse the repository at this point in the history
  40. draft: updated E2E tests

    Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
    metonymic-smokey committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ed85390 View commit details
    Browse the repository at this point in the history