Effect of Error Logs on Java Spring Service Performance
TLDR Jose asked if error logs in their Java Spring service would affect application performance or cause it to exit. Srikanth assured that it wouldn't, as the work happens in the background.
Powered by Struct AI
2
7mo
May 17, 2023 (7 months ago)
Jose
Jose
03:29 PMI have instrumented my java spring service automatically. Sometimes (maybe my signoz server is too busy) I get this error logs:
[otel.javaagent 2023-05-16 20:29:46:760 +0000] [OkHttp http://signoz.live.kalto.xyx:4318/...] ERROR io.opentelemetry.exporter.internal.okhttp.OkHttpExporter - Failed to export spans. The request could not be executed. Full error message: timeout
My question is if this errors will affect my application performance and will make it exit?
[otel.javaagent 2023-05-16 20:29:46:760 +0000] [OkHttp http://signoz.live.kalto.xyx:4318/...] ERROR io.opentelemetry.exporter.internal.okhttp.OkHttpExporter - Failed to export spans. The request could not be executed. Full error message: timeout
My question is if this errors will affect my application performance and will make it exit?
May 18, 2023 (7 months ago)
Srikanth
Srikanth
01:51 AM> My question is if this errors will affect my application performance and will make it exit?
No, and No. this work happens in the background.
No, and No. this work happens in the background.
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 1023 threads (61% resolved)
Similar Threads
Sending Spring Boot Application's Logs to Signoz
Shuba needed assistance with sending Spring Boot Application logs to Signoz. nitya-signoz identified an issue with the regex and redirected Shuba to relevant resources.
5
4mo
Troubleshooting Server Logs Viewing in Signoz Web Application
Shuba had issues viewing server logs on the Signoz app. nitya-signoz provided tips and links to guide. Sanket also had issues running javaagent with auto-instrumentation.
5
3mo
Logging Issue with Spring-Petclinic Deployment
Sanket is having trouble seeing logs after deploying spring-petclinic using auto-instrumentation. nitya-signoz suggested a resource link for assistance.
3
3mo