aboutsummaryrefslogtreecommitdiffstats
path: root/api/src
Commit message (Expand)AuthorAgeFilesLines
* Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu2017-12-136-38/+620
* Change fromHex methods to accept CharSequence. (#897)Bogdan Drutu2017-12-112-2/+2
* Add initial support for b3-propagation headers. (#889)Bogdan Drutu2017-12-115-7/+83
* Adds TextFormat and usage example. (#724)Bogdan Drutu2017-12-063-1/+265
* Start 0.11.0 development cycle (#874)Yang Song2017-12-041-1/+1
* Merge pull request #826 from HailongWen/noop-span-storeHailong Wen2017-12-0210-28/+279
|\
| * Use unmodifiableSet instead of ImmutableSet to get rid of build error. Refine...Hailong Wen2017-11-211-4/+3
| * Addressing sebright's comments.Hailong Wen2017-11-205-18/+29
| * Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen2017-11-2010-26/+267
* | Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu2017-11-296-117/+36
* | Update length limit for View.Name (#834)Yang Song2017-11-212-4/+4
|/
* Start 0.10.0 development cycle (#816)Bogdan Drutu2017-11-181-1/+1
* Remove an obsolete TODO from TagKey.java.Kristen Kozak2017-11-171-1/+0
* Use consistent wording in stats and tags 'setState' Javadocs.Kristen Kozak2017-11-172-2/+2
* Cache the set of views returned from NoopViewManager.getAllExportedViews.Kristen Kozak2017-11-141-14/+29
* Add ViewManager.getAllExportedViews().Kristen Kozak2017-11-143-0/+91
* Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright2017-11-146-0/+22
|\
| * 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-133-0/+14
| * Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak2017-11-132-0/+3
| * Hide constructor of io.opencensus.common.OpenCensusLibraryInformation.Kristen Kozak2017-11-131-0/+2
* | Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song2017-11-135-3/+43
* | Merge pull request #790 from sebright/deprecate-Tags-setStatesebright2017-11-135-20/+65
|\ \ | |/ |/|
| * Avoid guaranteeing that the result of Tags.getState() won't change.Kristen Kozak2017-11-102-2/+2
| * 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-105-10/+57
* | 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
|/
* Update Stats implementation to use Stats state (#789)Yang Song2017-11-081-0/+6
* Slightly reword Javadoc on SpanBuilder#startScopedSpan. (#788)Stefan Schmidt2017-11-071-2/+2
* Add a setStatus method in the Span. (#779)Bogdan Drutu2017-11-075-23/+39
* No-op: Context.Key#get() is the same as Context.Key#get(Context.current()). (...Stefan Schmidt2017-11-031-1/+1
* Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu2017-11-0336-374/+248
* s/new new/new/ (#765)Stefan Schmidt2017-11-011-1/+1
* Use the current release version of Mockito. (#751)Stefan Schmidt2017-11-013-4/+4
* Start 0.9.0 development cycleBogdan Drutu2017-10-311-1/+1
* Avoid specifying maximum size of serialized TagContext.Kristen Kozak2017-10-311-2/+3
* Add maximum serialized TagContext size to fromByteArray Javadoc.Kristen Kozak2017-10-311-2/+2
* Don't mention parsing in TagContextDeserializationException Javadoc.Kristen Kozak2017-10-311-3/+3
* Rename TagContextParseException to TagContextDeserializationException.Kristen Kozak2017-10-314-15/+17
* Add maximum serialized TagContext size to toByteArray Javadoc.Kristen Kozak2017-10-311-1/+1
* Make TagContextBinarySerializer.toByteArray throw a checked exception.Kristen Kozak2017-10-314-3/+94
* Rename StatsRecord to MeasureMap (#757)Yang Song2017-10-314-20/+20
* Update max length of Measure name to 255 (#739)Yang Song2017-10-272-5/+7
* 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-273-6/+14
|/
* Change TagValue.MAX_LENGTH to 255, to match TagKey.MAX_LENGTH.Kristen Kozak2017-10-273-1/+11
* Disallow empty tag keys.Kristen Kozak2017-10-262-1/+7