Gary Brown

Results 93 comments of Gary Brown
trafficstars

@gsoria Thanks for the details. Personally I think the results from the spring boot app are more useful, as the overhead of tracing is being taken in the context of...

Hi @gsoria Sorry hadn't looked at the actual code :) - noticed that currently the services are all beans so running in the same vm. Do you also have plans...

Another option may be something like the Filter discussed (but not yet implemented) within API extensions contrib https://github.com/opentracing-contrib/java-api-extensions/issues/4. This would be independent of the specific way in which the app...

Why not create a span representing the "build environment is defined" and inject its context for use when the build is executed, and have another span created around the build...

@yurishkuro Only had a quick scan of the java tutorial but the structure works well - minor point, lesson 3 refers to `client/hello.go` - and the subsection header `Take it...

Definitely good idea to identify timeouts. Just wondering whether better to have a more general tag to allow for classifying other error types? e.g. `error.type` or `error.kind` (reusing the log...

Just wondering whether we can just enhance the existing baggage concept to identify baggage items that are only intended for in-process propagation?

Agree regarding point 1 - the actual name is something to be agreed. In terms of point 2 - also agree that it is a 'process/tracer' level tag - so...

The main reason for raising the point was because in the Observer API we need to provide access to the tags, so wanted to get clarification on whether multivalues are...