zipkin icon indicating copy to clipboard operation
zipkin copied to clipboard

Zipkin is a distributed tracing system

Results 169 zipkin issues
Sort by recently updated
recently updated
newest added

Currently the docker-compose links lead to a file that is no longer there. This pr updates the links to the new location.

java.lang.NoClassDefFoundError: com/google/gson/stream/JsonReader at zipkin2.internal.JsonCodec$JsonReader.(JsonCodec.java:51) ~[classes/:?] at zipkin2.internal.JsonCodec.readList(JsonCodec.java:143) ~[classes/:?] at zipkin2.codec.SpanBytesDecoder$3.decodeList(SpanBytesDecoder.java:123) ~[classes/:?] at zipkin2.collector.Collector.decodeList(Collector.java:196) ~[classes/:?] at zipkin2.collector.Collector.acceptSpans(Collector.java:186) ~[classes/:?] at zipkin2.collector.Collector.acceptSpans(Collector.java:172) ~[classes/:?] at zipkin2.collector.kafka.KafkaCollectorWorker.run(KafkaCollectorWorker.java:111) ~[classes/:?] at zipkin2.collector.kafka.KafkaCollector$LazyKafkaWorkers.lambda$guardFailures$0(KafkaCollector.java:265) ~[classes/:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201] at...

enhancement

## openstack/zipkin-slim not connect with elasticsearch 8.3.0 We are using the docker image form https://hub.docker.com/r/openzipkin/zipkin-slim with elastic search 8.0.0 or 8.3.0 Zipkin is not able to connect showing me error...

bug

## Feature Now zipkin provides `zipkin-junit` module, it's very useful in tests. However, it only works with junit4, I hope it can support junit5 too. ## Rationale This feature benefits...

enhancement

Opening this up for review in response to https://github.com/openzipkin/zipkin/issues/1232 Saw the rejected PR https://github.com/openzipkin/zipkin/pull/3228 Open to suggestions on reworking the schema for better storage. IMO the combination of index +...

We have deployed zipkin with elastic search in k8s and it was working fine. Now we use zipkin to connect the elastic search in aws with creds but its not...

when parser.currentName() is null, switch will throw NullPointerException

When attached zipkin container to multiple network, the `hostname -i` has multiple record like this `X.X.X.X Y.Y.Y.Y` then cause error when exec the default docker-healthcheck command => Container exit. ```json...

bug