aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/trace/GoogleStackdriverTrace.scala
Commit message (Collapse)AuthorAgeFilesLines
* cleanup logging, remove old tracing, use new tracing libraryJohn St John2017-10-051-56/+0
|
* Follow google example to implement a scheduled flusing trace consumer by defaultJohn St John2017-10-041-2/+9
|
* Upgrade google pubsub and storage librariesZach Smith2017-10-031-2/+1
|
* only push traces every 10 requests by defaultJohn St John2017-09-261-2/+5
|
* Catch and log google tracing exceptions rather than crashing the entire appJohn St John2017-09-261-1/+1
|
* Jstjohn/google stackdriver trace (#64)v1.0.1John St. John2017-09-211-0/+47
Add app-level tracing to driver-core (https://www.pivotaltracker.com/story/show/151100422)