Michail Ivanilov

Results 2 issues of Michail Ivanilov

Since Ktor v2.3.0 shutdown hook was added to Ktor engines e.g. [CIO](https://github.com/ktorio/ktor/pull/3405/files#diff-15c7ddb6442fceff5a2ca5c9d9e74bcdfdbde95b584dfc1bf76e492844da6091R57) and [Netty](https://github.com/ktorio/ktor/pull/3405/files#diff-f656d8b3f1713ffb1f22fbb868771dc09082bdc1e739f89c0f39023166a67eafR212), making Ktor server to stop before waiting a `preWait` duration configured by SuspendApp. Adding an example...

### What happened? ## Steps to Reproduce Set up `NodeSDK` with `HttpInstrumentation`, `ExpressInstrumentation` and `metricReader`. Run app with `OTEL_TRACES_EXPORTER: none`. ## Expected Result `http_route` attribute is present on the `http_server_duration`...

bug
up-for-grabs
priority:p2
pkg:sdk-node
has:reproducer