Adrian Cole

Results 419 issues of Adrian Cole

Zipkin found the following crash when running a docker container that uses this driver on Apple Silicon. Note: the problem doesn't happen when run via java directly on the host....

TL;DR; wasm can currently inspect itself, and it probably shouldn't. A way to prevent this either by format/tooling or config is maybe a good idea. --- Opening here despite the...

The image used for testing needs to be built from source https://github.com/containerd/runwasi/tree/main/crates/wasi-demo-app It would be more convenient to access this as a package, especially as it clarifies what the ultimate...

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

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

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

Zipkin's interop story is half-told by instrumentation. For example, we track which instrumentation can send zipkin formatted traces and/or use B3 propagation. I continue to hear people say there's no...