Mehdi Hasan Khan

Results 11 comments of Mehdi Hasan Khan

Thank you for considering it for future. I had an itch and wanted to take a stab to see how it'd look with golds, so I did some quick hack...

Are you planning to integrate dataloader (https://github.com/facebook/dataloader) with graphql-bookshelf?

That's really kind of you. Thanks very much! :)

If anyone is interested, I found this (WIP) project here: https://github.com/TOMATOFAQ/SourcetrailGolangIndexer But the complete binding is not pushed (yet), at least the `CMakeLists.txt` file is missing, so the build is...

This PR seems to fix the issue: https://github.com/open-telemetry/opentelemetry-js/pull/4346 which is released in `@opentelemetry/instrumentation-http` v`0.46.0`: https://github.com/open-telemetry/opentelemetry-js/pull/4358

Another thing, because it is probably not clear in the original message, I think the context propagation bug is on the consumer side of the bunny instrumentation.

Just fyi, I edited the original post to add an example repository to reproduce the problems described in the issue: https://github.com/mugli/otel-ctx-prop-amqp-pubsub

And since GitHub duscussions and issues do not share references automatically, at least 2 other people mentioned the similar prolem here: https://github.com/open-telemetry/opentelemetry-ruby/discussions/1098 (I mentioned this thread in the original message....

> "The Bunny instrumentation adheres to the OTel messaging specification and uses Links instead of Child Spans in consumers." ^ I have been thinking about this assertion in the [discussion...