zipkin-js icon indicating copy to clipboard operation
zipkin-js copied to clipboard

Zipkin instrumentation for Node.js and browsers

Results 78 zipkin-js issues
Sort by recently updated
recently updated
newest added

Client calls are marked as separate traces instead of mapping inside the parent trace even when the same trace is being passed.

I am trying to integrate open telemetry to my nextjs project (nextjs version : 11.0, nodejs version: 16.0) ``` Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5 error - ./node_modules/@opentelemetry/exporter-zipkin/build/src/zipkin.js:19:0...

Hi, We would like to pass a custom-header e.q. x-user-id with each request for scenario like A --> B --> C where A,B,C are microservices. We are using zipkin with...

I'll post up a quick sample as soon as I have a second, but I wanted to record it here so I don't forget. I was using both body-parser and...

hey, after research, didn't see any docs about this, so open one issue here

travis-ci.org is being shut down the end of the year. We tried switching to travis-ci.com, but shortly ran out of quota. For the last two weeks we have not succeeded...

From @nathanhoel at https://gitter.im/openzipkin/zipkin?at=5edbbf82a91f120a6ce91405 Hi, I have read openzipkin/zipkin-js#362 I have the same use case as the person who posted this issue. I see that you added flush() to BatchRecorder...

I have typescript project. When I try to use `import CLSContext from 'zipkin-context-cls'` it returns `undefined` but `require('zipkin-context-cls')` works as expected

TODO if is the correct approach - Delete RequestZipkinHeader - Refactor kafkajs and expressjs instrumentation - Update README, add example usage of a custom propagation - Add AWS propagation module