Adrian Cole
Adrian Cole
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...
It looks like it is abandoned.. https://www.npmjs.com/package/rest (3 years old) https://github.com/cujojs/rest (archived repo) cc @jpiechowka @pchiwan @pbadenski @muymoo @openzipkin/zipkin-js-champions
After this #176 merged, there have been changes in request-promise [NPM site](https://www.npmjs.com/package/request-promise) says the following: > Also check out the new libraries that are very similar to request-promise v4: request-promise-native...
Use of Tracer.setId is a bug. It has led to so many leaks and confusing "should I use scoped?" where the answer is everywhere due to routine use of `Tracer.setId`...
very cool that @high-stakes got kafka started. Upon inspection I noticed that we aren't modeling this consistently with the brave instrumentation. Notably, there are some batch concerns and also spans...
Right now, developers on all platforms and also CI needs to be aware of memcached, redis and postgres. They also need to be aware of docker, which is used to...
Right now, the error message is ignored if there is an http status. The error message should have precedence. Moreover, we are not logging the error message, rather the toString()....
@thegryfon noticed that in community axios implementations, some leak contexts and you wouldn't necessarily know until a second root trace is attempted. here's an example scenario I think tests could...
contexts and scoping apis should cover the case when someone wants to clear trace identifiers. This came out of a discussion with @thegryfon and is usually present in tracing apis...
We currently support logging of only IPv4 addresses. Starting with Zipkin 1.4 endpoints can omit IPv4 (by setting Endpoint.ipv4 to 0), and optionally log Endpoint.ipv6 as the raw 16byte address....