Package

kamon.akka.http

instrumentation

Permalink

package instrumentation

Visibility
  1. Public
  2. All

Type Members

  1. trait MatchingContext extends AnyRef

    Permalink
  2. class MatchingContextIntoRequestContext extends AnyRef

    Permalink
    Annotations
    @Aspect()
  3. case class PathMatchContext(fullPath: String, matched: Matched[_]) extends Product with Serializable

    Permalink
  4. class ServerRequestInstrumentation extends BasicDirectives with PathDirectives

    Permalink
    Annotations
    @Aspect()

Value Members

  1. object MatchingContext

    Permalink
  2. object ServerFlowWrapper

    Permalink

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

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

    Credits to @jypma.

  3. object ServerRequestInstrumentation

    Permalink

Ungrouped