When uing Jaegerv2, how do you configure CORS so that a browser app can send traces #6827
Replies: 1 comment 3 replies
-
|
Hello, @TechWatching! I'm here to help you with your Jaeger configuration. Let's work together to solve this issue. I found a similar closed issue regarding CORS headers on the OTEL HTTP endpoint in Jaeger. The issue was resolved by a pull request that enabled CORS settings on the OTLP HTTP endpoint [1]. To configure CORS for your Jaeger setup, ensure you are using the correct prefix for the configuration. The correct prefix for configuring CORS settings in Jaeger's OTLP HTTP endpoint is If you are receiving an "unknown flag error," it might be due to using an incorrect version of Jaeger that does not support this flag. Make sure you are using a version of Jaeger that includes this feature. If the flag is still not recognized, it could be due to a version mismatch or a different configuration issue. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Vue.js app that is using the opentelemetry SDK to send traces to Jaeger. I receive CORS errors when trying to send the traces to Jaeger. I have seen in the documentation that the allowed origins could be configured using the
--collector.otlp.http.cors.allowed-originsCLI command parameter. But I have not been able to make it work:When running this command, I receive an "unknown flag error".
Beta Was this translation helpful? Give feedback.
All reactions