aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the examples application. (#300)Bogdan Drutu2017-05-132-5/+4
* Fix comments in the serialization/deseralization. (#302)Bogdan Drutu2017-05-122-2/+2
* Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu2017-05-1210-38/+39
* Add implementation to support annotations,links and network events. (#296)Bogdan Drutu2017-05-124-14/+384
* Merge pull request #294 from sebright/DistributionAggregation-javadocssebright2017-05-111-34/+77
|\
| * Improve formatting of DistributionAggregation's Javadocs and check invariants.Kristen Kozak2017-05-101-34/+77
* | Merge pull request #293 from sebright/auto-value-DistributionAggregationsebright2017-05-112-63/+46
|\|
| * Use AutoValue to implement DistributionAggregation.Kristen Kozak2017-05-102-63/+46
* | Update gRPC context dependency version to 1.3.0. (#295)Bogdan Drutu2017-05-101-1/+1
* | Add Tracer implementation. Fix visibility for some classes. (#290)Bogdan Drutu2017-05-1010-37/+47
|/
* Remove java7/8 directories. Currently we do not need any feature from java8. ...Bogdan Drutu2017-05-1018-291/+11
* Merge pull request #291 from sebright/auto-value-Viewsebright2017-05-102-56/+83
|\
| * Use AutoValue to implement View.Kristen Kozak2017-05-102-56/+83
|/
* Fix Boolean comparison in SpanFactoryImpl. (#289)Bogdan Drutu2017-05-091-2/+1
* Change TraceExporterImpl to implement also the StartEndHandler. (#288)Bogdan Drutu2017-05-097-107/+189
* Add span factory implementation. (#284)Bogdan Drutu2017-05-093-1/+307
* Add an export service handler which logs all the SpanData. (#286)Bogdan Drutu2017-05-081-0/+40
* Merge pull request #285 from sebright/auto-value-DistributionAggregationDescr...sebright2017-05-0810-20/+61
|\
| * Add Immutable annotation to AutoValue stats classes.Kristen Kozak2017-05-088-1/+20
| * Use AutoValue to implement DistributionAggregationDescriptor.Kristen Kozak2017-05-082-8/+25
| * Use AutoValue to implement BucketBoundaries.Kristen Kozak2017-05-082-11/+16
* | Add implementation for TraceExporter. (#279)Bogdan Drutu2017-05-0810-21/+429
|/
* Merge pull request #281 from sebright/view-namesebright2017-05-077-77/+232
|\
| * Improve assertion error message.Kristen Kozak2017-05-071-2/+2
| * Test that ViewDescriptor.Names cannot be created with null strings.Kristen Kozak2017-05-071-0/+5
| * Test that ViewDescriptors cannot be created with null names.Kristen Kozak2017-05-071-0/+40
| * Use AutoValue to implement ViewDescriptor.Kristen Kozak2017-05-073-69/+50
| * Test ViewDescriptor.getViewDescriptorName().Kristen Kozak2017-05-071-3/+5
| * Add a class to represent a ViewDescriptor name.Kristen Kozak2017-05-077-20/+147
* | Add hasRemoteParent property to SpanImpl and SpanData. (#283)Bogdan Drutu2017-05-074-25/+61
|/
* Merge pull request #280 from sebright/view-aggregationssebright2017-05-072-3/+10
|\
| * Make View's lists of aggregations immutable.Kristen Kozak2017-05-052-3/+10
* | Update BinaryPropagationHandler to not be a singleton to be consistent with o...Bogdan Drutu2017-05-074-10/+8
|/
* Merge pull request #278 from sebright/MeasurementDescriptorToViewMap-synchron...sebright2017-05-054-111/+65
|\
| * Call getMutableView instead of getView to avoid creating unnecessary View.Kristen Kozak2017-05-051-1/+1
| * Refactor getView to call getMutableView.Kristen Kozak2017-05-051-8/+2
| * Rename a variable.Kristen Kozak2017-05-051-4/+4
| * Use intrinsic locking in MeasurementDescriptorToViewMap.Kristen Kozak2017-05-041-31/+23
| * Refactor MeasurementDescriptorToViewMap.putView(...).Kristen Kozak2017-05-043-67/+56
| * Remove some redundant keywords.Kristen Kozak2017-05-041-2/+2
| * Remove an unused method.Kristen Kozak2017-05-041-21/+0
|/
* Merge pull request #277 from sebright/simplify-StatsManagerImplBasesebright2017-05-042-87/+132
|\
| * Rename a variable.Kristen Kozak2017-05-041-5/+5
| * Simplify StatsManager by delegating stats operations to new a class, ViewMana...Kristen Kozak2017-05-042-87/+132
|/
* Add a TraceConfig for active TraceParams and allow changing the active TraceP...Bogdan Drutu2017-05-0310-159/+345
* Add a random handler that can be implement differently based on the java supp...Bogdan Drutu2017-05-023-0/+96
* Merge pull request #271 from bogdandrutu/traceexportBogdan Drutu2017-05-0211-4/+168
|\
| * Added comments to all SpanData nested classes and updated the comments in the...Bogdan Drutu2017-05-022-9/+32
| * Add a TraceExporter class that allows exporting Span data to different services.Bogdan Drutu2017-05-0211-3/+144
|/
* Set correct source and target in gradle for java7 and java8 artifacts. (#272)Bogdan Drutu2017-05-024-4/+25