Adrian Cole

Results 2050 comments of Adrian Cole

yep, except the debug part, since that's different flag :) From a code POV, you are correct. the sampled() method includes the debug flag in its decision

Correct except that the debug flag is stored as Span.debug

key insights for the above is that inbound and outbound requests are in different spans, and that spans that include "cs" can log an "sa" annotation of where they are...

copy/pasting a description of endpoint from brave. ``` java /** * Indicates the network context of a service recording an annotation with two * exceptions. * * When a BinaryAnnotation,...

from gitter @gena01 found this helpful https://youtu.be/EP4prWJIWvc?t=364 basically, it starts describing a graph with the "cs" "cr" etc relationships. https://speakerdeck.com/sprsquish/zipkin-number-sfscala-meetup In whatever section ends up holding the how-to on custom...

Here's an example used in sleuth. They put the annotations in the front page and also a diagram. https://github.com/spring-cloud/spring-cloud-sleuth The reason the diagram is there is that it is easier...

other note of extreme interest. currently, only in-memory (dev) and jdbc (mysql) do on-demand dependency linking. If you are using cassandra, the only current way to create links is by...

pinging the designer in case there's a scalable copy somewhere https://twitter.com/zipkinproject/status/903807853831479296

all recent activity is scala-steward, so planning to archive this on July 10 unless someone disables that, updates all the libs in a way that compiles, and cuts a release.