Uploaded image for project: 'Hybrid Cloud Console'
  1. Hybrid Cloud Console
  2. RHCLOUD-41032

The otelCollector sidecar is created as InitContainer instead of regular container

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • Unset
    • None

      The OpenTelemetry collector sidecar is currently implemented as an `InitContainer` instead of a regular `Container`, causing it to terminate before the main application starts. This prevents the collector from receiving telemetry data from the application at runtime.

      Implementation

      In `clowder/controllers/cloud.redhat.com/providers/sidecar/default.go`:

      • Lines 52 and 98 incorrectly append to `InitContainers` instead of `Containers`

      Proposed change

      https://github.com/RedHatInsights/clowder/pull/1266

              Unassigned Unassigned
              jcarvaja@redhat.com Jose Carvajal Hilario
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: