Gary Brown
Gary Brown
Agree that having a complete agent, with tracer and integration+rules, would be useful - just mean that I think such an agent should be built and located within the tracer's...
What about doing a PR to java-redis-client to change TracingJedis to be a wrapper? It could still support all of the current constructors for backward compatibility, but internally just wrap...
The agent uses the global-tracer, so as long as the Tracer impl is in the classpath and can be instantiated by the global-tracer then it would be fine. Same approach...
@jam01 The uber jar can be built using the maven shade plugin, which can include the agent, list of required rule dependencies and a tracer implementation - however it requires...
Sounds possible - just need to work out what the out-of-the-box strategy should be.
@tvfoodmaps Thanks for reporting this. Unfortunately will not be able to investigate until the new year. Would you be interested in providing a PR?
@tvfoodmaps Would be great if you could provide a docs PR improving areas where you had problems.
@SergeyKudrenko would you be interested in contributing a PR for this?
Agree (1) is the simplest option - but the problem is the information these framework integrations have access to - and in the case of HTTP, this is generally the...
@tedsuo Your last bullet is essentially equivalent to my option (3) - although I discussed a specific way that such an interceptor could determine a meaningful name. @jakerobb It is...