aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus
AgeCommit message (Expand)Author
2018-09-24Avoid using LinkedList and remove couple SuppressWarnings. (#1469)Bogdan Drutu
2018-09-22Split SpanImpl into record/notrecord span impl to avoid checks of recording a...Bogdan Drutu
2018-09-21Avoid 3 allocs, one builders and two objects when startSpan. (#1466)Bogdan Drutu
2018-09-14Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song
2018-09-12Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright
2018-08-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
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-19Use the internal get version for getting the current state. (#1373)Bogdan Drutu
2018-08-17Fix stats to metrics implementation. (#1368)Bogdan Drutu
2018-08-15Stats: Register MetricProducer in Stats-impl. (#1348)Yang Song
2018-08-14Add implementation for gauges. (#1365)Bogdan Drutu
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-08Metrics: Produce and store Metrics in Stats impl. (#1338)Yang Song
2018-08-08Remove protected method from final class. (#1363)Bogdan Drutu
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-07-25Cleanup: Move static util methods to util class. (#1343)Yang Song
2018-07-10Stats: Support recording Exemplars in the impl. (#1294)Yang Song
2018-06-28Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song
2018-05-31Add Span.Kind to the trace API. (#1223)Bogdan Drutu
2018-05-11Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel
2018-05-02Checker Framework: 2.5.0 -> 2.5.1Kristen Kozak
2018-04-27Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song
2018-04-27Check for null in more public methods in Span and its subclasses.Kristen Kozak
2018-04-24Added null checking to Span implementations (#1150)dvfeinblum
2018-04-17Remove dependency between io.opencensus.implcore and io.opencensus.internal.Kristen Kozak
2018-04-16Improve Duration.toMillis() (#1132)Yang Song
2018-04-16 Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song
2018-04-13Makes the trace and span ID fields mandatory in binary format (#1120)Adrian Cole
2018-04-04Add nullness annotations to Preconditions.checkNotNull.Kristen Kozak
2018-03-28Deprecate Mean and MeanData (#1101)Yang Song
2018-03-21Substitute non-ascii characters in B3Format header key. (#1072)Hailong Wen
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2018-02-06Make `XxxSpanStoreImpl` abstract and add no-op implementation. (fixes #914) (...Hailong Wen
2018-02-01Checker Framework: 2.3.0 -> 2.3.2Kristen Kozak
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2017-12-20Minor Javadoc update.Kristen Kozak
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Add Checker Framework annotations in comments (issue #359).Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-12-19Work around a possible bug in the Checker Framework (issue #359).Kristen Kozak
2017-12-19Suppress nullness warnings from issue #914.Kristen Kozak
2017-12-19Refactor some code to pass Checker Framework null analysis (issue #359).Kristen Kozak