Skip to content

Commit

Permalink
Update docs/sources/get-started/ride-share-tutorial.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
  • Loading branch information
Jayclifford345 and knylander-grafana authored Oct 29, 2024
1 parent 901e340 commit 316f002
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/sources/get-started/ride-share-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ def find_nearest_vehicle(n, vehicle):
check_driver_availability(n)
```

In this example we are `tag_wrapper` to tag the function with the vehicle type. Notice that the tag is dynamic as it changes based on the vehicle type. This is useful for grouping profiles on a per vehicle basis. Allowing us to see the performance of the application per vehicle type being requested.
This example uses `tag_wrapper` to tag the function with the vehicle type.
Notice that the tag is dynamic as it changes based on the vehicle type.
This is useful for grouping profiles on a per vehicle basis. Allowing us to see the performance of the application per vehicle type being requested.

Lets take a look within the Pyroscope UI to see how this tag is used:
1. Open the Pyroscope UI in your browser at [http://localhost:4040](http://localhost:4040).
Expand Down

0 comments on commit 316f002

Please sign in to comment.