aboutsummaryrefslogtreecommitdiffstats
path: root/impl_core
Commit message (Expand)AuthorAgeFilesLines
* Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)Mayur Kale2018-10-192-2/+179
* Gauge API : Add support for DerivedDoubleGauge (#1504)Mayur Kale2018-10-185-10/+389
* Add support for DerivedLongGauge (#1497)Mayur Kale2018-10-172-0/+376
* Plugs-in the DoubleGauge into the registry (#1503)Mayur Kale2018-10-172-3/+108
* Remove Old Gauge and correct exception messages (#1502)Mayur Kale2018-10-176-229/+12
* Plugs-in the LongGauge into the registry (#1498)Mayur Kale2018-10-172-301/+76
* Gauge API : Add DoubleGauge Support (Part2) (#1496)Mayur Kale2018-10-154-24/+489
* Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...Mayur Kale2018-10-144-36/+30
* Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale2018-10-135-0/+586
* Cleanup metrics API exception messages. (#1494)Bogdan Drutu2018-10-131-1/+1
* Add BucketOptions for DistributionValue (#1484)Mayur Kale2018-10-132-10/+12
* Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale2018-10-104-22/+17
* Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu2018-10-0215-43/+44
* Make metrics compatible with the current proto definition. (#1479)Bogdan Drutu2018-10-021-1/+5
* Split the public metrics API from the data model. (#1477)Bogdan Drutu2018-09-304-25/+60
* Avoid using LinkedList and remove couple SuppressWarnings. (#1469)Bogdan Drutu2018-09-241-8/+4
* Split SpanImpl into record/notrecord span impl to avoid checks of recording a...Bogdan Drutu2018-09-2220-374/+476
* Avoid 3 allocs, one builders and two objects when startSpan. (#1466)Bogdan Drutu2018-09-211-17/+25
* Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song2018-09-1445-2895/+63
* Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright2018-09-1245-63/+2895
* Make jmh available for all subprojects. (#1425)Bogdan Drutu2018-09-113-0/+248
* Refactor propagation benchmarks and add b3format benchmarks. (#1390)Bogdan Drutu2018-08-271-4/+4
* Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu2018-08-273-5/+5
* Add missing Javadoc. (#1383)Yang Song2018-08-224-0/+6
* Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song2018-08-214-83/+56
* Extract logic about current state in internal class. (#1381)Bogdan Drutu2018-08-2116-296/+220
* Implement CurrentStatsState using atomic variables. (#1377)Bogdan Drutu2018-08-202-20/+64
* Make an internal function static. (#1375)Yang Song2018-08-201-17/+38
* Remove match pattern from MutableAggregation. (#1372)Bogdan Drutu2018-08-2011-505/+426
* Use the internal get version for getting the current state. (#1373)Bogdan Drutu2018-08-191-1/+1
* Update all targets to at least java7 and android14 (#1367)Bogdan Drutu2018-08-181-1/+2
* Fix stats to metrics implementation. (#1368)Bogdan Drutu2018-08-175-343/+76
* Stats: Register MetricProducer in Stats-impl. (#1348)Yang Song2018-08-154-0/+57
* Add implementation for gauges. (#1365)Bogdan Drutu2018-08-146-4/+678
* Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song2018-08-136-0/+323
* Metrics: Move metrics to opencensus-api. (#1346)Yang Song2018-08-101-2/+0
* Add Tracestate into SpanContext. (#1359)Bogdan Drutu2018-08-093-4/+13
* Metrics: Produce and store Metrics in Stats impl. (#1338)Yang Song2018-08-088-7/+714
* Remove protected method from final class. (#1363)Bogdan Drutu2018-08-081-2/+2
* Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright2018-08-013-7/+9
* Cleanup: Move static util methods to util class. (#1343)Yang Song2018-07-259-436/+480
* Stats: Support recording Exemplars in the impl. (#1294)Yang Song2018-07-1010-62/+283
* Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song2018-06-284-13/+73
* Error Prone: 2.2.0 -> 2.3.1Kristen Kozak2018-06-133-3/+3
* Add Span.Kind to the trace API. (#1223)Bogdan Drutu2018-05-319-2/+89
* Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel2018-05-117-21/+110
* Checker Framework: 2.5.0 -> 2.5.1Kristen Kozak2018-05-021-2/+2
* Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song2018-04-276-55/+231
* Check for null in more public methods in Span and its subclasses.Kristen Kozak2018-04-271-0/+3
* Added null checking to Span implementations (#1150)dvfeinblum2018-04-241-4/+9