Packages

p

kamon.akka.http

instrumentation

package instrumentation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait MatchingContext extends AnyRef
  2. class MatchingContextIntoRequestContext extends AnyRef
    Annotations
    @Aspect()
  3. case class PathMatchContext(fullPath: String, matched: Matched[_]) extends Product with Serializable
  4. class ServerRequestInstrumentation extends BasicDirectives with PathDirectives
    Annotations
    @Aspect()

Value Members

  1. object MatchingContext
  2. object ServerFlowWrapper

    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

Ungrouped