aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java
AgeCommit message (Expand)Author
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
2017-11-20Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen
2017-11-14Add ViewManager.getAllExportedViews().Kristen Kozak
2017-11-14Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright
2017-11-13Update lists of enabled Error Prone warnings with the latest bug patterns.Kristen Kozak
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-13Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song
2017-11-13Merge pull request #790 from sebright/deprecate-Tags-setStatesebright
2017-11-12Use ArrayList instead of LinkedList in SpanDataTest.java to fix warning.Kristen Kozak
2017-11-12com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2Kristen Kozak
2017-11-10Revert "Use the current release version of Mockito. (#751)"Kristen Kozak
2017-11-10Combine tests for Tags.getState and Tags.setState.Kristen Kozak
2017-11-10Deprecate Tags.setState, and throw an exception when it is called after getSt...Kristen Kozak
2017-11-07Add a setStatus method in the Span. (#779)Bogdan Drutu
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-11-01Use the current release version of Mockito. (#751)Stefan Schmidt
2017-10-31Rename TagContextParseException to TagContextDeserializationException.Kristen Kozak
2017-10-31Make TagContextBinarySerializer.toByteArray throw a checked exception.Kristen Kozak
2017-10-31Rename StatsRecord to MeasureMap (#757)Yang Song
2017-10-27Update max length of Measure name to 255 (#739)Yang Song
2017-10-27Merge pull request #738 from sebright/update-tag-key-testssebright
2017-10-27Returns null when getting unregistered views (#737)Yang Song
2017-10-27Make TagKey and TagValue tests consistent.Kristen Kozak
2017-10-27Change TagValue.MAX_LENGTH to 255, to match TagKey.MAX_LENGTH.Kristen Kozak
2017-10-26Disallow empty tag keys.Kristen Kozak
2017-10-26Merge pull request #721 from sebright/histogram-bucketssebright
2017-10-25Remove support for multiple tag types.Kristen Kozak
2017-10-25Rename 'StatsRecord.recordWithExplicitTagContext' to 'record'.Kristen Kozak
2017-10-23Make DistributionData.create take a List instead of a long[] for bucket counts.Kristen Kozak
2017-10-23Make StatsRecord.record abstract.Kristen Kozak
2017-10-23Make StatsRecord.record take the TagContext, not StatsRecorder.newRecord.Kristen Kozak
2017-10-23Rename StatsBuilder to StatsRecord.Kristen Kozak
2017-10-23Rename newStatsBuilder(TagContext) to newStatsBuilderWithExplicitTagContext.Kristen Kozak
2017-10-23Rename StatsRecorder.builder to newStatsBuilder.Kristen Kozak
2017-10-23Move MeasureMap from the API to the implementation.Kristen Kozak