From a21d6dbadd09612e93b9a67dba284d817ebeec5d Mon Sep 17 00:00:00 2001 From: Valentin Marchaud Date: Mon, 13 Apr 2020 17:45:39 +0200 Subject: [PATCH] chore: address comments Co-Authored-By: Daniel Dyla --- packages/opentelemetry-plugin-express/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opentelemetry-plugin-express/README.md b/packages/opentelemetry-plugin-express/README.md index b30882eb08c..0d82feab40f 100644 --- a/packages/opentelemetry-plugin-express/README.md +++ b/packages/opentelemetry-plugin-express/README.md @@ -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