From eda329ca6a5219fce55869833b279a66d7a615fd Mon Sep 17 00:00:00 2001 From: Adam Pietrzykowski <69825462+tilanis@users.noreply.github.com> Date: Wed, 15 May 2024 10:33:38 +0200 Subject: [PATCH] Change name of Instrumentation resource in docs/TryMe.md file --- docs/TryMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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