kamon-io / kamon-http4s

Kamon Integration for http4s
Apache License 2.0
53 stars 29 forks source link

Bump Kamon to 2.0 #27

Closed mladens closed 5 years ago

mladens commented 5 years ago

Here's an attempt at instrumentation using new HttpServerInstrumentation abstraction comming with 2.0 (to be consistent with akka-http)

Potential issue noticed for cases where server throws while processing, error handler (DefaultServiceErrorHandler if none provided) will recover and build a new Response without any of context headers, though span is properly failed and closed.

dpsoft commented 5 years ago

@mladens awesome!