aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Move all 'core_impl' stats tests to 'core_impl' directory.Kristen Kozak2017-03-294-300/+1
* Merge pull request #132 from sebright/auto-valuesebright2017-03-283-43/+64
|\
| * Reduce visibility of MeasurementDescriptor and MeasurementUnit constructors.Kristen Kozak2017-03-281-0/+5
| * Add AutoValue to Gradle build.Kristen Kozak2017-03-281-0/+1
| * 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-285-13/+130
* | Add measurement and view descriptors for client/server started/finished and r...Yang Song2017-03-282-46/+226
|/
* Add a TimestampConverter that can be used to convert nanoTime to Timestamp. (...Bogdan Drutu2017-03-273-18/+65
* Add Annotation and Link as classes in the trace API. Change Span to accept Li...Bogdan Drutu2017-03-2712-30/+381
* Rename Labels to Attributes. (#171)Bogdan Drutu2017-03-2411-390/+393
* Change project name to be instrumentation-java. Helps IDEs to have the same n...Bogdan Drutu2017-03-241-1/+1
* Remove maven support for instrumentation-java. (#166)Bogdan Drutu2017-03-222-90/+2
* Remove all occurrences of "Census" from documentation.Kristen Kozak2017-03-224-9/+9
* Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu2017-03-221-3/+1
* Change the trace API to directly depend on the Context implementation. (#154)Bogdan Drutu2017-03-2111-254/+339
* 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-211-0/+10
* Run google-java-format for all tracing code in code. (#143)Bogdan Drutu2017-03-1716-102/+45
* Add an util class to be used for HTTP propagation of the SpanContext. (#139)Bogdan Drutu2017-03-155-79/+506
* Remove redundant fields in pom.xml files.Kristen Kozak2017-03-151-2/+0
* Refactor TraceOptions to use a Builder class and add to/from bytes methods. (...Bogdan Drutu2017-03-148-52/+161
* Merge pull request #138 from sebright/test-with-mavensebright2017-03-145-9/+25
|\
| * Builds all tests with Maven, except for 'core' tests.Kristen Kozak2017-03-131-1/+17
| * Allows tests to compile with Java 7.Kristen Kozak2017-03-134-8/+8
* | Fix comments after PR/126 & PR/127 (#134)Bogdan Drutu2017-03-133-15/+16
|/
* Fix checkstyle errors and set severity to warning. (#133)Bogdan Drutu2017-03-114-6/+6
* Remove the try-with-resources support for the Span. This is important because...Bogdan Drutu2017-03-116-77/+59
* Update maven checkstyle plugin to use version 2.7. (#129)Bogdan Drutu2017-03-111-75/+12
* Makes interval stats descriptions consistentDino Oliva2017-03-091-2/+2
* Fixes units for rpc data sizes to correctly be bytes rather than MBDino Oliva2017-03-091-32/+32
* Fixes time units for rpc client latencyDino Oliva2017-03-091-1/+1
* Fixes time units for rpc client latencyDino Oliva2017-03-091-2/+1
* Change TraceId and SpanId to use byte[]. (#126)Bogdan Drutu2017-03-0810-134/+262
* Replace fixed-length Bytebuffer with dynamic ByteOutputStream for serialize()...songy232017-03-081-21/+21
* Add a SpanBuilder class. (#123)Bogdan Drutu2017-03-078-523/+664
* Fix style errors. (#122)Bogdan Drutu2017-03-064-5/+8
* Cleanup trace API (#121)Bogdan Drutu2017-03-0518-95/+229
* Merge pull request #119 from songy23/Yangsongy232017-03-031-6/+6
|\
| * Modify some test methods to be static according to lint suggestions.songy232017-03-031-6/+6
* | Merge pull request #113 from songy23/Yangsongy232017-03-031-2/+83
|\|
| * Modify serialize and deserialize to match the new tag encodings.songy232017-03-021-2/+83
* | Fix unsued import in TracerTest. (#116)Bogdan Drutu2017-03-031-1/+0
* | Add a default implementation for TimestampFactory. (#114)Bogdan Drutu2017-03-026-55/+119
* | Use directly INSTANCE instead of getInstance for BlankSpan. This is more comm...Bogdan Drutu2017-03-015-33/+29
* | Merge pull request #107 from bogdandrutu/providerBogdan Drutu2017-03-013-81/+143
|\ \
| * | Move the loading with reflection logic from the Tracer to Provider to be shar...Bogdan Drutu2017-03-013-81/+143
| |/
* / Fix findbugs-exclude.xml path.Kristen Kozak2017-02-281-1/+1
|/
* Release the instrumentation trace API.Bogdan Drutu2017-02-2331-0/+3876
* Move core to the equivalent maven path.Bogdan Drutu2017-02-2344-1/+12