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

fix: no default otel endpoint for the operator #154

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Commits on Feb 16, 2024

  1. fix: no default otel endpoint for the operator

    The operator no longer has a default opentelemetry endpoint and will
    only collect and send traces if an endpoint is configured.
    
    This might address the memory leak but either way its a nice quality of
    life improvement as we have not been collecting traces from the operator
    anyway.
    nathanielc committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6985a54 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix: enable logs even if otlp tracing export is disabled

    With this change logs will still be printed to STDOUT even if no OTLP
    endpoint is configured.
    nathanielc committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4f12dfc View commit details
    Browse the repository at this point in the history