aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-11-01s/new new/new/ (#765)Stefan Schmidt
2017-11-01Use the current release version of Mockito. (#751)Stefan Schmidt
2017-10-31Start 0.9.0 development cycleBogdan Drutu
2017-10-31Avoid specifying maximum size of serialized TagContext.Kristen Kozak
2017-10-31Add maximum serialized TagContext size to fromByteArray Javadoc.Kristen Kozak
2017-10-31Don't mention parsing in TagContextDeserializationException Javadoc.Kristen Kozak
2017-10-31Rename TagContextParseException to TagContextDeserializationException.Kristen Kozak
2017-10-31Add maximum serialized TagContext size to toByteArray Javadoc.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-25Improve TagContextBuilder.put Javadoc.Kristen Kozak
2017-10-25Remove an obsolete TODO.Kristen Kozak
2017-10-25Remove support for multiple tag types.Kristen Kozak
2017-10-25Remove contention between threads and worker thread when register span names....Bogdan Drutu
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-23Improve documentation of stats recording methods.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
2017-10-23Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright
2017-10-23Record the agent label for stackdriver trace exporter. (#717)Bogdan Drutu
2017-10-18Add an option in EndSpanOptions to register the span name for sampled store. ...Bogdan Drutu
2017-09-27Clean up io.opencensus.internal.StringUtil.Kristen Kozak
2017-09-22Fix probability sampler and sampling. (#661)Bogdan Drutu
2017-09-21Change when we check the sampler. (#657)Bogdan Drutu
2017-09-20Clarify NoopScope Javadoc.Kristen Kozak
2017-09-20Add Javadoc to NoopScope.Kristen Kozak
2017-09-20Move current TagContext logic from the API to the implementation (closes #632).Kristen Kozak
2017-09-18Add a new SpanContextParseException and use it in BinaryFormat. (#642)Bogdan Drutu
2017-09-16Implement deprecated method addAttributes in the Span and remove it from anyw...Bogdan Drutu
2017-09-13Add a method to list all registered span names. (#623)Bogdan Drutu
2017-09-11Fix NarrowingCompoundAssignment error that shows only in errorprone > 2.0.20 ...Bogdan Drutu
2017-09-07Add a simple traceconfigz page. (#590)Bogdan Drutu
2017-09-05Implement Duration.compareTo() (#582)Yang Song
2017-09-04Add IntervalBucket and tests. (#537)Yang Song
2017-08-29Add new api that is easier to use for user to add only one Attribute. (#571)Bogdan Drutu
2017-08-23Add uncompressed and compressed message sizes and deprecate the old message s...Bogdan Drutu
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu