Relative Content

Tag Archive for javascriptnode.jsnode-streams

Listening for stream.Writable “write” events

I’m authoring an Open Telemetry instrumentation library for internal use – we use streams – a lot- and because of their proneness to blow up in your face, we’d like to temporarily instrument them as much as possible so we can gain insights on their behaviour in the wild.

Listening for Stream.”write” events of Writable Streams

I’m authoring an Open Telemetry instrumentation library for internal use – we use streams – a lot – and because of their unusualness and pronness to blow up in your face, we’d like to temporarily instrument them as much as possible so we can gain insights on their behavior in the wild.