Hi team. I have one query. We had setup signoz on <>.app.ai server. However, the otel collector url is of type
http
eg. `http//<sth> otel agent.platform4318/v1/traces`and our application is running
react
on
https
. Because of this the browser is throwing
Mixed content Blocked.
Is there a way to resolve this?
s
Srikanth Chekuri
09/05/2024, 6:55 AM
Move collector behind https
m
Milan Panta
09/05/2024, 7:50 AM
Its kubernetes. k8s-otel-infra-agent
Milan Panta
09/05/2024, 11:10 AM
Is there any example. blog relating to it?
Milan Panta
09/16/2024, 7:33 AM
@Srikanth Chekuri we are getting CORS after moving collector behind https.
We exposed a https url and now the frontend is sending payload to that url and internally its sending to the
http://<sth>-otel-agent.platform:4318/v1/traces
.
We have included following as well but still getting CORS. Is there other config needed from the FE ?
Copy code
http:
cors:
allowed_origins:
- <<https://netflix.com>> # URL of your Frontend application
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.