aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2018-07-21improved test coveragesavaki
2018-07-21fixed checkstyle problemssavaki
2018-07-21removed references to New Relicsavaki
2018-07-21added initial support for spring annotationssavaki
2018-07-12Contrib: Add an exemplar_util artifact to help record special exemplars. (#1297)Yang Song
2018-07-10Rpcz, Statsz, Tracez, and Traceconfigz page styling modifications (#1295)ADAM GARZA
2018-06-25gRPC metrics: Add APIs to register gRPC client and server views separately. (...Yang Song
2018-06-21Update release versions for all readme and build files. (#1277)Yang Song
2018-06-19Clean up OpenCensusTraceLoggingEnhancer Javadocs.Kristen Kozak
2018-06-19Expand readme for opencensus-contrib-log-correlation-stackdriver.Kristen Kozak
2018-06-19Expose an OpenCensusTraceLoggingEnhancer constructor that sets all fields.Kristen Kozak
2018-06-18Use a more descriptive name for the Stackdriver log correlation "sampled" label.Kristen Kozak
2018-06-18Add '@since' tags to OpenCensusTraceLoggingEnhancer.Kristen Kozak
2018-06-15Cache prefix used for LogEntry.trace field in OpenCensusTraceLoggingEnhancer.Kristen Kozak
2018-06-15Allow overriding the Project ID used by OpenCensusTraceLoggingEnhancer.Kristen Kozak
2018-06-14Add ALL_SPANS/NO_SPANS/SAMPLED_SPANS property to OpenCensusTraceLoggingEnhancer.Kristen Kozak
2018-06-13Refactor OpenCensusTraceLoggingEnhancerTest.Kristen Kozak
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-06-12Merge pull request #1212 from sebright/stackdriver-log-correlationsebright
2018-06-12Add a link to the Stackdriver LoggingEnhancer.Kristen Kozak
2018-06-12Add a TODO for configuring the LoggingEnhancer with Java properties.Kristen Kozak
2018-06-12Remove opencensus-contrib-log-correlation-stackdriver-demo.Kristen Kozak