aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-11-02Merge JaCoCo's execution data from all tests. (#746)Stefan Schmidt
2017-11-02Make ExecutorInstrumentation easier to test by moving the initialization of t...Stefan Schmidt
2017-11-01Add the missing task dependency of integration tests on shadowJar. (#768)Stefan Schmidt
2017-11-02Update versions in the README files. (#769)Bogdan Drutu
2017-11-01Use non-deprecated classes. (#767)Stefan Schmidt
2017-11-01Rename ContextManager to ContextTrampoline. (#748)Stefan Schmidt
2017-10-31Combine RPC_CLIENT_METHOD and RPC_SERVER_METHOD (#756)Yang Song
2017-10-31Improve test coverage. (#749)Stefan Schmidt
2017-10-30Update the retrolambda plugin to its latest version. (#741)Stefan Schmidt
2017-10-30Update the jmhreport plugin to its latest version. (#742)Stefan Schmidt
2017-10-25Remove support for multiple tag types.Kristen Kozak
2017-10-23Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright
2017-10-20Add a note about moving opencensus-contrib-grpc-metrics into gRPC.Kristen Kozak
2017-10-20Rename opencensus-grpc-rpc-constants to opencensus-contrib-grpc-metrics.Kristen Kozak
2017-09-22Change version in all the README files. (#664)Bogdan Drutu
2017-09-22Run the integration tests using different Java versions. (#638)Stefan Schmidt
2017-09-11Fix opencensus agent to be java6 compatible. (#619)Bogdan Drutu
2017-09-07Add separate buckets for sampled and not sampled spans. (#592)Bogdan Drutu
2017-09-07Add a simple traceconfigz page. (#590)Bogdan Drutu
2017-09-05Add a new artifact for gRPC utility classes for instrumentation. (#577)Bogdan Drutu
2017-08-29Add details about how to link/setup the library. (#573)Bogdan Drutu
2017-08-29Add new api that is easier to use for user to add only one Attribute. (#571)Bogdan Drutu
2017-08-29Fix zpages readme and add helper function that starts a server. (#570)Bogdan Drutu
2017-08-28Rename zpage package to match the artifact name. (#567)Bogdan Drutu
2017-08-28Re-enable integration tests. (#563)Stefan Schmidt
2017-08-26Increase test timeouts. (#562)Stefan Schmidt
2017-08-26Add missing task dependency on shadowJar. (#561)Stefan Schmidt
2017-08-25Update README for zpages configuration. Add a generic class that registers al...Bogdan Drutu
2017-08-25Disable integration tests in the Agent. Always fail. (#556)Bogdan Drutu
2017-08-25Rename integration test classes to *IT, following the naming convention used ...Stefan Schmidt
2017-08-24Document where to get the agent JAR file from. (#546)Stefan Schmidt
2017-08-24Rename contrib projects. (#551)Stefan Schmidt
2017-08-24Add a naive JMH benchmark for ThreadInstrumentation. (#523)Stefan Schmidt
2017-08-24Reduce log level to avoid spamming stdout. (#543)Stefan Schmidt
2017-08-23Output stdout/stderr and detailed exception from failed integration tests to ...Stefan Schmidt
2017-08-23Add uncompressed and compressed message sizes and deprecate the old message s...Bogdan Drutu
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-19Add missing @RunWith(JUnit4.class) annotation. Not strictly required here, bu...Stefan Schmidt
2017-08-17Merge pull request #522 from ubschmidt2/plugins_cleanupStefan Schmidt
2017-08-16Add initial implementation of the tracez page. (#517)Bogdan Drutu
2017-08-17Inline trivial methods, remove an inapplicable TODO (I'm currently not aware ...Stefan Schmidt
2017-08-16Rebased after merging #506 and turned ThreadInstrumentation into a plugin.Stefan Schmidt
2017-08-16More comments.Stefan Schmidt
2017-08-16Addressed review comments:Stefan Schmidt
2017-08-16Removed unneeded import.Stefan Schmidt
2017-08-16Add a test for mixed Thread/Executor context propagation and assert that the ...Stefan Schmidt
2017-08-16doc fix.Stefan Schmidt
2017-08-16Mention InheritableThreadLocal and the difference.Stefan Schmidt
2017-08-16Javadoc for ContextStrategyImpl#savedContexts.Stefan Schmidt