aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7ce03f3a6380aed1d54634af94c51d719bed4cac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
TODO