Understanding Benefits of Manual Instrumentation
TLDR Manikanta asked about manual instrumentation benefits. Yash rV explained that it allows focusing on capturing crucial information for performance analysis and debugging according to business requirements.
Jul 11, 2023 (2 months ago)
Manikanta
07:30 PMhttps://signoz.io/blog/opentelemetry-spring-boot/
Yash rV
08:39 PMFor example, let's consider an e-commerce application that follows a microservices architecture. The application interacts with external payment gateways or third-party services in this scenario. By instrumenting the API requests, we can measure important factors such as latency, success rate, error rates, and other relevant information specific to that particular API.
SigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Using Signoz with Spring Native Build for Logging and Metrics
Manikanta inquired about using Signoz with a Spring native build in production, particularly the benefits of manual configurations versus using "opentelemetry-javaagent.jar". The conversation needed further explanations and was left unresolved.
Missing Metrics in Springboot Micro-Service Instrumentation
Jose reports missing metrics in a springboot micro-service instrumentation. Srikanth and Ankit suggest checking the metrics collection interval and updating the PromQL query.
Unable to Monitor jdbc_connections_active Metrics in SigNoz
Ragulraj is unable to monitor jdbc_connections_active metrics with SigNoz despite modifying configurations and adding dependencies. Srikanth provided troubleshooting steps and info on alternatives, but the issue remains unresolved.