# Functions
NewMiddleware constructs a Middleware.
NewNopContextExtractor returns a no-op ContextExtractor.
# Structs
Middleware is logging and metrics middleware for all RPC types.
# Type aliases
A ContextExtractor pulls any relevant request-scoped data (e.g., tracing spans) from the request's Context.