Skip to content

Commit

Permalink
Update examples/language-sdk-instrumentation/rust/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Nylander <[email protected]>
  • Loading branch information
korniltsev and knylander-grafana authored Dec 14, 2024
1 parent d67c803 commit c29ea27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/language-sdk-instrumentation/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ To analyze this we can select one or more tags on the "Labels" page:

## Narrowing in on the Issue Using Tags

Knowing there is an issue with the `order_car` function we automatically select that tag. Then, after inspecting
multiple `region` tags, it becomes clear by looking at the timeline that there is an issue with the `eu-north` region,
Since you know there is an issue with the `order_car` function, select that tag. After inspecting
multiple `region` tags, the timeline shows that there is an issue with the `eu-north` region,
where it alternates between high-cpu times and low-cpu times.

We can also see that the `mutex_lock()` function is consuming almost 70% of CPU resources during this time period.
Note that the `mutex_lock()` function is consuming almost 70% of CPU resources during this time period.

![Image](https://github.com/user-attachments/assets/12fc0912-8b65-4c24-9284-b0aa1eef45ba)

Expand Down

0 comments on commit c29ea27

Please sign in to comment.