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

Hi all, is it possible to install the opentelemetry-operator helm chart without root permissions? ![image](https://user-images.githubusercontent.com/108456658/182869085-75f9623f-e7c6-43da-9fd4-505f445c7440.png) BR, Jascha

chart:operator

## Overview This PR adds a new values parameter `extraIngresses` to the OpenTelemetry Collector Helm chart. Use case for this is where multiple receivers are deployed in a single OpenTelemetry...

The CRD for the collector allows for the creation of the target allocator for prometheus which uses some of the data from the config on the collector regarding prometheus. However...

chart:operator
Stale

In some scenarios, we want to set some value from k8s metadata to our `OTEL_RESOURCE_ATTRIBUTES`, like namespace, we need the configuration below: ``` - name: OTEL_K8S_NAMESPACE valueFrom: fieldRef: apiVersion: v1...

Moving @naseemkullah to Emeritus Approvers given that there is no recent activity. @naseemkullah please let us know if you intend to contribute to this repo going forward. I'm happy to...

In some scenarios, we want to add some [Pod and container fields](https://kubernetes.io/docs/concepts/workloads/pods/downward-api/) into `OTEL_RESOURCE_ATTRIBUTES` enviroment in some components, like namespace name, node name, pod name, which can help us understand...

Would be good if we could add a make target in this repo that would automatically update the CRDs. Then we could run a test in the CI similar to...

enhancement
chart:operator

It would be nice to have some example values.yaml for common scenarios customers might have. Like the collector chart, these examples can be used by customers to see how the...

good first issue
help wanted
chart:demo

Currently the CI for the demo chart only tests an install of the default config. We should add CI scenarios to cover expected/complicated use cases so that the demo has...

good first issue
help wanted
chart:demo