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

timestampRange calculation error due to int variable instead of long CassandraSpanStore.java Change needed from: final int indexTtl; To: final long indexTtl It will calculate wrong if TTL from table is...

bug

When I annotate spans, the "dot" that shows them on the timeline (see the screenshot) does not seem to be where it should. As you can see the "dot" is...

bug

## Describe the Bug We have zipkin-server 2.23.2 reading form kafka with zipkin-collector-kafka and the storage is elasticsearch. With high number of spans, we found that zipkin-server not work, old...

bug

While using the zipkin server dependency with version 2.23.2, one security issue is identified - Missing Cross-Frame Scripting Protection (Cross-Frame Scripting (XFS) vulnerability can allow an attacker to load the...

bug

The actual result is the current start and end time minus 8 hours later.

bug

`SpanDetail` component displays the details of a particular span. This component has been more complicated than it needed to be. So this PR did the followings * Make `SpanDetail` component...

ui

I have a situation where: `[Apache http proxy] -> [micro-service structure**(created traceId/spanId)**]`. I need to start tracing requests from Apache server to bind logs from Apache to logs from micro-servces....

## Feature A new Zipkin API feature for retrieving for all services, the number of traces and/or spans where a given serv is the root. ## Rationale When the amount...

enhancement
feedback-needed

# Summary * Use TypeScript for TraceTimeline components * Simplify tree-generation algorithm. * Use normal HTML tags instead of using SVG for trace tree graph. * Resolve some known issues....

ui

Use TypeScript for TracePageHeader component and change the design. # Screenshots ### Before ![スクリーンショット 2021-04-02 19 37 01](https://user-images.githubusercontent.com/19551419/113409032-6a014d80-93eb-11eb-985b-66f96470aac1.png) ### After ![スクリーンショット 2021-04-02 19 35 15](https://user-images.githubusercontent.com/19551419/113409123-94eba180-93eb-11eb-9755-665f5595769a.png) ![スクリーンショット 2021-04-02 19 35 45](https://user-images.githubusercontent.com/19551419/113409061-771e3c80-93eb-11eb-8e85-39ce2e73cb62.png)

ui