oltp grpc exporter failing in k8s deployment using helm charts #4745
parth-purohit
started this conversation in
General
Replies: 2 comments
-
Looks like I can't transfer this, but this probably belongs to open-telemetry/opentelemetry-helm-charts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@parth-purohit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have deployed both otel-collector as daemonset and standalone deployment as per the README docs in below link
https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
agentCollector:
enabled: true
standaloneCollector:
enabled: true
The oltp grpc exporter in agent pod is failing with below error:
Steps followed:
helm install --set standaloneCollector.enabled=true my-opentelemetry-collector open-telemetry/opentelemetry-collector
kubectl logs -f daemonset/my-opentelemetry-collector-agent
Could you please help resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions