Adrian Cole
Adrian Cole
maybe you can force the issue a bit as it is anti-competitive to say no just because they have elastic APM? Maybe there's a github repo or a public issue...
There are two options meanwhile: * use some sort of aspectj or bytebuddy mechanism to work around the final dispatch problem * accept a leaky solution I'd really like an...
perfect, Felix! @gquintana can I leave it to you regarding follow up on the ES pull request. It looks straight forward, but if you need help, ping me. On Sat,...
using jaeger is unnecessary for an example like this and also makes it harder to troubleshoot. sleuth emits spans in zipkin v2 format then jaeger converts to something else. can...
to do that bas, you'd need to collect all potential inputs to the span name function and send that to the server, right? in brave, we don't special case span...
so I would suggest that while I do feel adding more options for span-name-only is a bit of digging a hole (as would be different for messaging etc and better...
maybe? if that's the case perhaps we can pin it to stop this.. (exclude the transitive and add specific provided dep grpc-api)? we set the grpc dep to provided anyway...
I run `./mvnw clean install` basically always :P
usually we don't had configuration bindings to brave as it is a library abstraction, though this particular one could make sense what type of apps are you deploying where a...
ok I think you mean Tracing, not Trace, but at any rate same concern. "brave.enabled=false" or "brave.noop" come to mind. The former is usual in spring config, the latter is...