How to run the FE
yarn run build
node ./serve-static.js
localhost:4200
.How to configure the exporter ? Allow cors in the OTel SigNoz config.yml.
receivers:
otlp:
protocols:
http:
+ cors:
+ allowed_origins:
+ - http://localhost:4200