aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds client views for uncompressed bytes rpc stats.Dino Oliva2017-02-161-3/+18
* Make View.getStart() and View.getEnd() publicEric Gribkoff2017-02-151-2/+2
* Minor update to TagTest.Dino Oliva2017-02-111-5/+3
* Updates TagTest to use EqualsTester.Dino Oliva2017-02-101-9/+16
* Adds equals/hashCode/toString overrides to TagDino Oliva2017-02-102-0/+43
* Fixes for code review commentsDino Oliva2017-02-101-5/+1
* Moves VarInt into separate directory (shared).Dino Oliva2017-02-091-290/+0
* Updates wire-encoding of tags to use varintsDino Oliva2017-02-072-1/+293
* Merge pull request #91 from sebright/active-rpc-measurementssebright2017-02-071-0/+10
|\
| * Adds /rpc/server/started_count and /rpc/server/finished_count measurements.Kristen Kozak2017-02-061-0/+10
* | Updates descriptions of minute/hour interval statsDino Oliva2017-02-061-14/+14
* | Fixes incorrect metric for uncompressed response byte views. Additionally mak...Dino Oliva2017-02-061-31/+17
* | Adds interval stats views.Dino Oliva2017-02-061-7/+132
|/
* Improve error handling in Provider. (#86)Kun Zhang2017-02-021-13/+17
* Applies minor fixes to RpcConstants.Dino Oliva2017-01-311-8/+8
* Add more comments and example of use.Bogdan Drutu2017-01-261-0/+11
* Add an interface that extends Closeable which cannot throw a checked exception.Bogdan Drutu2017-01-261-0/+11
* Add a TimestampFactory interface that can be used by stats & tracing.Bogdan Drutu2017-01-201-0/+28
* Merge pull request #77 from sebright/use-hasSizesebright2016-12-221-1/+1
|\
| * Uses 'hasSize()' from com.google.common.truth.Truth.Kristen Kozak2016-12-211-1/+1
* | Adds a comment explaining why we don't use Function from Java 8.Kristen Kozak2016-12-211-1/+2
|/
* Updates constant names to be more descriptive.Dino Oliva2016-12-141-10/+10
* Fixes description to match measurement units.Dino Oliva2016-12-141-1/+1
* Updates bytes-based measurements with appropriate units. Also ixes comments.Dino Oliva2016-12-141-32/+33
* Updates time measurements w/appropriate measurement unit.Dino Oliva2016-12-141-4/+4
* Updates RpcConstants to have appropriate ViewDescriptors.Dino Oliva2016-12-141-9/+121
* Removes unused importDino Oliva2016-12-071-1/+0
* Merge pull request #69 from dinooliva/serializeDino Oliva2016-12-075-22/+29
|\
| * Updates javadoc to fix link.Dino Oliva2016-12-071-2/+2
| * Updates deserialize to take an InputStream (to match serialize).Dino Oliva2016-12-073-18/+13
| * Updates serialize() to be more consistent with java.io.SerializableDino Oliva2016-12-072-3/+8
| * Minor modifications based on review comments.Dino Oliva2016-12-071-2/+2
| * Updates javadoc reference.Dino Oliva2016-12-071-1/+1
| * Changes serialize() to take an OutputStream as a parameter.Dino Oliva2016-12-073-8/+15
* | Removes unused imports from RpcConstants.java.Kristen Kozak2016-12-071-2/+0
* | Checks for unused imports with Checkstyle.Kristen Kozak2016-12-071-1/+6
|/
* Merge pull request #67 from dinooliva/factory-methodsDino Oliva2016-12-0714-63/+84
|\
| * Removes new metrics that will be added in a subsequent change.Dino Oliva2016-12-071-10/+0
| * Reverts latency to us.Dino Oliva2016-12-071-2/+2
| * Adds better javadoc on TagKey/Value factory methods.Dino Oliva2016-12-062-2/+12
| * Changes constructors to static factory methods for TagKey and TagValue.Dino Oliva2016-12-0614-65/+86
* | Removes unused import.Dino Oliva2016-12-061-2/+0
|/
* Updates unit test to use hasSize().Dino Oliva2016-12-061-2/+2
* Adds basic APIs for collecting and retrieving stats via the pull model.Dino Oliva2016-12-062-0/+43
* Fixes lint errors.Dino Oliva2016-12-066-12/+5