# Functions
LoggingMiddleware returns an endpoint middleware that logs the duration of each invocation, and the resulting error, if any.
MetricMiddleware returns an endpoint middleware that records the duration of each invocation to the passed histogram.
WrapInstrumentation inject basic instrumentation into the given endpoint.
WrapResiliency inject fault-tolerant/resiliency patterns into the given endpoint.
# Structs
No description provided by the author