Skip to content

SigNoz/sample-angular-app

Repository files navigation

How to run the FE

  1. Build yarn run build
  2. Start the static server node ./serve-static.js
  3. App will run at 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

About

Shows opentelemetry instrumentation and trace ingestion to SigNoz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published