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

Update otelcontribcol to v0.106.0-gke.2 #1369

Merged
merged 1 commit into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. Bump otelcontribcol version to v0.106.0-gke.2

    To upgrade to otelcontribcol 0.106.0 we need to mitigate two breaking changes in https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.104.0.
    
    The opencensus receiver depends on 0.0.0.0 so disabling feature gate component.UseLocalHostAsDefaultHost.
    
    With style `$FOO` deprecation, all env vars are changed to match the style. This brings a problem in the otel-agent container start when reconciler-manager and resource-group-controller do not initialize the following env vars:
    
    - `configsync_sync_kind`
    - `configsync_sync_name`
    - `configsync_sync_namespace`
    
    So splitting the otel-agent config between the reconciler and controllers.
    tiffanny29631 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9fdac98 View commit details
    Browse the repository at this point in the history