Skip to content

Commit

Permalink
Use md images to fix refs on docs site (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-martin committed Apr 25, 2024
1 parent 9654134 commit dc2580a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/observability/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can also search for recent traces, filtering by the service you want to focu
Here is an example trace in the Grafana UI showing the total request time from the gateway (Istio), the time to check the curent rate limit count (and update it) in limitador and the time to check auth in Authorino:
<img src="./grafana_trace.png" alt="Trace in Grafana UI" width="800"/>
![Trace in Grafana UI](grafana_trace.png)
In limitador, it is possible to enable request logging with trace IDs to get more information on requests.
This requires the log level to be increased to at least debug, so the verbosity must be set to 3 or higher in the Limitador CR. For example:
Expand All @@ -116,7 +116,7 @@ A log entry will look something like this, with the `traceparent` field holding
If you centrally aggregate logs using something like promtail and loki, you can jump between trace information and the relevant logs for that service:
<img src="./grafana_tracing_loki.png" alt="Trace and logs in Grafana UI" width="800"/>
![Trace and logs in Grafana UI](grafana_tracing_loki.png)
Using a combination of tracing and logs, you can visualise and troubleshoot reuqest timing issues and drill down to specific services.
This method becomes even more powerful when combined with [metrics](https://docs.kuadrant.io/kuadrant-operator/doc/observability/metrics/) and [dashboards](https://docs.kuadrant.io/kuadrant-operator/doc/observability/dashboards/) to get a more complete picture of your users traffic.

0 comments on commit dc2580a

Please sign in to comment.