opentelemetry-operator
opentelemetry-operator copied to clipboard
Kubernetes Operator for OpenTelemetry Collector
Hello there, Thanks so much for this great operator! The otel-collector sidecar and deployment seem to work fine with some more restrictive securityContext settings, and I'd like to propose adding...
### Component(s) _No response_ ### Describe the issue you're reporting the package is fully unmaintained and we shouldn't use it anymore.
### Component(s) _No response_ ### What happened? ## Description I am trying to keep only certain metrics for kube-state-metrics and drop everything , we started using otel collector target allocator...
Hi! When attempting to install opentelemetry-operator helm chart via [config-sync](https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/overview), the following error occurs: ``` KNV1045: Configs with "status" specified are not allowed. To fix, either remove the config or...
### Component(s) opamp ### What happened? ## Description The bridge pod doesn't restart on every config change made and requires a manual rollout ## Steps to Reproduce change something in...
### Component(s) _No response_ ### What happened? ## Description Trying to enable mtls between TA and collector without the support of certManager We have our own cert management service to...
### Component(s) _No response_ ### What happened? ## Description I see some flags in targetAllocator to enable https server and provide cert files and cert keys using these keys tls_cert_file_path...
### Component(s) auto-instrumentation ### What happened? ## Description Env variable `OTEL_RESOURCE_ATTRIBUTES` is automatically populated and injected into Pod instrumented via the Instrumentation CRD. This is fine for the default. But...
### Component(s) auto-instrumentation ### Is your feature request related to a problem? Please describe. The manager currently registers to watch for opentelemetrycollector CRDs and fails if those are not defined...
Refs: #2272 We are rebuilding currently all auto-instrumentation images to set a non-root user with id. This makes sure it passes our kyverno policies, which prevent running containers as root...