You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/gateway/debugger.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,19 +64,28 @@ For deeper insights, logs can be captured along with traces. When initiating a d
64
64
Traces captured during a debug session can be visualized in debugger's built-in trace viewer. The trace viewer displays **Summary**, **Spans** and **Logs** view. You can gain instant insights with the summary view while the spans and logs view help you to dive deeper.
65
65
66
66
### Summary view
67
-
Summary view helps you visualize the entire API request-response flow in a single glance. This view provides a concise overview of critical latency metrics and a transaction map. The lifecycle map includes the different phases of {{site.base_gateway}} and the plugins executed by {{site.base_gateway}} on both the request and the response along with the times spent in each phase. Use the summary view to quickly understand the end-to-end API flow, identify performance bottlenecks, and optimize your API strategy.
67
+
Summary view helps you visualize the entire API request-response flow in a single glance. This view provides a concise overview of critical latency metrics and a transaction map. The lifecycle map includes the different phases of {{site.base_gateway}} and the plugins executed by {{site.base_gateway}} on both the request and the response along with the times spent in each phase.
68
+
69
+
Use the summary view to quickly understand the end-to-end API flow, identify performance bottlenecks, and optimize your API strategy:
The span view gives you unparalleled visibility into {{site.base_gateway}}’s internal workings. This detailed view breaks down into individual spans, providing a comprehensive understanding of:
73
+
The spans view gives you unparalleled visibility into {{site.base_gateway}}’s internal workings. This detailed view breaks down into individual spans, providing a comprehensive understanding of:
71
74
72
75
* {{site.base_gateway}}’s internal processes and phases
73
76
* Plugin execution and performance
74
77
* Request and response handling
75
78
76
-
For detailed definitions of each span, see [Debugger spans](/gateway/debugger-spans/). Use the span view to troubleshoot issues, optimize performance, and refine your configuration.
77
-
### Logs View
78
-
A drill-down view of all the logs generated during specific debug session are shown in the logs tab. All the spans in the trace are correlated using `trace_id` and `span_id`. The logs can be filtered on log level and spans. Logs are displayed in reverse chronological order. {{site.konnect_short_name}} encrypts all the logs that are ingested. You can further ensure complete privacy and control by using customer-managed encryption keys (CMEK).
79
-
Use the logs view to quickly troubleshoot and pinpoint issues.
79
+
For detailed definitions of each span, see [Debugger spans](/gateway/debugger-spans/).
80
+
81
+
Use the spans view to troubleshoot issues, optimize performance, and refine your configuration:
The logs view gives you a drill-down view of all the logs generated during specific debug session. All the spans in the trace are correlated using `trace_id` and `span_id`. The logs can be filtered on log level and spans. Logs are displayed in reverse chronological order. {{site.konnect_short_name}} encrypts all the logs that are ingested. You can further ensure complete privacy and control by using customer-managed encryption keys (CMEK).
86
+
87
+
Use the logs view to quickly troubleshoot and pinpoint issues:
0 commit comments