aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: 4f705ff9a82b8e9f502e81c2dee4b03fbf3c3d51 (plain) (tree)




















                                                                    
                                                                              


    
# Driver Tracing Library

A vendor-neutral, pure-Scala [1] tracing library for Akka-HTTP.

[1] Pure-Scala, in this context, refers to no direct Java library
dependencies. Dependencies are kept to a minimum, however it is
possible that Java libraries may be included transitively.

This library provides tracing directives for Akka-HTTP. It specifies
common client abstractions and implementations that may be used with
different tracing solutions, such as Google Stackdriver Tracing.

## Getting Started
TODO

## Tracing Backends

### Logging
TODO

### Google Stackdriver Tracing
https://cloud.google.com/trace/docs/reference/v1/rest/v1/projects.traces#Trace
TODO