Gary Brown

Results 44 issues of Gary Brown

## Requirement - what kind of business use case are you trying to solve? See services in the dropdown that have reported traces after the UI had already started. ##...

usability

## Requirement - what kind of business use case are you trying to solve? Compare should only show differences as red or green. ## Problem - what in Jaeger blocks...

enhancement

## Requirement - what kind of business use case are you trying to solve? Related to #2531 , we should only expose query features in the UI that can be...

area/storage

## Requirement - what kind of business use case are you trying to solve? Enable storage options to be selected based on the nature of the query (i.e. find trace...

Currently the operator is generally installed cluster wide, with WATCH_NAMESPACE left empty to mean scan for CRs in any namespace. The sidecar injection also uses the WATCH_NAMESPACE to determine which...

enhancement

The only component within the CRD that does not support the common spec at the moment is the CassandraCreateSchema job.

enhancement
good first issue
cassandra

## Requirement - what kind of business use case are you trying to solve? Spark dependencies image on dockerhub should be tagged with the release version. ## Problem - what...

The readme currently shows how to configure, but not how a springboot app could obtain and use the tracer. Might be good to have a simple code snippet.

When instrumenting a service using websockets, it also reports spans for the HTTP communications to establish the inbound and outbound connections: https://github.com/opentracing-contrib/java-spring-cloud/pull/53#issuecomment-331924207 Options: * Leave as is, and use this...

Currently, if writing a wrapper tracer, there is no way to know when the ActiveSpan has actually been finished, as the application (or framework integrations) simply call `deactivate`, but as...

enhancement