aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-09-14Improve implementation of OpenCensusTraceContextDataInjector. (#1413)sebright
2018-09-11Make jmh available for all subprojects. (#1425)Bogdan Drutu
2018-09-09Avoid using internal org.apache.logging.log4j.core.impl package. (#1421)sebright
2018-09-07Fix a memory reference issue caused by the fact that we always append a new v...Bogdan Drutu
2018-09-07Stackdriver log correlation: Use lowercase c in "openCensusTraceSampled" fiel...sebright
2018-09-07Change spring-sleuth package to include version. (#1417)Bogdan Drutu
2018-09-06Log4j log correlation: Capitalize "opencensus" as one word in context key nam...sebright
2018-09-06Update opencensus-contrib-log-correlation-log4j2 artifact/package names in re...sebright
2018-09-06Rename opencensus-contrib-log-correlation-log4j artifact/package to use log4j...sebright
2018-09-05Spring sleuth (#1378)Dino Oliva
2018-09-05Contrib/agent: detach() should take the context returned from attach(). (#1409)Yang Song
2018-09-04Stackdriver log correlation: Improve description of library stability. (#1406)sebright
2018-09-04Log4j log correlation: Add unit tests for handling configuration properties. ...sebright
2018-09-04Add readme for opencensus-contrib-log-correlation-log4j. (#1402)sebright
2018-08-31Update gRPC version to 1.14. (#1404)Yang Song
2018-08-28Update release versions for all readme and build files. (#1398)Yang Song
2018-08-28Remove guava dependency from the API artifact. (#1393)Bogdan Drutu
2018-08-27Start adding log correlation for Log4j. (#1371)sebright
2018-08-26Access current span using gRPC context key in OpenCensusTraceLoggingEnhancer....sebright
2018-08-18 Update all targets to at least java7 and android14 (#1367)Bogdan Drutu
2018-08-16Fix deprecation warnings in OpenCensusTraceLoggingEnhancerTest.java. (#1370)sebright
2018-08-16checkstyle: 8.0 -> 8.12 (#1369)sebright
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-07-31Top-level style class added for Zpages use + Final commit for GSoC... (#1351)ADAM GARZA
2018-07-25Zpages external CSS added and gradle modified to include this resource (#1341)ADAM GARZA
2018-07-24Delete a TODO fixed by #1339. (#1340)sebright
2018-07-24Add links to google-cloud-logging log correlation examples. (#1339)sebright
2018-07-24Merge pull request #1314 from savaki/springMatt Ho
2018-07-24refactored Handler.proceed as per suggestions from @bogdandrutusavaki
2018-07-24Extract constant functions when used in match to reduce number of allocations...Bogdan Drutu
2018-07-21added `@since` to exported classes and methodssavaki
2018-07-21removed test prefix from test methods; updated readmesavaki
2018-07-21added final keyword to CensusSpringAspect and CensusSpringSqlAspectsavaki
2018-07-21pushed spring runtime requirements to testCompilesavaki
2018-07-21fixed type on examplesavaki
2018-07-21capturing exception type rather than entire stacktracesavaki
2018-07-21switched error to exception for consistency with tools like zipkinsavaki
2018-07-21updated spring README.mdsavaki
2018-07-21fixed formatting of commentssavaki
2018-07-21included summary of testing methodology with testssavaki
2018-07-21reorganized spring dependencies into compile, runtime, and testCompilesavaki
2018-07-21reduced signature dependency to Java 1.6savaki
2018-07-21removed debug statementsavaki
2018-07-21reduced Java version requirement to Java 6savaki
2018-07-21renamed @Trace to @Tracedsavaki
2018-07-21Census*Aspects now receive Tracer via dependency injectionsavaki
2018-07-21refactored "".equals(...) with isEmptysavaki
2018-07-21changed example custom-label to custom-span-namesavaki
2018-07-21removed unused debug statementsavaki