aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4f705ff9a82b8e9f502e81c2dee4b03fbf3c3d51 (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
25
# 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