aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add simple configuration file for AppVeyor.Kristen Kozak2017-03-301-0/+5
* Gradle plugin making it easier/safer to use Java annotation processors (#180)Bogdan Drutu2017-03-291-0/+2
* Merge pull request #178 from sebright/reorganize-core-impl-testssebright2017-03-294-2/+1
|\
| * Move all 'core_impl' stats tests to 'core_impl' directory.Kristen Kozak2017-03-294-2/+1
* | Merge pull request #177 from sebright/documentation-policysebright2017-03-291-3/+23
|\ \ | |/ |/|
| * Adds Javadoc guidelines to CONTRIBUTING.md.Kristen Kozak2017-03-291-3/+23
|/
* Merge pull request #132 from sebright/auto-valuesebright2017-03-285-44/+76
|\
| * Add a note about AutoValue to CONTRIBUTING.md.Kristen Kozak2017-03-281-0/+7
| * Reduce visibility of MeasurementDescriptor and MeasurementUnit constructors.Kristen Kozak2017-03-281-0/+5
| * Add AutoValue to Gradle build.Kristen Kozak2017-03-282-1/+6
| * Tests MeasurementDescriptor and MeasurementUnit equals() and hashCode().Kristen Kozak2017-03-281-0/+39
| * Starts using AutoValue for classes in stats-core.Kristen Kozak2017-03-281-43/+19
* | Add SpanData and TimedEvent classes. (#174)Bogdan Drutu2017-03-289-13/+608
* | Add measurement and view descriptors for client/server started/finished and r...Yang Song2017-03-282-46/+226
|/
* Add build rule for examples to generate executable binaries. Fix javadoc erro...Bogdan Drutu2017-03-288-10/+69
* Add a TimestampConverter that can be used to convert nanoTime to Timestamp. (...Bogdan Drutu2017-03-276-18/+150
* Add Annotation and Link as classes in the trace API. Change Span to accept Li...Bogdan Drutu2017-03-2713-30/+388
* Merge pull request #85 from sebright/detect-merge-commitssebright2017-03-242-0/+49
|\
| * Improve status message in check-git-history.py.Kristen Kozak2017-03-241-1/+2
| * Add 'env: TASK=CHECK_GIT_HISTORY' to Travis allowed failures, for now.Kristen Kozak2017-03-242-12/+11
| * Use TRAVIS_PULL_REQUEST to determine whether a build is a pull request.Kristen Kozak2017-03-241-9/+5
| * Checks git history in a separate Travis job.Kristen Kozak2017-03-241-1/+4
| * Allows PRs to not branch from the base branch.Kristen Kozak2017-03-241-40/+1
| * Checks the commit history of pull requests in CI.Kristen Kozak2017-03-242-0/+89
|/
* Rename Labels to Attributes. (#171)Bogdan Drutu2017-03-2411-390/+393
* Remove bazel support for instrumentation-java. (#170)Bogdan Drutu2017-03-245-796/+29
* Change project name to be instrumentation-java. Helps IDEs to have the same n...Bogdan Drutu2017-03-248-22/+21
* Enable all warnings including experimental for errorprone. (#167)Bogdan Drutu2017-03-236-145/+125
* Merge pull request #161 from a-veitch/event_queueAlistair Veitch2017-03-235-5/+304
|\
| * merge and resolve conflicts before submitting.Alistair Veitch2017-03-2319-580/+68
| |\ | |/ |/|
* | Remove maven support for instrumentation-java. (#166)Bogdan Drutu2017-03-2212-560/+52
* | Merge pull request #164 from sebright/replace-census-with-instrumentationsebright2017-03-2210-17/+17
|\ \
| * | Remove all occurrences of "Census" from documentation.Kristen Kozak2017-03-2210-17/+17
|/ /
| * Add correct SuppressWarningsAlistair Veitch2017-03-221-1/+1
| * merge and resolve conflictsAlistair Veitch2017-03-2233-508/+364
| |\ | |/ |/|
* | Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu2017-03-2217-46/+119
* | Change the trace API to directly depend on the Context implementation. (#154)Bogdan Drutu2017-03-2118-466/+248
| * Respond to comments and run formatter.Alistair Veitch2017-03-225-42/+38
| * Add EventQueue classesAlistair Veitch2017-03-216-0/+306
|/
* Fix a bug in the Span where the returned options was not unmodifiable. (#159)Bogdan Drutu2017-03-212-8/+30
* Add support for gradle to build the instrumentation-java. (#158)Bogdan Drutu2017-03-2114-0/+762
* Update the proto submodule to the latest commit. (#157)Bogdan Drutu2017-03-201-0/+0
* Cleanup pom.xml in our implementation packages. (#155)Bogdan Drutu2017-03-204-16/+12
* Update the name of the directory for benchmarks. (#152)Bogdan Drutu2017-03-174-3/+3
* Update bazel to 0.4.5 and protobuf to 3.2.0 (same as gRPC). (#144)Bogdan Drutu2017-03-174-15/+40
* Run google-java-format for all tracing code in code. (#143)Bogdan Drutu2017-03-1716-102/+45
* Add benchmarks for HttpPropagationUtil using jmh. (#141)Bogdan Drutu2017-03-175-0/+247
* Merge pull request #145 from sebright/test-with-bazel-0.4.5sebright2017-03-171-1/+1
|\
| * Fix build with Bazel 0.4.5.Kristen Kozak2017-03-171-1/+1
|/
* Add an util class to be used for HTTP propagation of the SpanContext. (#139)Bogdan Drutu2017-03-156-79/+519