Adrian Cole
Adrian Cole
Right now, installing shared libraries is a manual task, and they are quite large (dozens of megabytes). I've been told that the shared libraries are only 1.7MB, which would be...
I'm not sure if there's a way, but I can't find a configuration to set stdout to something besides os.Stdout. This is helpful in tests, ideally a writer.
build-bin/docker-test-image should run on commit against build-bin/docker-compose-zipkin-gcp.xml, using the credentials configured originally by @saturnism. At some point our CI config drifted, and this isn't running anymore. While not sure if...
This warning says brave has a dependency on zipkin, which is currently true for a transient reason. Once that goes away, the note here should be removed: https://github.com/micrometer-metrics/tracing/blob/b8900270ea39d8e947a16b69d11489ec7acbad52/docs/modules/ROOT/pages/reporters.adoc?plain=1#L74 The reason...
people occasionally hit zipkin's support channel, and it is clear this project is no longer maintained. Please make it more official?
Brave 4.2+ has all sorts of goodies to help development. All the instrumentation standard instrumentation will use it starting in Brave 4.3 https://github.com/openzipkin/brave/tree/master/brave#brave-api-v4 You can see an example of another...
the zipkin core annotations, cs, sr, ss, cr all have the host/endpoint field to the "local" process, just like if you were making a log statement. So, if you are...
**Describe the bug** I can see that `Fabric8IstioIT` runs in the workflow, but I'm having trouble executing it locally. First, I have to disable ryuk, then it still doesn't work...
Recent versions of zipkin accept json encoding in kafka messages. I wonder if we can add a feature to write directly to kafka while flow'ing. https://github.com/adrianco/spigo/blob/master/tooling/flow/flow.go One option could be...
Looking at the flow data from cassandra, I noticed a mismatch on bookend annotations. For example, something is logging ["cs", "sr"] on a root span. This is a bit odd,...