openzipkin.github.io
openzipkin.github.io copied to clipboard
content for https://zipkin.io
JVM agents are used to trace existing code without modification to libraries or application configuration. We often get asked about this, but it is a tough one as usually agents...
From https://zipkin.io/pages/extensions_choices.html > Zipkin server bundles extension for span collection and storage. By default spans can be collected over http, Kafka or RabbitMQ transports and stored in-memory or in MySQL,...
The SVG logos in [`public/img/logo_svg`](https://github.com/openzipkin/openzipkin.github.io/tree/master/public/img/logo_svg) are not fully SVG but just embedded PNGs in an SVG tag, which defeats the purpose of vector graphics. Would it be possible to upload...
After we elaborate certain things like designs etc, we could dump them here. We also have some things in google drive we could consider dumping here. I would love to...
@nicmunroe and @jcarres-mdsol mentioned something that isn't unusual. Should we log the trace id of a zipkin trace as an http response header? This originally came up in [b3](https://github.com/openzipkin/b3-propagation/issues/4), but...
Traces that have orders of thousands of spans can be problematic. They can choke the UI (not just ours) and increase the operating costs of a tracing system. There are...
Right now, most instrumentation do not model spans properly on error. For example, they log "sr" and "ss", but don't know what to do, or worse don't handle the error...
I think the title "Instrumenting a library" is misleading. I refer to this page: http://zipkin.io/pages/instrumenting.html I guess the meaning of the title is "Creating a new instrumenting library". Background: I...
Currently, you can find out about zipkin's production story by watching presentations or asking on gitter. You'd find out status on docker, kubernetes, cloud foundry, prometheus, amazon, google and other...
Thank you very much for the docs. Especially the architecture page helped me a lot. I have one wish: Please provide an example of what a typical span data contains....