Skip to content

Commit 2cb049c

Browse files
committed
Drop opentelemetry-instrument call from configuration chapter
1 parent 4371e11 commit 2cb049c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/manual-instrumentation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ authorization data to set a few `OTLP_*` environment variables that will be avai
2121
export OTEL_RESOURCE_ATTRIBUTES=service.name=<app-name>
2222
export OTEL_EXPORTER_OTLP_ENDPOINT=https://my-deployment.apm.us-west1.gcp.cloud.es.io
2323
export OTEL_EXPORTER_OTLP_HEADERS="Authorization=Bearer P....l"
24-
opentelemetry-instrument <command to start your service>
2524
```
2625

2726
Refer to our [get started](./get-started.md) page for more details.

0 commit comments

Comments
 (0)