Reputation: 163
I have an backend microservice (NodeJs). That is build for Desktop and Cloud.
We recently added Otel Tracing to our services. We just use Http Instrumentation to get basic spans with node build in tools (http).
Our build flow:
For Cloud the tracing is working fine, so the bundled version of our application is working fine with the OTEL HTTP Instrumenation
For the desktop executable the tracing is not working, as the http module can probably not be wrapped.
How can I manage this with NodeJS SEA or is my only choice to ship for desktop as well the node.exe & bundle.js?
Upvotes: 0
Views: 27