Skip to content

Commit

Permalink
chore(examples): rename flask-ride-share-app in tutorial and add link…
Browse files Browse the repository at this point in the history
… from the example (#3778)
  • Loading branch information
kolesnikovae authored Dec 16, 2024
1 parent efe8637 commit 7ec96ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/get-started/ride-share-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ To discover this, you can use the **Flame graph** view:
1. Open Explore Profiles using the following url: [http://localhost:3000/a/grafana-pyroscope-app/profiles-explorer](http://localhost:3000/a/grafana-pyroscope-app/profiles-explorer).
1. Select **Flame graph** from the **Exploration** path.
1. Verify that `flask-ride-sharing-app` is selected in the **Service** drop-down menu and `process_cpu/cpu` in the **Profile type** drop-down menu.
1. Verify that `ride-sharing-app` is selected in the **Service** drop-down menu and `process_cpu/cpu` in the **Profile type** drop-down menu.
It should look something like this:
Expand Down
4 changes: 4 additions & 0 deletions examples/language-sdk-instrumentation/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

Note: For documentation on the Pyroscope pip package visit [our website](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/python/)

## Interactive Tutorial

Explore our [interactive Ride Share tutorial](https://killercoda.com/grafana-labs/course/pyroscope/ride-share-tutorial) on KillerCoda, where you can learn how to use Pyroscope by profiling a "Ride Share" application.

## Live Demo

Feel free to check out the [live demo](https://play.grafana.org/a/grafana-pyroscope-app/profiles-explorer?searchText=&panelType=time-series&layout=grid&hideNoData=off&explorationType=flame-graph&var-serviceName=pyroscope-rideshare-python&var-profileMetricId=process_cpu:cpu:nanoseconds:cpu:nanoseconds&var-dataSource=grafanacloud-profiles) of this example on our demo page.
Expand Down

0 comments on commit 7ec96ae

Please sign in to comment.