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

Redesign telemetry support in Helm chart #6153

Merged
merged 7 commits into from
Feb 22, 2023

Commits on Feb 21, 2023

  1. Redesign telemetry support in Helm chart

    This commit removes the old jaegerTracing section from the values.yaml file. Indeed, OpenTracing support has been replaced in 0.46.0 with OpenTelemetry support, and properties like quarkus.jaeger.service.name are not honored anymore.
    
    Instead, this commit creates a new tracing section that maps to OpenTelemetry configuration properties.
    
    This commit also introduces some doc changes:
    
    - In helm/nessie/README.md to explain how to test Nessie with OpenTelemetry enabled, and with custom Docker images;
    - In site/docs/try/configuration.md to create a new Traces chapter with a few troubleshooting tips.
    adutra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f853b98 View commit details
    Browse the repository at this point in the history
  2. Remove spurious change

    adutra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    758995e View commit details
    Browse the repository at this point in the history
  3. Add link to Quarkus docs

    adutra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e534e83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3171cab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f6efa5 View commit details
    Browse the repository at this point in the history
  6. Simplify tracing.sample

    adutra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    62887cf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    a584a59 View commit details
    Browse the repository at this point in the history