aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update all targets to at least java7 and android14 (#1367)Bogdan Drutu2018-08-1825-69/+95
| * Fix stats to metrics implementation. (#1368)Bogdan Drutu2018-08-175-343/+76
| * Fix deprecation warnings in OpenCensusTraceLoggingEnhancerTest.java. (#1370)sebright2018-08-161-7/+16
| * checkstyle: 8.0 -> 8.12 (#1369)sebright2018-08-1615-49/+112
| * Stats: Register MetricProducer in Stats-impl. (#1348)Yang Song2018-08-155-1/+57
| * Add implementation for gauges. (#1365)Bogdan Drutu2018-08-1410-6/+704
| * Ignore VarInt for coverage. (#1366)Bogdan Drutu2018-08-141-0/+2
| * Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song2018-08-1316-74/+482
| * Fix metrics tests by adding the RunWith annotation. (#1364)Bogdan Drutu2018-08-112-0/+10
| * Metrics: Move metrics to opencensus-api. (#1346)Yang Song2018-08-1039-29/+5
| * Add support for recording Gauges. (#1344)Bogdan Drutu2018-08-1010-5/+415
| * Add Tracestate into SpanContext. (#1359)Bogdan Drutu2018-08-0910-23/+78
| * Metrics: Produce and store Metrics in Stats impl. (#1338)Yang Song2018-08-089-7/+715
| * Allow users to use custom metric name prefix for Stackdriver (#1057)Yang Song2018-08-088-50/+221
| * Remove protected method from final class. (#1363)Bogdan Drutu2018-08-081-2/+2
| * gradle wrapper --gradle-version 4.9 (#1360)Bogdan Drutu2018-08-074-2/+2
| * Add a warning about try-with-resource to auto-close spans. (#1362)Bogdan Drutu2018-08-071-0/+10
| * Minor improvements for Tracestate. (#1358)Bogdan Drutu2018-08-032-4/+16
| * Add the initial version of the TraceState class. (#1300)Bogdan Drutu2018-08-022-0/+500
| * Add Checker Framework stub file for gRPC Context.Key. (#1357)sebright2018-08-013-1/+20
| * Update README of Stackdriver stats exporter. (#1356)Yang Song2018-08-011-6/+5
| * Checker Framework: 2.5.3 -> 2.5.4 (#1355)sebright2018-08-011-1/+1
| * Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright2018-08-0113-39/+54
| * Metrics: Move Exemplar to be part of Bucket. (#1353)Yang Song2018-08-014-84/+70
| * Top-level style class added for Zpages use + Final commit for GSoC... (#1351)ADAM GARZA2018-07-317-327/+195
| * Update import control. (#1345)Yang Song2018-07-261-2/+0
| * Split findBugs annotations and jsr305 versions. (#1335)Yang Song2018-07-261-4/+5
| * Cleanup: Move static util methods to util class. (#1343)Yang Song2018-07-259-436/+480
| * 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-2415-0/+719
| |\
| | * refactored Handler.proceed as per suggestions from @bogdandrutusavaki2018-07-243-13/+5
| | * added `@since` to exported classes and methodssavaki2018-07-213-1/+20
| | * added contrib/spring/README.md to list of README files in RELEASING.mdsavaki2018-07-211-0/+1
| | * 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
| | * switched error to exception for consistency with tools like zipkinsavaki2018-07-215-11/+11
| | * updated spring README.mdsavaki2018-07-211-15/+70
| | * fixed formatting of commentssavaki2018-07-211-17/+9
| | * included summary of testing methodology with testssavaki2018-07-212-0/+23
| | * reorganized spring dependencies into compile, runtime, and testCompilesavaki2018-07-211-5/+6
| | * reduced signature dependency to Java 1.6savaki2018-07-211-1/+1
| | * removed debug statementsavaki2018-07-211-2/+0
| | * moved spring_test down to the test dependencies blocksavaki2018-07-211-1/+1
| | * reduced Java version requirement to Java 6savaki2018-07-212-22/+23
| | * removed Java 8 requirement for spring packagesavaki2018-07-211-2/+2