aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Pass a preconfigured HttpSender to the trace exporter (#1444)Ashwin Chandrasekar2018-09-182-0/+26
| * 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
| * allow arbitrary metric prefixes (#1440)Mayur Kale2018-09-173-10/+6
| * Tracing: Add AttributeValueDouble. (#1442)Yang Song2018-09-178-5/+218
| * Update changelog for 0.16.0 release. (#1438)sebright2018-09-151-0/+2
| * Update release versions for all readme and build files. (#1435)sebright2018-09-1518-78/+78
| * Update directory names in RELEASING.md. (#1434)sebright2018-09-141-2/+2
| * Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song2018-09-1452-135/+132
| * Update release instructions for new Github branch protection rules. (#1430)sebright2018-09-141-21/+4
| * Start 0.17.0 development cycle (#1429)sebright2018-09-144-4/+4
| * Add opencensus-contrib-log-correlation-log4j2 to the list of released artifac...sebright2018-09-142-4/+3
| * Improve implementation of OpenCensusTraceContextDataInjector. (#1413)sebright2018-09-146-63/+285
| * Make LowerCaseBase16Encoding package protected. (#1427)Bogdan Drutu2018-09-124-10/+6
| * Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright2018-09-1252-132/+135
| * Make jmh available for all subprojects. (#1425)Bogdan Drutu2018-09-1110-102/+75
| * Avoid using internal org.apache.logging.log4j.core.impl package. (#1421)sebright2018-09-092-2/+9
| * 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-0715-17/+21
| * 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
| * Added ability to specify a custom gRPC stub for the stackdriver exporter (#1410)Steven Niemitz2018-09-063-4/+37
| * Rename opencensus-contrib-log-correlation-log4j artifact/package to use log4j...sebright2018-09-0612-24/+24
| * Checker Framework: 2.5.4 -> 2.5.5 (#1412)sebright2018-09-061-1/+1
| * Spring sleuth (#1378)Dino Oliva2018-09-0519-0/+1185
| * 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-042-1/+87
| * Examples : set sampler to always sample (#1388)Mayur Kale2018-08-315-1/+104
| * Update gRPC version to 1.14. (#1404)Yang Song2018-08-313-3/+11
| * Update release versions for all readme and build files. (#1398)Yang Song2018-08-2818-123/+107
| * Add an entry about v0.15.1 release in CHANGELOG. (#1399)Yang Song2018-08-281-0/+3
| * Remove guava dependency from the API artifact. (#1393)Bogdan Drutu2018-08-2815-30/+201
| * Avoid doing string formatting when calling checkArgument for Metrics package....Bogdan Drutu2018-08-281-6/+3
| * Avoid doing string formatting when calling checkArgument. (#1394)Bogdan Drutu2018-08-2811-35/+163
| * Refactor propagation benchmarks and add b3format benchmarks. (#1390)Bogdan Drutu2018-08-275-24/+192
| * Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu2018-08-279-31/+74
| * Use Utils.checkNotNull instead of writing the null check. (#1385)Bogdan Drutu2018-08-271-3/+1
| * Start adding log correlation for Log4j. (#1371)sebright2018-08-2712-0/+787
| * Access current span using gRPC context key in OpenCensusTraceLoggingEnhancer....sebright2018-08-261-6/+9
| * Add missing Javadoc. (#1383)Yang Song2018-08-226-2/+13
| * Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song2018-08-2113-661/+185
| * Extract logic about current state in internal class. (#1381)Bogdan Drutu2018-08-2116-296/+220
| * Implement CurrentStatsState using atomic variables. (#1377)Bogdan Drutu2018-08-204-20/+70
| * Make an internal function static. (#1375)Yang Song2018-08-201-17/+38
| * Remove match pattern from MutableAggregation. (#1372)Bogdan Drutu2018-08-2011-505/+426
| * Build: Update Cloud Auth, Beta and GA versions. (#1374)Yang Song2018-08-201-3/+3
| * Use the internal get version for getting the current state. (#1373)Bogdan Drutu2018-08-191-1/+1