Skip to content

Commit 2650a3e

Browse files
authored
Add more Java instructions to the profiler tutorial. (#176)
* Add more Java instructions to the profiler tutorial. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * address Omid's comments Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
1 parent dca29d7 commit 2650a3e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

content/en/04-tutorials/01-pixie-101/06-profiler.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ You will need a Kubernetes cluster with Pixie installed. If you do not have a cl
1919

2020
### Enabling Java Support
2121

22-
Java support is a beta feature and must be manually enabled during the deployment of Pixie.
22+
Java support is a beta feature available in Pixie vizier version 0.10.22+, and must be manually enabled during the deployment of Pixie.
23+
24+
<Alert variant="outlined" severity="info">
25+
Instructions for identifying and updating your Pixie vizier version can be found <a href="/reference/admin/updating-pixie/#updating-pixie-cloud-and-vizier">here</a>.
26+
</Alert>
2327

2428
To enable Java support when deploying Pixie with the [Pixie CLI](/installing-pixie/install-schemes/cli/), run:
2529

@@ -33,6 +37,8 @@ To enable Java support when deploying Pixie with [Helm](/installing-pixie/instal
3337
helm install pixie pixie-operator/pixie-operator-chart --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace --set dataCollectorParams.customPEMFlags.PL_PROFILER_JAVA_SYMBOLS=true
3438
```
3539

40+
For best results, run Java applications with `-XX:+PreserveFramePointer`.
41+
3642
## Setup
3743

3844
We are going to be working with GCP's [Online Boutique](https://github.com/GoogleCloudPlatform/microservices-demo), a microservices demo application for a web-based e-commerce app where users can browse and purchase items.

0 commit comments

Comments
 (0)