Amir Blum

Results 96 comments of Amir Blum

> Hi guys, I'm having some issues with several services that consume kafka messages but creates a new trace instead of connecting it to an existing one. This is not...

I would suggest printing the Kafka headers to make sure they are received correctly on the consumer side. Is the client that produces the messages to Kafka also in nodeJS?...

Closing the issue. Please reopen if this is still relevant :)

Can you please try with `"@opentelemetry/instrumentation": "^0.27.0",`. The instrumentations in this repo should be upgraded to support `0.28.0` but that is currently blocked on `@opentelemetry/contrib-test-utils` which should be published by...

and looks like we need to also treat `new_namespace` as reserved for the `Server`, right?

Hi @gevertoninc , Thanks for letting us know. Would you be willing to create a PR with the support for the new version?

I now wonder if the otlp messages should also contain the [w3c version](https://www.w3.org/TR/trace-context-1/#version) so when more flags are added in the future, the receiver can differentiate between them being set...

> @blumamir I think we can add the version when w3c changes to v2, before that, the absence of the version means version 1. If we add it when w3c...

Another argument by @dyladan : > If you can't encode/decode and get the same object back out then something is missing