aboutsummaryrefslogtreecommitdiff
path: root/impl_core
AgeCommit message (Expand)Author
2018-10-19 Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)Mayur Kale
2018-10-18Gauge API : Add support for DerivedDoubleGauge (#1504)Mayur Kale
2018-10-17Add support for DerivedLongGauge (#1497)Mayur Kale
2018-10-17Plugs-in the DoubleGauge into the registry (#1503)Mayur Kale
2018-10-17Remove Old Gauge and correct exception messages (#1502)Mayur Kale
2018-10-17Plugs-in the LongGauge into the registry (#1498)Mayur Kale
2018-10-15Gauge API : Add DoubleGauge Support (Part2) (#1496)Mayur Kale
2018-10-14Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...Mayur Kale
2018-10-13Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale
2018-10-13Cleanup metrics API exception messages. (#1494)Bogdan Drutu
2018-10-13Add BucketOptions for DistributionValue (#1484)Mayur Kale
2018-10-10Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale
2018-10-02Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu
2018-10-02Make metrics compatible with the current proto definition. (#1479)Bogdan Drutu
2018-09-30Split the public metrics API from the data model. (#1477)Bogdan Drutu
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-09-11Make jmh available for all subprojects. (#1425)Bogdan Drutu
2018-08-27Refactor propagation benchmarks and add b3format benchmarks. (#1390)Bogdan Drutu
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-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-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-10Metrics: Move metrics to opencensus-api. (#1346)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-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
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