- copy
.env-template
to.env
and put in your Moesif Application ID. npm install
install dependenciesnpm run start-with-otel
- and then send API calls via curl or similar tools.
curl http://localhost:6060/todos
- Currently, only API spans are imported into Moesif.
Temporarily switch to console exporter to see what data is exporting.
traceExporter: new ConsoleSpanExporter()