aboutsummaryrefslogtreecommitdiff
path: root/contrib/log_correlation
AgeCommit message (Expand)Author
2018-09-20Improve tests for OpenCensusTraceContextDataInjector. (#1422)sebright
2018-09-18Update release versions for all readme and build files. (#1452)sebright
2018-09-17Update links to Log4j log correlation demo. (#1439)sebright
2018-09-17Fix ClassCastException in opencensus-contrib-log-correlation-log4j2. (#1437)sebright
2018-09-15Update release versions for all readme and build files. (#1435)sebright
2018-09-14Improve implementation of OpenCensusTraceContextDataInjector. (#1413)sebright
2018-09-09Avoid using internal org.apache.logging.log4j.core.impl package. (#1421)sebright
2018-09-07Stackdriver log correlation: Use lowercase c in "openCensusTraceSampled" fiel...sebright
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-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-28Update release versions for all readme and build files. (#1398)Yang Song
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-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-07-24Delete a TODO fixed by #1339. (#1340)sebright
2018-07-24Add links to google-cloud-logging log correlation examples. (#1339)sebright
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-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
2018-06-12Add a TODO about overriding the project ID.Kristen Kozak
2018-06-12Update TODO about caching the project ID.Kristen Kozak
2018-06-12Upgrade google-cloud-logging and set new LogEntry spanId field.Kristen Kozak
2018-06-12Remove TODO about ignoring blank spans.Kristen Kozak
2018-06-12Mention that the log correlation feature is experimental in the Javadoc.Kristen Kozak
2018-06-12Start adding log correlation for Stackdriver Logging.Kristen Kozak