0.106.0
🧰 Bug fixes 🧰
collector: Fixes a bug where the operator would default the PDB in the wrong place. (#3198)operator: The OpenShift dashboard shown namespaces where PodMonitors or ServiceMonitors were created even if they were not associated to OpenTelemetry Collectors. (#3196)
Now, the dashboard lists only those namespaces where there are OpenTelemetry Collectors.operator: When there were multiple OpenTelemetry Collector, the dashboard doesn't allow to select them individually. (#3189)target allocator: Fix collector to target allocator connection in clusters with proxy. (#3187)
On clusters with global proxy the collector might fail to talk to target allocator
because the endpoint is set to<ta-service-name>:portand therefore it will go to proxy
and request might be forwarded to internet. Clusters with proxy configureNO_PROXYto.svc.cluster.localso
the calls to this endpoint will not go through the proxy.