aboutsummaryrefslogtreecommitdiffstats
path: root/api/src/test
Commit message (Expand)AuthorAgeFilesLines
* Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)Mayur Kale2018-10-191-0/+82
* Gauge API : Add support for DerivedDoubleGauge (#1504)Mayur Kale2018-10-181-0/+89
* Add support for DerivedLongGauge (#1497)Mayur Kale2018-10-171-0/+89
* Plugs-in the DoubleGauge into the registry (#1503)Mayur Kale2018-10-171-2/+46
* Remove Old Gauge and correct exception messages (#1502)Mayur Kale2018-10-174-10/+10
* Plugs-in the LongGauge into the registry (#1498)Mayur Kale2018-10-171-127/+36
* Gauge API : Add DoubleGauge Support (Part2) (#1496)Mayur Kale2018-10-151-0/+88
* Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...Mayur Kale2018-10-141-7/+38
* Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale2018-10-131-0/+87
* Cleanup metrics API exception messages. (#1494)Bogdan Drutu2018-10-131-6/+16
* Add BucketOptions for DistributionValue (#1484)Mayur Kale2018-10-133-31/+139
* Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale2018-10-101-0/+34
* Metrics: Copy TimeSeries list when creating a Metric. (#1485)Yang Song2018-10-091-0/+31
* Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu2018-10-028-22/+25
* Make metrics compatible with the current proto definition. (#1479)Bogdan Drutu2018-10-024-19/+236
* Common: Add an API Functions.returnToString(). (#1443)Yang Song2018-09-181-0/+8
* Tracing: Add AttributeValueDouble. (#1442)Yang Song2018-09-171-0/+82
* Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song2018-09-1413-0/+1326
* Make LowerCaseBase16Encoding package protected. (#1427)Bogdan Drutu2018-09-121-2/+2
* Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright2018-09-1213-1326/+0
* Remove guava dependency from the API artifact. (#1393)Bogdan Drutu2018-08-281-0/+83
* Avoid doing string formatting when calling checkArgument. (#1394)Bogdan Drutu2018-08-281-0/+39
* Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu2018-08-271-13/+27
* Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song2018-08-214-291/+44
* Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song2018-08-131-36/+4
* 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-1015-0/+1595
* Add Tracestate into SpanContext. (#1359)Bogdan Drutu2018-08-091-4/+16
* Minor improvements for Tracestate. (#1358)Bogdan Drutu2018-08-031-1/+1
* Add the initial version of the TraceState class. (#1300)Bogdan Drutu2018-08-021-0/+235
* Tracing: Reduce default limit on Links to 32. (#1315)Yang Song2018-07-161-1/+1
* Stats: Add Exemplar class to DistributionData. (#1287)Yang Song2018-06-291-0/+63
* Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song2018-06-281-0/+17
* Summary Span: Add encoder/decoder for Server Stats. (#1272)rghetia2018-06-213-0/+289
* Stats: Only include the simple class name in the error message for ViewData.c...Yang Song2018-06-201-9/+18
* Error Prone: 2.2.0 -> 2.3.1Kristen Kozak2018-06-132-4/+1
* Add Span.Kind to the trace API. (#1223)Bogdan Drutu2018-05-312-0/+24
* Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak2018-05-151-7/+57
* Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen Kozak2018-05-151-7/+57
* Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song2018-04-273-37/+52
* Check for null in more public methods in Span and its subclasses.Kristen Kozak2018-04-271-2/+4
* Added null checking to Span implementations (#1150)dvfeinblum2018-04-241-5/+17
* Move utils used by Duration and Timestamp from i.o.internal.Utils to TimeUtils.Kristen Kozak2018-04-172-29/+60
* Improve Duration.toMillis() (#1132)Yang Song2018-04-161-7/+7
* Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song2018-04-161-0/+11
* Remove usages of Guava Objects/MoreObjects from opencensus-api (issue #1081).Kristen Kozak2018-04-041-0/+16
* Remove usages of Guava LongMath from opencensus-api (issue #1081).Kristen Kozak2018-04-041-0/+30
* Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak2018-04-041-0/+88
* Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak2018-04-042-10/+10
* Sort TagKeys in View.create(...) (fixes #1080).Kristen Kozak2018-03-301-2/+18