#general

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.

Powered by Struct AI
2
2mo
Solved
Join the chat
Jul 11, 2023 (2 months ago)
Manikanta
Photo of md5-457ad70d7608f85c57c9f88a35573a6f
Manikanta
07:30 PM
i saw the below article but it does explain fully, benefits of manual instructions

https://signoz.io/blog/opentelemetry-spring-boot/
Yash rV
Photo of md5-cf77c5ac54f90e38660b2ee9331d5457
Yash rV
08:39 PM
In automatic instrumentation, we do not change the code however, in manual instrumentation we change the code, which allows us to focus on capturing crucial information for performance analysis and debugging, depending on the specific requirements of our business where each component has its performance requirements.

For 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.