aboutsummaryrefslogtreecommitdiffstats
path: root/examples/src
Commit message (Collapse)AuthorAgeFilesLines
* Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu2017-03-227-18/+24
|
* Remove the try-with-resources support for the Span. This is important ↵Bogdan Drutu2017-03-112-10/+10
| | | | because we want to discourage the usage of the Span and encourage the usage of ScopedSpan. (#127)
* Add a SpanBuilder class. (#123)Bogdan Drutu2017-03-076-11/+11
| | | | | | * Add a SpanBuilder to avoid exponential increase in the number of startSpan[XXX] methods in the Tracer class. * Modify examples and comments based on Adrian's feedback.
* Add few usage examples for the trace API.Bogdan Drutu2017-02-286-0/+240
|
* Use the correct maven path for examples which is src/main/java/...Bogdan Drutu2017-02-151-0/+0
|
* Move stats examples to the equivalent maven path.Bogdan Drutu2017-02-151-0/+85