From 75f12cde0568ce54434f344aa1ad0c18fd406188 Mon Sep 17 00:00:00 2001 From: Josh Voravong Date: Tue, 4 Apr 2023 16:37:09 -0600 Subject: [PATCH] patch, format fix --- docs/auto-instrumentation-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/auto-instrumentation-install.md b/docs/auto-instrumentation-install.md index aaea300401..8268e51676 100644 --- a/docs/auto-instrumentation-install.md +++ b/docs/auto-instrumentation-install.md @@ -121,6 +121,7 @@ kubectl get otelinst -n spring-petclinic ### 5. Instrument application by setting an annotation + An _inject instrumentation_ annotation can be added to the following. - Namespace: All pods within that namespace will be instrumented. - Pod Spec Objects: PodSpec objects that are available as part of Deployment,