Issue Adding Nodejs App to Signoz
TLDR Federico is experiencing trouble adding a nodejs app to Signoz even after following the specified guide and sharing the encountered NotFoundError. Srikanth has inquired about the issue but no solution has been given yet.
Oct 17, 2023 (1 month ago)
Federico
06:53 PMOct 19, 2023 (1 month ago)
Srikanth
06:57 AMFederico
03:06 PMFederico
03:07 PMFederico
03:07 PMFederico
03:11 PMFederico
03:11 PMFederico
03:18 PMNotFoundError: Not Found
at /opt/liza/backend_app/app.js:291:8
at /opt/liza/backend_app/node_modules/@opentelemetry/instrumentation-express/build/src/instrumentation.js:200:41
at Layer.handle [as handle_request] (/opt/liza/backend_app/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/opt/liza/backend_app/node_modules/express/lib/router/index.js:317:13)
at /opt/liza/backend_app/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/opt/liza/backend_app/node_modules/express/lib/router/index.js:335:12)
at next (/opt/liza/backend_app/node_modules/express/lib/router/index.js:275:10)
at arguments.(anonymous function) (/opt/liza/backend_app/node_modules/@opentelemetry/instrumentation-express/build/src/instrumentation.js:197:41)
at multipartBodyParser (/opt/liza/backend_app/node_modules/busboy-body-parser/index.js:82:13)
at /opt/liza/backend_app/node_modules/@opentelemetry/instrumentation-express/build/src/instrumentation.js:200:41
at Layer.handle [as handle_request] (/opt/liza/backend_app/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/opt/liza/backend_app/node_modules/express/lib/router/index.js:317:13)
at /opt/liza/backend_app/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/opt/liza/backend_app/node_modules/express/lib/router/index.js:335:12)
at next (/opt/liza/backend_app/node_modules/express/lib/router/index.js:275:10)
at arguments.(anonymous function) (/opt/liza/backend_app/node_modules/@opentelemetry/instrumentation-express/build/src/instrumentation.js:197:41)
at /opt/liza/backend_app/node_modules/express/lib/router/index.js:635:15
at next (/opt/liza/backend_app/node_modules/express/lib/router/index.js:260:14)
at arguments.(anonymous function) (/opt/liza/backend_app/node_modules/@opentelemetry/instrumentation-express/build/src/instrumentation.js:197:41)
at compression (/opt/liza/backend_app/node_modules/compression/index.js:220:5)
at /opt/liza/backend_app/node_modules/@opentelemetry/instrumentation-express/build/src/instrumentation.js:200:41
at Layer.handle [as handle_request] (/opt/liza/backend_app/node_modules/express/lib/router/layer.js:95:5)
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting SigNoz Auto-Instrumentation Configuration
igor is having trouble configuring auto-instrumentation for Java applications using SigNoz, with traces not appearing in the SigNoz UI. Prashant advises to check logs of the otel sidecar, use service name for endpoint, verify supported libraries, and test with telemetrygen. However, the issue still persists.
Error Installing SigNoz on NodeJS App on Graviton Server
abhinav faced errors installing SigNoz on a NodeJS app. vishal-signoz suggested following a workaround on an opentelemetry issue, which resolved the problem.
Resolving SigNoz v.0.22 Crash for Python Application
COMER reports a SigNoz v.0.22 crash with their Python app. Despite Srikanth's troubleshooting suggestions and confirmation that their application runs fine without `opentelemetry-instrument`, the cause of the problem remains unclear.
Issue Accessing Pod Logs in SigNoz UI on AKS
prashant is facing an issue accessing pod logs of their application in SigNoz UI on AKS. nitya-signoz and Prashant provide suggestions related to log file paths and potential issues, but the problem remains unresolved.
Node Tracing Error & Angular Console Error
Angeles experienced errors in both node tracing and Angular console. Prashant asked for the guide used, while vishal-signoz checked the express and otel versions. Palash was asked to check the angular part.