aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Use AutoValue from external/autoandroid-r-beta-3android-r-beta-2Colin Cross2020-06-191-2/+2
* Add OpenCensus build modules required for gRPCHadrien Zalek2020-05-271-0/+31
* Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)Mayur Kale2018-10-194-2/+142
* Gauge API : Add support for DerivedDoubleGauge (#1504)Mayur Kale2018-10-184-5/+251
* Add support for DerivedLongGauge (#1497)Mayur Kale2018-10-174-4/+247
* Plugs-in the DoubleGauge into the registry (#1503)Mayur Kale2018-10-173-5/+77
* Remove Old Gauge and correct exception messages (#1502)Mayur Kale2018-10-179-23/+23
* Plugs-in the LongGauge into the registry (#1498)Mayur Kale2018-10-174-198/+58
* Gauge API : Add DoubleGauge Support (Part2) (#1496)Mayur Kale2018-10-153-3/+306
* Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...Mayur Kale2018-10-142-11/+69
* Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale2018-10-132-0/+298
* Cleanup metrics API exception messages. (#1494)Bogdan Drutu2018-10-132-27/+31
* Add BucketOptions for DistributionValue (#1484)Mayur Kale2018-10-134-76/+255
* Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale2018-10-102-3/+68
* Metrics: Copy TimeSeries list when creating a Metric. (#1485)Yang Song2018-10-092-1/+38
* Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu2018-10-0218-37/+41
* Make metrics compatible with the current proto definition. (#1479)Bogdan Drutu2018-10-029-34/+516
* Uptade since tag for the entire metrics package. (#1478)Bogdan Drutu2018-10-0113-66/+67
* Split the public metrics API from the data model. (#1477)Bogdan Drutu2018-09-302-17/+12
* Common: Add an API Functions.returnToString(). (#1443)Yang Song2018-09-182-0/+26
* Tracing: Add AttributeValueDouble. (#1442)Yang Song2018-09-172-4/+185
* Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song2018-09-1430-2/+2831
* Start 0.17.0 development cycle (#1429)sebright2018-09-141-1/+1
* Make LowerCaseBase16Encoding package protected. (#1427)Bogdan Drutu2018-09-124-10/+6
* Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright2018-09-1230-2831/+2
* Make jmh available for all subprojects. (#1425)Bogdan Drutu2018-09-111-2/+4
* Remove guava dependency from the API artifact. (#1393)Bogdan Drutu2018-08-285-20/+185
* Avoid doing string formatting when calling checkArgument for Metrics package....Bogdan Drutu2018-08-281-6/+3
* Avoid doing string formatting when calling checkArgument. (#1394)Bogdan Drutu2018-08-289-35/+151
* Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu2018-08-272-17/+59
* Use Utils.checkNotNull instead of writing the null check. (#1385)Bogdan Drutu2018-08-271-3/+1
* Add missing Javadoc. (#1383)Yang Song2018-08-222-2/+7
* Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song2018-08-219-578/+129
* Update all targets to at least java7 and android14 (#1367)Bogdan Drutu2018-08-181-1/+2
* checkstyle: 8.0 -> 8.12 (#1369)sebright2018-08-167-13/+29
* Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song2018-08-135-74/+38
* 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-1033-0/+3298
* Add support for recording Gauges. (#1344)Bogdan Drutu2018-08-102-0/+77
* Add Tracestate into SpanContext. (#1359)Bogdan Drutu2018-08-093-15/+53
* 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-012-1/+8
* Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright2018-08-012-2/+4
* Remove copy of the internal.Utils. (#1332)Bogdan Drutu2018-07-201-0/+16
* Tracing: Reduce default limit on Links to 32. (#1315)Yang Song2018-07-162-2/+2
* Mention that SampledSpanStore.getRegisteredSpanNamesForCollection is for test...Kristen Kozak2018-07-092-42/+5
* Stats: Add Exemplar class to DistributionData. (#1287)Yang Song2018-06-292-3/+179
* Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song2018-06-282-0/+37