Nick Graef
Nick Graef
@vrudikov This should be fixed by recent commits. Please try with the latest version (`0.0.12`) and let me know if you still have issues. @krazar Your issue is a bit...
Hi @micahhausler 👋 Any thoughts on this? Thanks in advance for your time.
I'm seeing this issue too. I filed https://github.com/DataDog/dd-trace-js/issues/970, but after more investigation I believe the core problem is moleculer [improperly setting IDs on the dd-trace spans](https://github.com/moleculerjs/moleculer/blob/master/src/tracing/exporters/datadog.js#L152). dd-trace's MessagePack encoder [expects...
Thanks for that great overview, @icebob! @rochdev Datadog is a crucial part of my team's operations. Any insight you can provide to help us improve the moleculer integration is greatly...
A couple options come to mind for different ways this can be fixed. 1. Select a node from the registry rather than relying on the transporter's balancer. This feels wrong...
@ccampanale That is an alternative, though it's essentially reimplementing the responsibilities of the event subsystem (NATS in our case). @icebob Here's an idea using the example of a function-as-a-service platform....
@icebob This is now ready for review when you have some time.
> please merge changes from the master, some test is not up-to-date. This branch was already rebased onto `master`. I've rebased again to pull in the latest typing fixes. I...
> But somehow this PR affects the `async_hooks` if the unit test failed, but in the master it doesn't. I looked into this a bit more. The failure might not...