aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Add OpenCensus build modules required for gRPCHadrien Zalek2020-05-271-0/+26
* Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...Mayur Kale2018-10-141-4/+4
* contrib/DropWizardMetrics: Exclude Meter rate measures (#1493)Mayur Kale2018-10-133-119/+19
* Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale2018-10-101-25/+16
* Add dropwizard contrib (#1423)Mayur Kale2018-10-086-0/+907
* Exporter/OCAgent: Move TraceProtoUtils to exporter. (#1470)Yang Song2018-09-244-740/+0
* Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459)Yang Song2018-09-204-0/+740
* Improve tests for OpenCensusTraceContextDataInjector. (#1422)sebright2018-09-204-49/+125
* Common: Add an API Functions.returnToString(). (#1443)Yang Song2018-09-181-6/+1
* Update release versions for all readme and build files. (#1452)sebright2018-09-1810-30/+30
* Update links to Log4j log correlation demo. (#1439)sebright2018-09-171-2/+2
* Fix ClassCastException in opencensus-contrib-log-correlation-log4j2. (#1437)sebright2018-09-171-30/+6
* Tracing: Add AttributeValueDouble. (#1442)Yang Song2018-09-171-0/+1
* Update release versions for all readme and build files. (#1435)sebright2018-09-157-20/+20
* Improve implementation of OpenCensusTraceContextDataInjector. (#1413)sebright2018-09-144-63/+276
* Make jmh available for all subprojects. (#1425)Bogdan Drutu2018-09-111-29/+0
* Avoid using internal org.apache.logging.log4j.core.impl package. (#1421)sebright2018-09-091-2/+8
* Fix a memory reference issue caused by the fact that we always append a new v...Bogdan Drutu2018-09-071-13/+26
* Stackdriver log correlation: Use lowercase c in "openCensusTraceSampled" fiel...sebright2018-09-073-7/+7
* Change spring-sleuth package to include version. (#1417)Bogdan Drutu2018-09-0712-9/+9
* Log4j log correlation: Capitalize "opencensus" as one word in context key nam...sebright2018-09-064-22/+22
* Update opencensus-contrib-log-correlation-log4j2 artifact/package names in re...sebright2018-09-061-6/+6
* Rename opencensus-contrib-log-correlation-log4j artifact/package to use log4j...sebright2018-09-068-16/+16
* Spring sleuth (#1378)Dino Oliva2018-09-0512-0/+1134
* Contrib/agent: detach() should take the context returned from attach(). (#1409)Yang Song2018-09-051-19/+16
* Stackdriver log correlation: Improve description of library stability. (#1406)sebright2018-09-041-2/+2
* Log4j log correlation: Add unit tests for handling configuration properties. ...sebright2018-09-042-1/+68
* Add readme for opencensus-contrib-log-correlation-log4j. (#1402)sebright2018-09-041-1/+86
* Update gRPC version to 1.14. (#1404)Yang Song2018-08-312-2/+10
* Update release versions for all readme and build files. (#1398)Yang Song2018-08-286-18/+18
* Remove guava dependency from the API artifact. (#1393)Bogdan Drutu2018-08-281-1/+2
* Start adding log correlation for Log4j. (#1371)sebright2018-08-278-0/+772
* Access current span using gRPC context key in OpenCensusTraceLoggingEnhancer....sebright2018-08-261-6/+9
* Update all targets to at least java7 and android14 (#1367)Bogdan Drutu2018-08-188-8/+14
* Fix deprecation warnings in OpenCensusTraceLoggingEnhancerTest.java. (#1370)sebright2018-08-161-7/+16
* checkstyle: 8.0 -> 8.12 (#1369)sebright2018-08-164-1/+8
* Add Tracestate into SpanContext. (#1359)Bogdan Drutu2018-08-092-2/+7
* Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright2018-08-013-1/+7
* Top-level style class added for Zpages use + Final commit for GSoC... (#1351)ADAM GARZA2018-07-317-327/+195
* Zpages external CSS added and gradle modified to include this resource (#1341)ADAM GARZA2018-07-252-0/+105
* Delete a TODO fixed by #1339. (#1340)sebright2018-07-241-3/+0
* Add links to google-cloud-logging log correlation examples. (#1339)sebright2018-07-241-0/+8
* Merge pull request #1314 from savaki/springMatt Ho2018-07-249-0/+697
|\
| * refactored Handler.proceed as per suggestions from @bogdandrutusavaki2018-07-243-13/+5
| * added `@since` to exported classes and methodssavaki2018-07-213-1/+20
| * removed test prefix from test methods; updated readmesavaki2018-07-212-6/+15
| * added final keyword to CensusSpringAspect and CensusSpringSqlAspectsavaki2018-07-212-2/+2
| * pushed spring runtime requirements to testCompilesavaki2018-07-211-4/+3
| * fixed type on examplesavaki2018-07-211-1/+3
| * capturing exception type rather than entire stacktracesavaki2018-07-212-6/+3