aboutsummaryrefslogtreecommitdiffstats
path: root/api/src/test
Commit message (Expand)AuthorAgeFilesLines
* Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu2018-01-171-1/+1
* Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song2017-12-191-9/+75
* Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu2017-12-133-37/+329
* Add initial support for b3-propagation headers. (#889)Bogdan Drutu2017-12-113-7/+33
* Adds TextFormat and usage example. (#724)Bogdan Drutu2017-12-062-1/+76
* Merge pull request #826 from HailongWen/noop-span-storeHailong Wen2017-12-025-10/+165
|\
| * Addressing sebright's comments.Hailong Wen2017-11-201-5/+5
| * Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen2017-11-205-10/+165
* | Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu2017-11-292-57/+20
* | Update length limit for View.Name (#834)Yang Song2017-11-211-1/+1
|/
* Add ViewManager.getAllExportedViews().Kristen Kozak2017-11-141-0/+63
* Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright2017-11-142-0/+15
|\
| * Update lists of enabled Error Prone warnings with the latest bug patterns.Kristen Kozak2017-11-131-0/+3
| * Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak2017-11-132-0/+12
* | Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song2017-11-132-1/+18
* | Merge pull request #790 from sebright/deprecate-Tags-setStatesebright2017-11-132-13/+36
|\ \ | |/ |/|
| * Combine tests for Tags.getState and Tags.setState.Kristen Kozak2017-11-101-11/+9
| * Deprecate Tags.setState, and throw an exception when it is called after getSt...Kristen Kozak2017-11-102-3/+28
* | Use ArrayList instead of LinkedList in SpanDataTest.java to fix warning.Kristen Kozak2017-11-121-13/+4
* | com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2Kristen Kozak2017-11-121-0/+10
* | Revert "Use the current release version of Mockito. (#751)"Kristen Kozak2017-11-103-4/+4
|/
* Add a setStatus method in the Span. (#779)Bogdan Drutu2017-11-072-7/+9
* Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu2017-11-0314-208/+123
* Use the current release version of Mockito. (#751)Stefan Schmidt2017-11-013-4/+4
* Rename TagContextParseException to TagContextDeserializationException.Kristen Kozak2017-10-312-9/+11
* Make TagContextBinarySerializer.toByteArray throw a checked exception.Kristen Kozak2017-10-312-2/+49
* Rename StatsRecord to MeasureMap (#757)Yang Song2017-10-311-4/+4
* Update max length of Measure name to 255 (#739)Yang Song2017-10-271-1/+1
* Merge pull request #738 from sebright/update-tag-key-testssebright2017-10-272-9/+15
|\
| * Make TagKey and TagValue tests consistent.Kristen Kozak2017-10-272-9/+15
* | Returns null when getting unregistered views (#737)Yang Song2017-10-271-5/+2
|/
* Change TagValue.MAX_LENGTH to 255, to match TagKey.MAX_LENGTH.Kristen Kozak2017-10-272-0/+10
* Disallow empty tag keys.Kristen Kozak2017-10-261-0/+6
* Merge pull request #721 from sebright/histogram-bucketssebright2017-10-262-14/+21
|\
| * Make DistributionData.create take a List instead of a long[] for bucket counts.Kristen Kozak2017-10-232-14/+21
* | Remove support for multiple tag types.Kristen Kozak2017-10-2510-392/+57
* | Rename 'StatsRecord.recordWithExplicitTagContext' to 'record'.Kristen Kozak2017-10-251-2/+2
* | Make StatsRecord.record abstract.Kristen Kozak2017-10-231-81/+0
* | Make StatsRecord.record take the TagContext, not StatsRecorder.newRecord.Kristen Kozak2017-10-232-9/+13
* | Rename StatsBuilder to StatsRecord.Kristen Kozak2017-10-232-7/+7
* | Rename newStatsBuilder(TagContext) to newStatsBuilderWithExplicitTagContext.Kristen Kozak2017-10-232-4/+8
* | Rename StatsRecorder.builder to newStatsBuilder.Kristen Kozak2017-10-232-7/+7
* | Move MeasureMap from the API to the implementation.Kristen Kozak2017-10-233-158/+8
|/
* Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright2017-10-2320-0/+2466
* Add an option in EndSpanOptions to register the span name for sampled store. ...Bogdan Drutu2017-10-181-0/+8
* Clean up io.opencensus.internal.StringUtil.Kristen Kozak2017-09-271-18/+5
* Fix probability sampler and sampling. (#661)Bogdan Drutu2017-09-223-34/+182
* Change when we check the sampler. (#657)Bogdan Drutu2017-09-214-46/+38
* Add a new SpanContextParseException and use it in BinaryFormat. (#642)Bogdan Drutu2017-09-182-2/+63
* Implement deprecated method addAttributes in the Span and remove it from anyw...Bogdan Drutu2017-09-161-3/+3