opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
OpenTelemetry Helm Charts
Hi All, I am very new to open telemetry, i was deploying the operator using this[ link](https://opentelemetry.io/docs/kubernetes/operator/automatic/). but after deploying from the operator pod am seeing these logs in the...
closes #1227 by enabling the chart's Certificate to be customized for duration and renewBefore
Hi, me and my team are importing metrics from multiple clusters with the help of the otel-collector. Because of that we need a certain overview from what cluster these metrics...
We are forced to take the aws pca issuer duration default value for our eks certificates since the Operator helm chart does not allow us to set the duration and...
the same as https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1139, support tpl in extraVolumes and extraVolumesMount. e.g. ```yaml extraVolumes: - name: file-{{ .Release.Name }} emptyDir: {} extraVolumeMounts: - name: file-{{ .Release.Name }} mountPath: /data ```
Closes #1081 This PR adds in full presets and default collectors for the chart. TODO: * ~generate examples~ * ~add some better validations~ * This will be done in a...
I found an issue with the creation of the service object in Kubernetes. The service objects get overwritten when deployed from a deployment AND a daemonset. We have a custom...
This is needed for routing alerts to 3rd party systems via labels and using custom annotations for alertmanager templates.
The regex for cri-o log format as specified [here](https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-collector/examples/daemonset-collector-logs/rendered/configmap-agent.yaml#L46) is `^(?P[^ Z]+) (?Pstdout|stderr) (?P[^ ]*) ?(?P.*)$` The standardized log format for cri-o is RFC3339Nano in which both of these strings...