Skip to content

Commit

Permalink
docs(auto-instrumentations-node): fix typo in code example (#2173)
Browse files Browse the repository at this point in the history
Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
  • Loading branch information
ghostd and blumamir committed May 5, 2024
1 parent cc71492 commit ba0de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metapackages/auto-instrumentations-node/README.md
Expand Up @@ -50,7 +50,7 @@ export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="https://your-endpoint"
export OTEL_EXPORTER_OTLP_HEADERS="x-api-key=your-api-key"
export OTEL_EXPORTER_OTLP_TRACES_HEADERS="x-api-key=your-api-key"
export OTEL_RESOURCE_ATTRIBUTES="service.namespace=my-namespace"
export OTEL_NODE_RESOURCE_DETECTORS="env,host,os,serviceinstace"
export OTEL_NODE_RESOURCE_DETECTORS="env,host,os,serviceinstance"
export OTEL_SERVICE_NAME="client"
export NODE_OPTIONS="--require @opentelemetry/auto-instrumentations-node/register"
node app.js
Expand Down

0 comments on commit ba0de30

Please sign in to comment.