aboutsummaryrefslogtreecommitdiff
path: root/core_impl
AgeCommit message (Expand)Author
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
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-27Returns null when getting unregistered views (#737)Yang Song
2017-10-27Merge pull request #715 from sebright/skip-unknown-tag-context-fieldssebright
2017-10-27Use if statement instead of switch when parsing TagContext fields.Kristen Kozak
2017-10-26Calculate sum of squared deviations for IntervalView (#727)Yang Song
2017-10-26Disallow empty tag keys.Kristen Kozak
2017-10-26Add TODO about storing unknown serialized fields in TagContext.Kristen Kozak
2017-10-26Silently skip unknown TagContext fields during deserialization (issue #655).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
2017-10-23Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright
2017-10-19Add API for enabling/disabling stats collection (part of #608).Kristen Kozak
2017-10-09Merge pull request #680 from sebright/get-view-by-namesebright
2017-10-06Refactor deserialization unit tests, and test error messages.Kristen Kozak
2017-10-06Update method names in TagContextDeserializationTest.Kristen Kozak
2017-10-06Call TagContextBinarySerializer.fromByteArray directly in deserialization test.Kristen Kozak
2017-10-06Use ByteArrayDataOutput in TagContextDeserializationTest to avoid IOException.Kristen Kozak
2017-10-06Use Charsets.UTF_8 instead of "UTF-8" string in tests.Kristen Kozak
2017-10-05Merge pull request #699 from sebright/TagsComponentImplBaseTestsebright
2017-10-05Rename TagComponentImplBaseTest to match class under test.Kristen Kozak
2017-10-05Test that Tagger.withTagContext returns NoopScope when tagging is disabled.Kristen Kozak
2017-10-05Remove dependency between i.o.implcore.tags and i.o.internal.Kristen Kozak
2017-10-02Merge pull request #685 from sebright/tags-component-state-implementationsebright
2017-10-02Remove out of date TODO.Kristen Kozak
2017-10-02Create a class to hold the current TaggingState.Kristen Kozak
2017-10-02Check TaggingState at the start of every method in TaggerImpl.Kristen Kozak
2017-10-02Implement Tags.getState and Tags.setState (part of #608).Kristen Kozak
2017-09-29Merge pull request #658 from sebright/tag-context-iteratorsebright
2017-09-29Add tests for TaggerImpl.currentBuilder.Kristen Kozak
2017-09-28Merge pull request #659 from sebright/tags-component-state-3sebright
2017-09-27Change ViewManager.getView to take a View.Name instead of a View.Kristen Kozak
2017-09-27Simplify invalid tag value test by removing regex matcher.Kristen Kozak
2017-09-26Add tag key to message about deserializing invalid tag value.Kristen Kozak
2017-09-26Remove Tags.isImplementationAvailable() until we decide whether it's necessary.Kristen Kozak
2017-09-26Rename Tags.isTaggingAvailable to isImplementationAvailable.Kristen Kozak
2017-09-26Add method for checking whether tagging is available.Kristen Kozak
2017-09-26Call Preconditions.checkNotNull with variable name.Kristen Kozak
2017-09-26Add API for enabling/disabling tagging (part of #608).Kristen Kozak
2017-09-25Rename io.opencensus.tags.Internal to InternalUtils.Kristen Kozak