diff --git a/docs/TryMe.md b/docs/TryMe.md index 4df4625..fef7979 100644 --- a/docs/TryMe.md +++ b/docs/TryMe.md @@ -66,7 +66,7 @@ pulumi up localstack 4. Until now all observability infrastructure are running. We need to auto-instrument the Java application: ```bash -kubectl patch deployment -n -p '{"spec": {"template":{"metadata":{"annotations":{"instrumentation.opentelemetry.io/inject-java":"observability/autoinstrumentation"}}}} }' +kubectl patch deployment -n -p '{"spec": {"template":{"metadata":{"annotations":{"instrumentation.opentelemetry.io/inject-java":"observability/jvm-autoinstrumentation"}}}} }' ``` 5. Get access to Grafana, to get metrics, logs, traces visualized: ```bash