aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-27Start adding log correlation for Log4j. (#1371)sebright
2018-08-26Access current span using gRPC context key in OpenCensusTraceLoggingEnhancer....sebright
2018-08-22Add missing Javadoc. (#1383)Yang Song
2018-08-21Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song
2018-08-21Extract logic about current state in internal class. (#1381)Bogdan Drutu
2018-08-20Implement CurrentStatsState using atomic variables. (#1377)Bogdan Drutu
2018-08-20Make an internal function static. (#1375)Yang Song
2018-08-20Remove match pattern from MutableAggregation. (#1372)Bogdan Drutu
2018-08-20Build: Update Cloud Auth, Beta and GA versions. (#1374)Yang Song
2018-08-19Use the internal get version for getting the current state. (#1373)Bogdan Drutu
2018-08-18 Update all targets to at least java7 and android14 (#1367)Bogdan Drutu
2018-08-17Fix stats to metrics implementation. (#1368)Bogdan Drutu
2018-08-16Fix deprecation warnings in OpenCensusTraceLoggingEnhancerTest.java. (#1370)sebright
2018-08-16checkstyle: 8.0 -> 8.12 (#1369)sebright
2018-08-15Stats: Register MetricProducer in Stats-impl. (#1348)Yang Song
2018-08-14Add implementation for gauges. (#1365)Bogdan Drutu
2018-08-14Ignore VarInt for coverage. (#1366)Bogdan Drutu
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
2018-08-11Fix metrics tests by adding the RunWith annotation. (#1364)Bogdan Drutu
2018-08-10Metrics: Move metrics to opencensus-api. (#1346)Yang Song
2018-08-10Add support for recording Gauges. (#1344)Bogdan Drutu
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-08Metrics: Produce and store Metrics in Stats impl. (#1338)Yang Song
2018-08-08Allow users to use custom metric name prefix for Stackdriver (#1057)Yang Song
2018-08-08Remove protected method from final class. (#1363)Bogdan Drutu
2018-08-07gradle wrapper --gradle-version 4.9 (#1360)Bogdan Drutu
2018-08-07Add a warning about try-with-resource to auto-close spans. (#1362)Bogdan Drutu
2018-08-03Minor improvements for Tracestate. (#1358)Bogdan Drutu
2018-08-02Add the initial version of the TraceState class. (#1300)Bogdan Drutu
2018-08-01Add Checker Framework stub file for gRPC Context.Key. (#1357)sebright
2018-08-01Update README of Stackdriver stats exporter. (#1356)Yang Song
2018-08-01Checker Framework: 2.5.3 -> 2.5.4 (#1355)sebright
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-08-01Metrics: Move Exemplar to be part of Bucket. (#1353)Yang Song
2018-07-31Top-level style class added for Zpages use + Final commit for GSoC... (#1351)ADAM GARZA
2018-07-26Update import control. (#1345)Yang Song
2018-07-26Split findBugs annotations and jsr305 versions. (#1335)Yang Song
2018-07-25Cleanup: Move static util methods to util class. (#1343)Yang Song
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-23Metrics: Remove Range from Distribution. (#1337)Yang Song
2018-07-22Zipkin exporter: Use the correct attribute value. (#1334)Yang Song
2018-07-21added `@since` to exported classes and methodssavaki
2018-07-21added contrib/spring/README.md to list of README files in RELEASING.mdsavaki
2018-07-21removed test prefix from test methods; updated readmesavaki
2018-07-21added final keyword to CensusSpringAspect and CensusSpringSqlAspectsavaki