You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/04-tutorials/01-pixie-101/06-profiler.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,11 @@ You will need a Kubernetes cluster with Pixie installed. If you do not have a cl
19
19
20
20
### Enabling Java Support
21
21
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
+
<Alertvariant="outlined"severity="info">
25
+
Instructions for identifying and updating your Pixie vizier version can be found <ahref="/reference/admin/updating-pixie/#updating-pixie-cloud-and-vizier">here</a>.
26
+
</Alert>
23
27
24
28
To enable Java support when deploying Pixie with the [Pixie CLI](/installing-pixie/install-schemes/cli/), run:
25
29
@@ -33,6 +37,8 @@ To enable Java support when deploying Pixie with [Helm](/installing-pixie/instal
For best results, run Java applications with `-XX:+PreserveFramePointer`.
41
+
36
42
## Setup
37
43
38
44
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