aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus
AgeCommit message (Expand)Author
2018-09-17Tracing: Add AttributeValueDouble. (#1442)Yang Song
2018-09-14Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song
2018-09-12Make LowerCaseBase16Encoding package protected. (#1427)Bogdan Drutu
2018-09-12Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright
2018-08-28Remove guava dependency from the API artifact. (#1393)Bogdan Drutu
2018-08-28Avoid doing string formatting when calling checkArgument. (#1394)Bogdan Drutu
2018-08-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-08-21Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
2018-08-11Fix metrics tests by adding the RunWith annotation. (#1364)Bogdan Drutu
2018-08-10Metrics: Move metrics to opencensus-api. (#1346)Yang Song
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-03Minor improvements for Tracestate. (#1358)Bogdan Drutu
2018-08-02Add the initial version of the TraceState class. (#1300)Bogdan Drutu
2018-07-16Tracing: Reduce default limit on Links to 32. (#1315)Yang Song
2018-06-29Stats: Add Exemplar class to DistributionData. (#1287)Yang Song
2018-06-28Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song
2018-06-21Summary Span: Add encoder/decoder for Server Stats. (#1272)rghetia
2018-06-20Stats: Only include the simple class name in the error message for ViewData.c...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-15Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak
2018-05-15Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen 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-17Move utils used by Duration and Timestamp from i.o.internal.Utils to TimeUtils.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-04Remove usages of Guava Objects/MoreObjects from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava LongMath from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak
2018-03-30Sort TagKeys in View.create(...) (fixes #1080).Kristen Kozak
2018-03-30Remove some uses of deprecated AggregationWindow in ViewTest.java.Kristen Kozak
2018-03-30Clean up ViewTest.java.Kristen Kozak
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-03-21Move BaseMessageEventUtil to trace package. (#1076)Yang Song
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-03-02Fix probabilitySampler_getDescription for all locales. (#1040)Stefan Schmidt
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-12-19Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-06Adds TextFormat and usage example. (#724)Bogdan Drutu
2017-12-02Merge pull request #826 from HailongWen/noop-span-storeHailong Wen
2017-11-29Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu
2017-11-21Update length limit for View.Name (#834)Yang Song
2017-11-20Addressing sebright's comments.Hailong Wen