Closed meastp closed 1 month ago
This might be relevant, I'm not too familiar with express/javascript/typescript: https://github.com/protobufjs/protobuf.js/issues/869#issuecomment-722014620 and https://github.com/protobufjs/protobuf.js/wiki/How-to-read-binary-data-in-the-browser-or-under-node.js%3F#nodejs-properly-using-buffers
nevermind - I incorrectly used the default configuration of an old opentelemetry-cpp export config (using json instead of binary)
I'm currently evaluating Echoed for testing in cypress and visualizing traces.
However, I get no traces and the following is logged to the console:
It does look like the
decode
method ofsrc/server/constroller/otelTraceController.ts
inimport TracesData = opentelemetry.proto.trace.v1.TracesData;
is causing this issue. Perhaps the version in Echoed is too old?