Gap between the present scenario and what it is supposed to be.
1. No direct way to find bottleneck services
2. No direct way to find bottleneck methods
3. Not everyone can't understand the complete call loop picture using our current debugging stack.
4. Risk of missing information is relatively high
5. We can't correlate our calls with the captured metrics.
Let's speculate!
You have a call link
You don't have call link(s)
You don't know what it is supposed to be
Data Viz
Custom Variables
Standard JSON Reports
Correlation with the application logs
Application instrumentation SDKs
1. Language Coverage for instrumentation
2. View request-response data for all network requests
1. A de-facto internal tool for debugging a call loop.
2. It will enable roles to debug a scenario instead of just individual personas.
3. Everyone will have a better-shared understanding of a call loop.