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 otel tracing implementation support #2578

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2024

  1. Add otel tracing implementation support

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7841e5b View commit details
    Browse the repository at this point in the history
  2. Add OpenTelemetry support to proxy code

    Signed-off-by: Lucas Thiesen <lucassthiesen@gmail.com>
    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    969f4cd View commit details
    Browse the repository at this point in the history
  3. Add documentation regarding opentelemetry plugins

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    42ef874 View commit details
    Browse the repository at this point in the history
  4. Add export to tracing lib to isolate tracer logic

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    361a97e View commit details
    Browse the repository at this point in the history
  5. Replace ot.mocktest with otel mocks

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2d61eb7 View commit details
    Browse the repository at this point in the history
  6. Fix small todos and document wrapper functions

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dcf49d6 View commit details
    Browse the repository at this point in the history
  7. Fix CI checks and clean up PR

    Signed-off-by: Lucas Thiesen <lucassthiesen@gmail.com>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c7526b0 View commit details
    Browse the repository at this point in the history
  8. Return error when compression method is not supported

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5fa5b98 View commit details
    Browse the repository at this point in the history
  9. Fix problems pointed out on PR

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    470b179 View commit details
    Browse the repository at this point in the history
  10. If no options are passed, tracerInstance should return noop tracer

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4beb82e View commit details
    Browse the repository at this point in the history
  11. Use noop tracer on redis test

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bad6716 View commit details
    Browse the repository at this point in the history
  12. Roll back to go 1.21

    Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
    lucastt committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a25b184 View commit details
    Browse the repository at this point in the history