A temporary implementation of the Kamon Akka-Http(based on @jypma http://pastebin.com/DHVb54iK and kamon-spray module) module.
This WIP currently supports:
- Traces in the server side and allow configure the
X-Trace-Context
in order to pass into the current request request.] - HttpServerMetrics that gather metrics with status code and categories + request-active and connection-open (as your snippet)
- Segments for client-side requests
Backlog
- Connection-Level Client-Side API
- Host-Level Client-Side API support
- Tests