Package

kamon.akka.http

instrumentation

Permalink

package instrumentation

Visibility
  1. Public
  2. All

Type Members

  1. class ClientRequestInstrumentation extends AnyRef

    Permalink
    Annotations
    @Aspect()
  2. class ServerRequestInstrumentation extends AnyRef

    Permalink
    Annotations
    @Aspect()

Value Members

  1. object FlowWrapper

    Permalink

    Wraps an Flow[HttpRequest,HttpResponse] with the necessary steps to output the http metrics defined in AkkaHttpServerMetrics.

    Wraps an Flow[HttpRequest,HttpResponse] with the necessary steps to output the http metrics defined in AkkaHttpServerMetrics. credits to @jypma.

Ungrouped