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

tracing: make otel dependency optional for rego+topdown #4127

Merged
merged 5 commits into from
Dec 14, 2021

Commits on Dec 13, 2021

  1. tracing: make otel dependency optional for rego+topdown

    This follows the same approach as the wasm feature: by default, importers
    of
    
        github.com/open-policy-agent/opa/rego
        github.com/open-policy-agent/opa/topdown
    
    will not get a transitive dependency on the otel libraries.
    
    In terms of functionality, nothing changes for the server and runtime.
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    dc3c933 View commit details
    Browse the repository at this point in the history
  2. tracing: wire our logger into otel's logging

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e186d6e View commit details
    Browse the repository at this point in the history
  3. e2e/tracing: comment span count

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5813f38 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. tracing: add comments

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c628317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf7dce View commit details
    Browse the repository at this point in the history