opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
OpenTelemetry Helm Charts
AWS EKS 1.21: ```console $ aws eks describe-cluster --name ... { "cluster": { ... "version": "1.21", ``` Following your [published docs here](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector#configuration-for-kubernetes-container-logs), I created the following `values.yaml` except that I...
Might be required for some scenarios. Currently applying it manually.
For ref: https://github.com/google-github-actions/release-please-action
According to Opentelemetry documentation, we can implement gateway deployment other than collector. But I cannot find any implementation details in these chart settings or from documentation. Any hint to let...
We need to test the Helm chart's functionality end-to-end: - Install the chart on a test Kubernetes cluster. - Run a test mock backend (can possibly reuse mock backends from...
When creating ports in a Service for a Deployment, the chart currently uses the port name (instead of port number) for the targetPort property value. This works in Kubernetes with...
Ref https://github.com/open-telemetry/opentelemetry-helm-charts/issues/374 I believe Kubernetes metadata using logsCollection preset should be added to resource attributes not log attributes. As it is metadata about resource, not the individual log. Also Additionally,...
Ref https://github.com/open-telemetry/opentelemetry-helm-charts/issues/376
### Support envWithTpl #### Add an environment variable without envWithTpl Currently if we want to add a new environment variable, or override one, we need to specify `all of the...
I get quite a lot of `regex pattern does not match `errors when using logsCollection preset. Detailed log is below. What I checked is: ``` /var/log/pods/kube-system_etcd-rock64-0_2b37ad500d0bbd0af1cb51af3d8b9dd1/etcd/104.log ``` Does not match...