aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the licence to OpenCensus authors. (#539)Bogdan Drutu2017-08-23232-244/+933
* Add documentation on name restrictions. (#532)Yang Song2017-08-234-25/+78
* Merge pull request #529 from sebright/record-with-current-contextsebright2017-08-213-19/+133
|\
| * Add comments to tests for NoopStatsRecorder.Kristen Kozak2017-08-211-0/+4
| * Add more tests for NoopStatsRecorder.Kristen Kozak2017-08-211-4/+15
| * Implement StatsRecorder.record(MeasureMap).Kristen Kozak2017-08-213-19/+118
|/
* Merge pull request #533 from sebright/default-tag-contextsebright2017-08-213-7/+106
|\
| * Give TAG_CONTEXT_KEY a default value (an empty TagContext).Kristen Kozak2017-08-183-7/+106
* | Add missing @RunWith(JUnit4.class) annotation. Not strictly required here, bu...Stefan Schmidt2017-08-191-0/+3
|/
* Merge pull request #526 from sebright/split-packagessebright2017-08-1881-182/+204
|\
| * Move classes added in #511 to implcore package.Kristen Kozak2017-08-178-10/+12
| * Update TraceComponentImplLite package name in a comment.Kristen Kozak2017-08-172-3/+3
| * Use different package names in each artifact. (fixes #379)Kristen Kozak2017-08-1775-169/+189
* | Add the Gradle Versions plugin. (#524)Stefan Schmidt2017-08-181-0/+5
|/
* Add @MustBeClosed annotations to the Scoped objects. (#527)Bogdan Drutu2017-08-173-1/+6
* Merge pull request #511 from sebright/tag-serializationsebright2017-08-1716-2/+814
|\
| * Rename serialization methods.Kristen Kozak2017-08-172-4/+4
| * Update imports for #516.Kristen Kozak2017-08-163-3/+3
| * Remove TODO.Kristen Kozak2017-08-161-1/+0
| * Add a TODO about linking to tags serialization format.Kristen Kozak2017-08-161-0/+2
| * Document that the TagContext encoding is shared across OpenCensus implementat...Kristen Kozak2017-08-161-2/+5
| * Add a class to hold multiple TagContext serialization formats.Kristen Kozak2017-08-1613-39/+112
| * Document exceptions thrown by serialization methods.Kristen Kozak2017-08-161-0/+3
| * Add TagContext serialization.Kristen Kozak2017-08-1615-322/+367
| * Run google-java-format on serialization tests.Kristen Kozak2017-08-162-44/+51
| * Copy StatsContext serialization tests to tags package.Kristen Kozak2017-08-162-0/+527
| * Run google-java-format on SerializationUtils.java.Kristen Kozak2017-08-161-29/+27
| * Copy i/o/stats/StatsSerializer.java to i/o/impl/tags/SerializationUtils.java.Kristen Kozak2017-08-161-0/+155
* | Merge pull request #522 from ubschmidt2/plugins_cleanupStefan Schmidt2017-08-172-18/+3
|\ \ | |/ |/|
| * Inline trivial methods, remove an inapplicable TODO (I'm currently not aware ...Stefan Schmidt2017-08-172-18/+3
* | Move stats to impl.stats, change some visibility. (#510)Yang Song2017-08-1622-82/+204
* | Update to newer versions of errorprone and animalsniffer. (#521)Bogdan Drutu2017-08-161-15/+15
* | Add initial implementation of the tracez page. (#517)Bogdan Drutu2017-08-169-5/+1032
|/
* Merge pull request #461 from ubschmidt2/threadingStefan Schmidt2017-08-177-0/+343
|\
| * Rebased after merging #506 and turned ThreadInstrumentation into a plugin.Stefan Schmidt2017-08-162-5/+17
| * More comments.Stefan Schmidt2017-08-161-0/+2
| * Addressed review comments:Stefan Schmidt2017-08-161-9/+10
| * Removed unneeded import.Stefan Schmidt2017-08-161-2/+0
| * Add a test for mixed Thread/Executor context propagation and assert that the ...Stefan Schmidt2017-08-161-0/+44
| * doc fix.Stefan Schmidt2017-08-161-2/+2
| * Mention InheritableThreadLocal and the difference.Stefan Schmidt2017-08-161-0/+4
| * Javadoc for ContextStrategyImpl#savedContexts.Stefan Schmidt2017-08-161-0/+22
| * Add trivial tests for {save,attach}ContextForThread.Stefan Schmidt2017-08-161-0/+17
| * No need to make the cache a static field.Stefan Schmidt2017-08-161-4/+4
| * Mention automatic context propagation for Threads.Stefan Schmidt2017-08-161-0/+6
| * Add automatic context propagation to Thread#start.Stefan Schmidt2017-08-165-0/+237
* | Merge pull request #516 from sebright/move-trace-implementation-to-impl-packagesebright2017-08-1652-111/+264
|\ \ | |/ |/|
| * Move two more classes into 'impl' packages.Kristen Kozak2017-08-164-4/+4
| * Move tracing implementation classes to io.opencensus.impl.trace.Kristen Kozak2017-08-1652-108/+261
* | Merge pull request #506 from ubschmidt2/pluginsStefan Schmidt2017-08-168-35/+63
|\ \ | |/ |/|