Skip to content

Commit

Permalink
Update index.md - minor typos (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomoswidler authored Dec 13, 2023
1 parent c3073ef commit 6603624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/demo/scenarios/recommendation-cache/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ our p95, 99, and 99.9 histograms. We can also see that there are intermittent
spikes in the memory utilization of this service.

We know that we're emitting trace data from our application as well, so let's
think about another way that we'd be able to determine that a problem exist.
think about another way that we'd be able to determine that a problem exists.

![Jaeger](jaeger.png)

Jaeger allows us to search for traces and display the end-to-end latency of an
entire request with visibility into each individual part of the overall request.
Perhaps we noticed an increase in tail latency on our frontend requests. Jaeger
allows us to then search and filter our traces to include only those that
include requests to recommendation service.
include requests to the recommendation service.

By sorting by latency, we're able to quickly find specific traces that took a
long time. Clicking on a trace in the right panel, we're able to view the
Expand Down

0 comments on commit 6603624

Please sign in to comment.