opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
OpenTelemetry Helm Charts
The condition here: https://github.com/open-telemetry/opentelemetry-helm-charts/blob/3a6fff3f065dafcdcf7041885c5d0d1bf61a1167/charts/opentelemetry-collector/templates/prometheusrule.yaml#L1 means the PrometheusRule resource is not created when using PodMonitor instead of ServiceMonitor (makes sense for `mode: daemonset`). Can change the condition to check for both...
Description: In the current Chart.yaml setup, the version (chart version) and appVersion (version of the app deployed by the chart) have major and minor versions that are not always in...
Hi, Using opentelmetry-operator, how to mount /var/log/pods to daemonset? Tried with version "0.68.1", only conf file is mounted. Thanks
I have the following configuration: ```yaml mode: daemonset ports: # Disable default ports. jaeger-compact: enabled: false jaeger-grpc: enabled: false jaeger-thrift: enabled: false otlp: enabled: false otlp-http: enabled: false zipkin: enabled:...
This allows for the kernel collector's default behavior to be overridden by someone who, hopefully, knows what they are doing with the security context. Fixes #1365
I am trying to use the opentelemetry-ebpf chart to get the kernel collector working with a EKS cluster that has node groups running on Bottlerocket. From what I have read...
**Please describe your use case / problem.** It would be very beneficial to supply `extraManifests` value to the `opentelemetry-collector` Helm chart that would render extra manifests as a part of...
Performed a routine helm upgrade from chart version 0.65.1 to 0.68.1 after the upgrade created Open Telemetry collector will not start. No errors in the operator - the collector errors...
# Description Currently the containers' EBPF_NET_CRASH_METRIC_PORT env in EBPF chart are not quoted, which will lead EBPF installation failure
The latest opentelemetry-operator is still using version of kube-rbac-proxy quay.io/brancz/kube-rbac-proxy:v0.15.0. https://github.com/open-telemetry/opentelemetry-helm-charts/blob/opentelemetry-operator-0.69.0/charts/opentelemetry-operator/values.yaml#L189%23L195 This version of kube-rbac-proxy has CRITICAL and HIGH CVEs. twistcli images scan --address https://us-east1.cloud.twistlock.com/us-2-158256723 --token $PTOKEN --details quay.io/brancz/kube-rbac-proxy:v0.15.0 Scan...