8000 GitHub - cspinetta/kamon-akka-http: A temporary implementation of the Kamon Akka-Http(based in @jypma http://pastebin.com/DHVb54iK and kamon-spray module) module.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cspinetta/kamon-akka-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP: Kamon Akka-Http

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

Configuration

kamon {
  metric {
    filters {
      trace.includes = [ "**" ]
    }
  }
  
  subscriptions {
      trace                = [ "**" ]
      trace-segment        = [ "**" ]
      akka-http-server     = [ "**" ]
    }

About

A temporary implementation of the Kamon Akka-Http(based in @jypma http://pastebin.com/DHVb54iK and kamon-spray module) module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%
0