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 support for propagating OpenTelemetry trace span information over NRI ttrpc connection. #68

Closed
wants to merge 3 commits into from

Commits on Jan 30, 2024

  1. pkg/stub: add support for OpenTelemetry instrumentation.

    Add a WithOpenTelemetry() option which turns on OpenTelemetry
    tracing instrumentation for called and served ttrpc requests
    in plugins/the stub.
    
    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d4af1f3 View commit details
    Browse the repository at this point in the history
  2. pkg/adaptation: add support for OpenTelemetry instrumentation.

    Add a WithOpenTelemetry() option which turns on OpenTelemetry
    tracing instrumentation for called and served ttrpc requests
    in the runtime/adaptation.
    
    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    562e2b2 View commit details
    Browse the repository at this point in the history
  3. plugins: update dependencies.

    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3090355 View commit details
    Browse the repository at this point in the history