José Carlos Chávez

Results 126 issues of José Carlos Chávez

opentracing 1.0.0 has been released, you might want to upgrade https://github.com/opentracing/opentracing-php/releases/tag/1.0.0

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...

Ping @adriancole @ghermeto

Currently http middlewares use the `http method` for naming spans. This solution is a not so bad low cardinality option, however from user perspective this could be improved by using...

help wanted

The http.url tag was the default record for http requests but we changed it into http.path due to privacy issues. There are a couple of request for it from @maumercado...

feature request/tags

I have been checking the possibility of having the zipkin middleware only for specific routes and found it VERY cumbersome. My use case is that I don't want to trace...

help wanted

Related to https://github.com/openzipkin/zipkin-js/pull/464#issuecomment-579092570

This PR fixes the typing for express middleware. Related to https://github.com/openzipkin/zipkin-js/pull/445

Related to https://github.com/openzipkin/zipkin-js/pull/389/files

We have two packages now that clash with existing npm packages: - https://www.npmjs.com/package/zipkin-instrumentation-axios - https://www.npmjs.com/package/zipkin-instrumentation-got For now we avoided this clash by adding the suffix `js`: - https://www.npmjs.com/package/zipkin-instrumentation-axiosjs - https://www.npmjs.com/package/zipkin-instrumentation-gotjs...