aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix sereral issues on Measure. (#406)Yang Song2017-07-052-8/+17
* Refactor MeasurementDescriptor. (#396)Yang Song2017-06-3011-490/+398
* Change RpcMeasurementConstants.RPC_STATUS to "canonical_status".Kristen Kozak2017-06-271-1/+1
* Merge pull request #387 from sebright/stats-componentsebright2017-06-265-26/+92
|\
| * Add TODOs.Kristen Kozak2017-06-262-0/+8
| * Replace StatsManager with StatsComponent class. (Fixes #376)Kristen Kozak2017-06-235-26/+84
* | Remove deprecated RpcConstants class.Kristen Kozak2017-06-232-595/+0
|/
* Rename TagMap to TagContext.Kristen Kozak2017-06-193-22/+22
* Move stats classes to io.opencensus.stats.Kristen Kozak2017-06-1643-109/+104
* Move TestClock in opencensus-testing package. (#368)Bogdan Drutu2017-06-161-0/+4
* Enable checkstyle for all tests in io.opencensus.*. (#361)Bogdan Drutu2017-06-161-1/+1
* Add support to load lite or full implementations. (#360)Bogdan Drutu2017-06-152-20/+80
* Prepare the release of the opencensus library. (#357)Bogdan Drutu2017-06-151-1/+1
* Temporarily move "tags" package back to "core" directory.Kristen Kozak2017-06-094-0/+435
* Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu2017-06-0691-7987/+28
* Add API to remove a span name from the list of the span names from which the ...Bogdan Drutu2017-06-051-5/+16
* Merge pull request #276 from sebright/tags-package_TagKey-and-TagSetsebright2017-06-035-1/+447
|\
| * Copy input map in TagMap constructor.Kristen Kozak2017-05-311-1/+2
| * Hide TagMap.Builder methods that use non-String value types.Kristen Kozak2017-05-311-2/+4
| * Use static imports for Preconditions.checkArgument.Kristen Kozak2017-05-312-9/+10
| * Reword TagKey Javadocs.Kristen Kozak2017-05-311-3/+3
| * Test TagKey.getTagType().Kristen Kozak2017-05-261-0/+8
| * Remove unneeded private methods.Kristen Kozak2017-05-261-12/+0
| * Rename TagKey factory methods.Kristen Kozak2017-05-263-26/+26
| * Reword TagKey Javadocs.Kristen Kozak2017-05-261-6/+9
| * Hide factory methods for creating TagKeys with types other than String.Kristen Kozak2017-05-261-2/+4
| * Rename "Bool" tag key type to "Boolean" for consistency with Java types.Kristen Kozak2017-05-254-11/+11
| * Rename tags package to io.opencensus.tags.Kristen Kozak2017-05-244-8/+8
| * Add @throws to Javadocs.Kristen Kozak2017-05-241-0/+5
| * Add a TODO about tag value class.Kristen Kozak2017-05-241-0/+3
| * Reword Javadocs.Kristen Kozak2017-05-241-4/+4
| * Rename "Int" tag key type to "Long" for consistency with Java types.Kristen Kozak2017-05-244-13/+13
| * Remove methods for sanitizing tag key names.Kristen Kozak2017-05-242-37/+0
| * Capitalize ASCII in comments.Kristen Kozak2017-05-241-3/+3
| * Throw IllegalArgumentException when tag value is invalid.Kristen Kozak2017-05-172-14/+21
| * Temporarily remove TagMap.Builder.insert(...) and TagMap.Builder.update(...).Kristen Kozak2017-05-172-135/+4
| * Remove APIs for reading tags.Kristen Kozak2017-05-172-80/+0
| * Make TagMap a final class, and remove logging.Kristen Kozak2017-05-172-18/+295
| * Throw IllegalArgumentException when TagKey factory methods receive invalid St...Kristen Kozak2017-05-173-29/+104
| * Rename TagSet to TagMap.Kristen Kozak2017-05-172-10/+10
| * Remove generic TagSet "get" method and default arguments to specialized "get"...Kristen Kozak2017-05-171-26/+8
| * Add another TODO.Kristen Kozak2017-05-171-1/+6
| * Expand TagKey and TagSet Javadocs.Kristen Kozak2017-05-172-3/+10
| * Reword Javadocs for TagSet "get" methods.Kristen Kozak2017-05-171-4/+4
| * Start adding a "tags" package.Kristen Kozak2017-05-173-0/+328
* | Add API for active/samples in-process spans. (#318)Bogdan Drutu2017-06-011-15/+469
* | Fix some small style issues. (#329)Yang Song2017-06-011-2/+2
* | Merge pull request #326 from a-veitch/add_varianceAlistair Veitch2017-05-263-1/+40
|\ \
| * | minor changes to address commentsAlistair Veitch2017-05-263-13/+13
| * | Add variance to DistributionAlistair Veitch2017-05-263-1/+40