opentelemetry-helm-charts icon indicating copy to clipboard operation
opentelemetry-helm-charts copied to clipboard

OpenTelemetry Helm Charts

Results 197 opentelemetry-helm-charts issues
Sort by recently updated
recently updated
newest added

Since scraping prometheus CR servicemonitor endpoints without any selection consume too much memory and drops the data , we decide to only scrape selected servicemonitor using serviceMonitorSelector option provided by...

The healthcheck probes are configured like this, without customization options. ```yaml livenessProbe: httpGet: path: / port: 13133 readinessProbe: httpGet: path: / port: 13133 ``` I would like the following options...

chart:collector

The OpenTelemetry Demo is [moving](https://github.com/open-telemetry/opentelemetry-demo/pull/872) to a modules-based deployment, with a core set of components and several optional modules, as well as a `full` or `all` mode where everything is...

chart:demo

Hi, In the logs for the currency service I am seeing the following error after install the Helm chart as per the docs. This is running in a AWS EKS...

bug
chart:demo

support costum default pod label for istio injection case

chart:demo

Hello Looking for guidance. Trying to keep my git clean and secure. And i would like to use secrets for otlp receivers. What would be the best way to include...

Hello, The helm chart now allows `imagePullSecrets` for the operator image, but this doesn't fall into the collector (unless I am missing something). Perhaps it would be easier to add...

chart:operator

I would like to purpose VerticalPodAutoscaler support to the OpenTelemetry Collector helm chart. Use cases: - VPA recommendations are always useful for anyone managing an application. It helps you understand...

enhancement
chart:collector

Hello, it seems like subchart doesn't work as expected. When I am trying change values in opentelemetry-collector chart all goes smooth, but in subchart it simple not change things. Could...

In opentelemetry-collector Helm chart, `topologySpreadConstraints` should be an array rather than an object as it is an array in Kubernets API: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field This seems to be causing this error when...

bug
chart:collector