Skip to content

Commit

Permalink
docs: Explicitly state that express instrumentation does not export s…
Browse files Browse the repository at this point in the history
…pans without http instrumentation (open-telemetry#472)

As discussed in the meeting today, I think making this point clear helps enduser to understand what they _might_ be doing wrong if no spans are exported.

Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
  • Loading branch information
svrnm and vmarchaud committed May 5, 2021
1 parent e1ed806 commit 829f09f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For automatic instrumentation see the

## Installation

This instrumentation relies on HTTP calls to also be instrumented. Make sure you install and enable both.
This instrumentation relies on HTTP calls to also be instrumented. Make sure you install and enable both, otherwise you will not see any spans being exported from the instrumentation.

```bash
npm install --save @opentelemetry/instrumentation-http @opentelemetry/instrumentation-express
Expand Down

0 comments on commit 829f09f

Please sign in to comment.