aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-10-14Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...Mayur Kale
2018-10-13contrib/DropWizardMetrics: Exclude Meter rate measures (#1493)Mayur Kale
2018-10-10Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale
2018-10-08Add dropwizard contrib (#1423)Mayur Kale
2018-09-24Exporter/OCAgent: Move TraceProtoUtils to exporter. (#1470)Yang Song
2018-09-20Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459)Yang Song
2018-09-20Improve tests for OpenCensusTraceContextDataInjector. (#1422)sebright
2018-09-18Common: Add an API Functions.returnToString(). (#1443)Yang Song
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-17Tracing: Add AttributeValueDouble. (#1442)Yang Song
2018-09-15Update release versions for all readme and build files. (#1435)sebright
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