Gary Brown

Results 44 issues of Gary Brown

General question to see what the feeling is regarding capturing information in the trace data about such situations in a standard way (tags/references). As mentioned by @adriancole in https://github.com/opentracing-contrib/java-apache-httpclient/pull/2#discussion_r114044848, where...

Should we introduce a reserved tag name for `version`? In a microservices environment, with continuous deployment, different versions of the same service may be deployed at any particular point in...

As mentioned here https://github.com/opentracing-contrib/java-observer/pull/3#issuecomment-313011451, it would be good to get clarification regarding whether a tracer should support multiple values for the same tag key? And if so, describe the use...

Issues have been raised with two language clients that identify the requirement for a standard TracerObserver capability: https://github.com/opentracing/opentracing-go/pull/135 https://github.com/opentracing/opentracing-java/issues/155 This issue should be used to capture the common requirements and...

As discussed [here](https://github.com/opentracing/opentracing.io/pull/189#issuecomment-283952766), we may need a new relationship type similar to `Follows From`, but that results in the Span initiating a new trace.

As mentioned by @bhs in https://github.com/opentracing/specification/issues/51#issuecomment-284185602, it would be useful to have a new reference type to identify when multiple Spans (generally in their own traces), are handled as a...

As discussed in #128, we should document the style for the injected service name.

good first issue
documentation

See https://github.com/jaegertracing/jaeger-operator/pull/941#pullrequestreview-370416139 Comment by @jpkrohling : > There are a couple of options to get the `service-ca`: > > 1. if your test is running inside the cluster (I don't...

enhancement
qa

## Which problem is this PR solving? Although repo is hosted in jaegertracing github org, the `jaeger-lib` packages are still referenced using the `github.com/uber` location. This PR updates to use...