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

In the old repository, we mentioned we needed some work to facilitate [integration benchmarking](https://github.com/openzipkin/zipkin-java/issues/45). For example, we need to be able to invoke [reporters on-demand](https://github.com/openzipkin/zipkin-java/issues/181), regardless of whether that code...

enhancement
performance

The dependency graph is a really nice feature that allows us to have an always up to date documentation of the architecture of the platform. Thus, we tend to look...

feedback-needed

https://travis-ci.org/github/openzipkin/zipkin/builds/737922218#L2575 ```java Expecting actual not to be empty at zipkin2.storage.cassandra.internal.call.DeduplicatingInsertTest.exceptionsInvalidate_enqueue(DeduplicatingInsertTest.java:90) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at...

bug

Currently the zipkin-ui uses "Longest first " as default sort method.While I usually found that "newest" is used more frequently. So , let's vote: Which one do you prefer as...

enhancement
ui

This is a chart showing the distribution of the duration, span count and start time of the trace search results. It also indicates by color whether the trace contains error...

feedback-needed
ui
rule-of-three

Does zipken support rocketmq?

enhancement
collector

Some are intentionally or accidentally splitting RPCs across different span IDs. For example, they might intentionally fork a span ID when receiving B3 headers. This could also happen when an...

enhancement
ui

from @mikewrighton > hi, anyone know if there’s an easy way to modify the cassandra schema? I’d like to change the replication factor which is fixed at 1 in cassandra-schema-cql3....

This will also fix the flaky test in ITElasticsearchHealthCheck hopefully. - close #3197