Gary Brown

Results 93 comments of Gary Brown
trafficstars

Have tested it, and it works, e.g. ``` livenessProbe: httpGet: path: "/health" port: 8080 httpHeaders: - name: X-B3-Sampled value: "0" initialDelaySeconds: 60 periodSeconds: 10 ```

The all-in-one image should only be used in development/testing, so possibly having the simpler instructions would be better - but reference the list of ports so that if a user...

Yes I have found the same problem, and causes issues when trying to use the agent with JEE servers. Unfortunately this is a side effect of using the rules to...

cc @adinn Hi Andrew, do you have any recommendations on how to deal with this scenario?

@adinn Thanks for the information - I'll have to try it out. Not sure if it would be an issue, but if we have a common framework we want to...

@adinn Ok thanks, sounds like a promising idea to solve the problem. I just need to find some time to do more investigation :) @keitwb @SevaSafris Do you have specific...

Ok thanks for the info - we definitely need to try some things out to see whether the caveats would be an issue. In terms of a possible solution -...

I'm currently looking at this at the moment: https://github.com/opentracing-contrib/java-agent/issues/19 The issue is that we could get two cases: * Application is using OT API and registers an agent with GlobalTracer...

@sjoerdtalsma Thanks for the heads up - I'll submit something.

I'm not keen on the idea of having provider specific builds of the agent in this repo - they should exist in the tracer specific project's own repos.