Skip to content

Commit 447f563

Browse files
TuannasCodeCatastropheTuannasCodeCatastropheGuaris
authored
Fix (Debugger) Add debugger screenshots to Konnect troubleshooting article (#2749)
* Added 3 images under 3 H3s Added 3 images to Assets Images Konnect * Pesky plural removed for image * linguistic tweak * Include a pesky plural * plural --------- Co-authored-by: TuannasCodeCatastrophe <[email protected]> Co-authored-by: Angel <[email protected]>
1 parent 8074357 commit 447f563

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed
192 KB
Loading
164 KB
Loading
139 KB
Loading

app/gateway/debugger.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,28 @@ For deeper insights, logs can be captured along with traces. When initiating a d
6464
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.
6565

6666
### 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:
70+
![Debugger Summary view](/assets/images/konnect/debugger-trace-summary-view.png)
6871

6972
### Spans view
70-
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:
7174

7275
* {{site.base_gateway}}’s internal processes and phases
7376
* Plugin execution and performance
7477
* Request and response handling
7578

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:
82+
![Debugger Spans view](/assets/images/konnect/debugger-trace-span-view.png)
83+
84+
### Logs view
85+
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:
88+
![Debugger Logs view](/assets/images/konnect/debugger-trace-logs-view.png)
8089

8190
## Payload capture
8291

0 commit comments

Comments
 (0)