You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by caozhangni March 9, 2024
I encountered an issue while deploying a demo via Helm according to the official documentation(https://opentelemetry.io/docs/demo/kubernetes-deployment/#configure-browser-telemetry). The documentation suggests modifying the PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT via env, but I found that this causes some environment variables to be lost, leading to abnormal functioning of the frontend component. The list of environment variables in the container is as follows:
Discussed in #1444
Originally posted by caozhangni March 9, 2024
I encountered an issue while deploying a demo via Helm according to the official documentation(https://opentelemetry.io/docs/demo/kubernetes-deployment/#configure-browser-telemetry). The documentation suggests modifying the PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT via env, but I found that this causes some environment variables to be lost, leading to abnormal functioning of the frontend component. The list of environment variables in the container is as follows:
After replacing it with envOverride, the issue was resolved, and everything worked well:
The text was updated successfully, but these errors were encountered: