package instrumentation
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait MatchingContext extends AnyRef
-
class
MatchingContextIntoRequestContext extends AnyRef
- Annotations
- @Aspect()
- case class PathMatchContext(fullPath: String, matched: Matched[_]) extends Product with Serializable
-
class
ServerRequestInstrumentation extends BasicDirectives with PathDirectives
- Annotations
- @Aspect()
Value Members
- object MatchingContext
-
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.
- object ServerRequestInstrumentation