We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
having http and koa intrumentation enabled
Expectation: I see traces grouped by koa routes
Reality:
I see every incoming http request as separate operation which is not really useable. Do I do something wrong, or this is an issue?
The text was updated successfully, but these errors were encountered:
Related to open-telemetry/opentelemetry-js#897 See spec
Sorry, something went wrong.
I just reviewed the tests for the koa instrumentation and it looks like this already works properly for traces (even using nested routers): https://github.com/open-telemetry/opentelemetry-js-contrib/blob/master/plugins/node/opentelemetry-koa-instrumentation/test/koa-router.test.ts#L155
It looks like this is a matter of setting the name on the request span from the koa instrumentation as it has become more generic in the http plugin.
@Madamas, pls confirm that you dont have this issue anymore, and we can close that :)
yep, works like a charm in latest version, thanks for heads-up
No branches or pull requests
having http and koa intrumentation enabled
Expectation:
I see traces grouped by koa routes
Reality:
I see every incoming http request as separate operation which is not really useable. Do I do something wrong, or this is an issue?
The text was updated successfully, but these errors were encountered: