Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
Co-Authored-By: Daniel Dyla <dyladan@users.noreply.github.com>
  • Loading branch information
vmarchaud and dyladan authored Apr 13, 2020
1 parent cafbde7 commit a21d6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See [examples/express](/~https://github.com/open-telemetry/opentelemetry-js/tree/m

### Caveats

Because of the way express works, it's hard to correctly compute the time took by asynchronous code to complete. For this reason the time you'll see reported for asynchronous middlewares and request handlers will **not** represent the time it really took.
Because of the way express works, it's hard to correctly compute the time taken by asynchronous middlewares and request handlers. For this reason, the time you'll see reported for asynchronous middlewares and request handlers will only represent the synchronous execution time, and **not** any asynchronous work.

### Express Plugin Options

Expand Down

0 comments on commit a21d6db

Please sign in to comment.