From 083c0fa8a7ddbfccafe51b9bdc7bf237c03ef20c Mon Sep 17 00:00:00 2001 From: maryliag Date: Mon, 29 Apr 2024 13:34:13 -0400 Subject: [PATCH 1/2] js docs: update doc on auto instrumentation Update Automatic Instrumentation Configuration for Node.js with recent changes to match README on its [repo](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/metapackages/auto-instrumentations-node). --- content/en/docs/languages/js/automatic/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/languages/js/automatic/configuration.md b/content/en/docs/languages/js/automatic/configuration.md index fd1d0df63d23..80c9f4c3671a 100644 --- a/content/en/docs/languages/js/automatic/configuration.md +++ b/content/en/docs/languages/js/automatic/configuration.md @@ -27,9 +27,11 @@ detectors, or completely disable them: - `host` - `os` - `process` +- `serviceinstance` - `container` - `alibaba` - `aws` +- `azure` - `gcp` - `all` - enables all resource detectors - `none` - disables resource detection From 8281e1e6c5f3cd3b8b7b8c000c222afe42ae723f Mon Sep 17 00:00:00 2001 From: maryliag Date: Wed, 1 May 2024 11:13:52 -0400 Subject: [PATCH 2/2] add cspell ignore --- content/en/docs/languages/js/automatic/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/languages/js/automatic/configuration.md b/content/en/docs/languages/js/automatic/configuration.md index 80c9f4c3671a..bae19452406b 100644 --- a/content/en/docs/languages/js/automatic/configuration.md +++ b/content/en/docs/languages/js/automatic/configuration.md @@ -4,6 +4,7 @@ linkTitle: Configuration description: Learn how to configure Automatic Instrumentation for Node.js aliases: [module-config] weight: 10 +cSpell:ignore: serviceinstance --- This module is highly configurable by setting