diff --git a/README.md b/README.md index d4eccf238c..c15d073697 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For more documentation on how to add the Pyroscope agent to your code, see the [
Java

Documentation
- Examples + Examples
Python

diff --git a/docs/sources/configure-client/_index.md b/docs/sources/configure-client/_index.md index 4d99179662..319f7da394 100644 --- a/docs/sources/configure-client/_index.md +++ b/docs/sources/configure-client/_index.md @@ -58,7 +58,7 @@ To get started choose one of the integrations below:
Java

Documentation
- Examples + Examples
eBPF

diff --git a/docs/sources/configure-client/language-sdks/_index.md b/docs/sources/configure-client/language-sdks/_index.md index aecf91ced2..93be4e5fb4 100644 --- a/docs/sources/configure-client/language-sdks/_index.md +++ b/docs/sources/configure-client/language-sdks/_index.md @@ -21,7 +21,7 @@ The following languages SDKs provide support for sending profiles from your appl
Java

Documentation
- Examples + Examples
Python

diff --git a/docs/sources/configure-client/language-sdks/java.md b/docs/sources/configure-client/language-sdks/java.md index a4ad7416db..73fd2f2e3f 100644 --- a/docs/sources/configure-client/language-sdks/java.md +++ b/docs/sources/configure-client/language-sdks/java.md @@ -164,6 +164,6 @@ If your Pyroscope server has multi-tenancy enabled, you'll need to configure a t ## Java profiling examples Check out the following resources to learn more about Java profiling: -- [Java examples](https://github.com/grafana/pyroscope/tree/main/examples/java-jfr/rideshare) +- [Java examples](https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare) - [Java Demo](https://demo.pyroscope.io/?query=rideshare-app-java.itimer%7B%7D) showing Java example with tags -- [Java blog post](https://github.com/grafana/pyroscope/tree/main/examples/java-jfr/rideshare#readme) +- [Java blog post](https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare#readme) diff --git a/examples/java/rideshare/README.md b/examples/java/rideshare/README.md index 3c9e68b36b..f1c77892af 100644 --- a/examples/java/rideshare/README.md +++ b/examples/java/rideshare/README.md @@ -10,7 +10,7 @@ In this example we show a simplified, basic use case of Pyroscope. We simulate a - `/car` : calls the `orderCar(searchRadius)` function to order a car - `/scooter` : calls the `orderScooter(searchRadius)` function to order a scooter -We also simulate running 3 distinct servers in 3 different regions (via [docker-compose.yml](https://github.com/pyroscope-io/pyroscope/blob/main/examples/java-jfr/rideshare/docker-compose.yml)) +We also simulate running 3 distinct servers in 3 different regions (via [docker-compose.yml](https://github.com/pyroscope-io/pyroscope/blob/main/examples/java/rideshare/docker-compose.yml)) - us-east - eu-north - ap-south