sebright2

Results 22 issues of sebright2

See https://github.com/census-instrumentation/opencensus-java/pull/1141#issuecomment-388479392. When ~~google-java-format~~ google-java-format-gradle-plugin fails, it lists the files with incorrect formatting, but it doesn't describe the error. We could provide more information about the failure by running "./gradlew...

enhancement
continuous integration
P2

We should provide classes that can be used to test code that is instrumented with opencensus-java tracing. #410 implements this feature but isn't complete.

enhancement
tracing
P2

Several people have mentioned this idea, so I wanted to open an issue. We could provide method-level Java annotations to conveniently modify the current context when a method is called....

enhancement
tracing
API
tags
P2

#643 makes a similar change to tagging. If it is merged, we should make the tracing package consistent, so that all current context logic is in the implementation library.

enhancement
tracing
API
P2

We should test these examples to at least ensure that they compile. I'm not sure what we should use, though. I did a quick search and found one implementation of...

enhancement
docs
tests
P2

The no-op implementations can often be used to avoid unnecessary if statements, but it is important to be able to check whether they are no-op when necessary. See https://github.com/census-instrumentation/opencensus-java/issues/215#issuecomment-296304442

enhancement
tracing
stats
API
tags
P2

This is related to the discussion in https://github.com/census-instrumentation/opencensus-java/pull/485#discussion_r130210392. Javadocs written with the current style (https://github.com/census-instrumentation/opencensus-java/blob/master/CONTRIBUTING.md#javadoc) can sometimes clutter the documentation and hide the most relevant points.

enhancement
discussion
docs
P2

See https://github.com/census-instrumentation/opencensus-java/pull/446#discussion_r126848618.

enhancement
common
docs
P2

See https://github.com/census-instrumentation/opencensus-specs/issues/195#issuecomment-430091302. We could update https://github.com/census-instrumentation/opencensus-specs/blob/a6ad82f4ee21038c33d5282ebb4979d08808e6b5/Process.md#step-3-specs-pull-request to require each new feature to be merged with a "draft" label. Then, after the feature has been implemented in a few libraries and...