opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
OpenTelemetry Helm Charts
Hello, I noticed that currently _.Chart.AppVersion_ is the default value for the opentelemetry-operator.image https://github.com/open-telemetry/opentelemetry-helm-charts/blob/2f4e7a8f960366b961d621c9bc7c6ae389129af3/charts/opentelemetry-operator/templates/_helpers.tpl#L150 Keeping in mind that the operator and the collector should have the same version https://github.com/open-telemetry/opentelemetry-operator?tab=readme-ov-file#opentelemetry-operator-vs-opentelemetry-collector. Why...
I'm finding it incredibly difficult to set up a custom collector config, because I need to disable the things I don't want. I can't just supply port values if I...
Per the description of https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1166 we should add in some better validation into the notes.txt to make it easier for people to not shoot themselves in the foot :)
Can we omit this annotation entirely if `.Values.admissionWebhooks.certManager.enabled=false` instead of setting it to `none`? _Originally posted by @TylerHelmuth in https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1175#discussion_r1595655023_
The OpenTelemetry Operator had a significant release in version 0.99.0 that includes a new version of the OpenTelemetryCollector CRD. This includes a conversion webhook, which needs to reference a namespaced...
> I'd like to change this in a follow up, probably by moving the webhooks to conf/webhooks and then including them the same way I did for CRDs, but that's...
The multiple-configmaps e2e test in the operator is very flaky when we run it. We need to investigate what is different in our CI that is causing this problem.
I have installed the open telemetry collector helm, for sometime the collector container was in running mode and now for a long time its not in running and the issue...
Hi - This is the first time trying to integrate OTel collector and application in kubernetes, earlier have integrated in local without containerisation. I tried deploying the demo chart but...
The OpenTelemetry Collector has a new Kubernetes-specific distribution: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-k8s. We should update the operator chart to use this distribution instead of Contrib since it is smaller and[ using Contrib is...