-
While possible to derive a span's timestamp and duration at query time, it is best to report them to zipkin. This reduces the guesswork on the server side, and particularly makes the cassandra storage…
-
I run Atlassian Confluence 5.10 or 6.0 on JRE 1.8.0_102-b14 on FreeBSD 11, and it can't start because of exception. Can you please check, if function `getLocalHostLANAddress()` works correctly on Free…
Vanav updated
7 years ago
-
Hi, I just run demo, like these.
```
@Test
public void contextLoads() {
collector = new ScribeSpanCollector("localhost", 9411);
collector.collect(new Span().setTrace_id(1).setName("ScribeS…
-
The create method invisible in outside
```
static ServerSpan create(Span span) {
return new AutoValue_ServerSpan(checkNotNull(span, "span"), true);
}
```
-
_From @meshuga on April 21, 2016 20:7_
Add metrics functionality for Katharsis. It should be possible to integrate with web framework functionalities e.g. Dropwizard/Jersey metrics (https://dropwizar…
-
(See #18 for history)
Names for some of the Zipkin components are not clear or overloaded. This was a proposal for an unambiguous terminology.
State: **accepted**
### Goals
- Give components names t…
-
Got the following exception
```
java.lang.StackOverflowError
> at zipkin.internal.Buffer.writeAscii(Buffer.java:107)
> at zipkin.internal.Buffer.writeUtf8(Buffer.java:230)
> at zipkin.internal…
-
Tried the example. It is failing. Please advise:
```
$ java -jar target/zipkin-example-1.0.3-3-SNAPSHOT.jar server
Exception in thread "main" java.lang.IllegalArgumentException: No serializer fou…
-
In some situations there will be a primary Tracer implementation, but potentially other Tracer proxies that will wrap the real Tracer, e.g. to intercept log events and report to other systems, or inde…
-
i use zipkin 1.16 and es as store, my trace is a big json(150k-200k),
i found consume this trace very slow, and cpu usage almost 90%+
i don't know time is spend to consume kafka message or store t…