docs(instrumenation-http): reword documentation about what is geneated (#5378)

This commit is contained in:
Marc Pichler 2025-01-29 11:12:46 +01:00 committed by GitHub
parent 682ab65f7c
commit 23adb2bdc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ npm install --save @opentelemetry/instrumentation-http
## Usage
OpenTelemetry HTTP Instrumentation allows the user to automatically collect trace data and export them to their backend of choice, to give observability to distributed systems.
OpenTelemetry HTTP Instrumentation allows the user to automatically collect telemetry and export it to their backend of choice, to give observability to distributed systems.
To load a specific instrumentation (HTTP in this case), specify it in the Node Tracer's configuration.