Adrian Cole
Adrian Cole
#3631 Tried to solve this by closing resources, but that wasn't enough ``` Error: zipkin2.junit5.ZipkinExtensionTest.postSpans_disconnectDuringBody -- Time elapsed: 0.034 s
Spans may have annotations in them. For example "brave.flush" is present when a span is abandoned (usually by accident). We should display them. The old ui used to use bubbles...
Right now, self-tracing for kafka isn't hooked up. You get a warning like this in the logs once. ``` setup_grafana_datasource exited with code 22 zipkin | 2019-10-21 04:36:28.352 INFO 1...
from https://github.com/openzipkin/zipkin/pull/2072#issuecomment-474802294 > I'm inclined to pick this back up with a zipkin2.Span variant of https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/handler/FinishedSpanHandler.java#L30 > > Naming is a funny one, but I like CollectedSpanHandler at the moment....
Zipkin 2 is mostly a brand used about data format, our simpler design and formalization of libraries and such, many of which actually happened in Zipkin 1.x :P This should...
When `ITZipkinSelfTracing.postIsTraced_v1()` runs in travis, it consistently is missing the span for the storage call ("accept-spans"). It is so far not reprodicable elsewhere, and for now, we are ignoring the...
I would maybe expect this when throttling is enabled, but I was surprised to see an OOM when it wasn't enabled. This happened when sending a bunch of requests to...
`elasticsearch.Client` should consider a `Close` function as its `elastictransport.Client` does a couple things, which at least for unit tests may be best to stop explicitly. We may also want to...
**Desired feature or idea**: Similar to how there is highlighting of code maintained by us, I'd like to see highlighting of first party ownership of instrumentation, exporters, etc in the...
### Which component is this bug for? LLM Semantic Conventions ### 📜 Description As a first timer, I tried the ollama instrumentation, and sent a trace to a local collector....