aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/trace/GoogleStackdriverTraceWithConsumer.scala
Commit message (Collapse)AuthorAgeFilesLines
* cleanup logging, remove old tracing, use new tracing libraryJohn St John2017-10-051-95/+0
|
* Follow google example to implement a scheduled flusing trace consumer by defaultJohn St John2017-10-041-3/+17
|
* just use a unit size per spanJohn St John2017-09-261-2/+2
|
* only push traces every 10 requests by defaultJohn St John2017-09-261-3/+5
|
* Catch and log google tracing exceptions rather than crashing the entire appJohn St John2017-09-261-3/+7
|
* Jstjohn/google stackdriver trace (#64)v1.0.1John St. John2017-09-211-0/+75
Add app-level tracing to driver-core (https://www.pivotaltracker.com/story/show/151100422)