From 2b3916ebe3a7fdd9f5cdadf702a107416c6086b2 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:28:48 -0600 Subject: [PATCH] [operator/nodejs] Add instrumentation doc for node.js (#2564) --- content/en/docs/k8s-operator/automatic.md | 37 ++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/content/en/docs/k8s-operator/automatic.md b/content/en/docs/k8s-operator/automatic.md index dedc14f53c9a..307287d98efb 100644 --- a/content/en/docs/k8s-operator/automatic.md +++ b/content/en/docs/k8s-operator/automatic.md @@ -178,7 +178,42 @@ For more details, see ### Node.js -Coming Soon +The following command creates a basic Instrumentation resource that is +configured for instrumenting Node.js services. + +```bash +kubectl apply -f - <