# Functions
New initializes the monitoring with the given configuration.
# Structs
Monitoring is the type holding a middleware that traces the request to an application.
# Type aliases
Middleware is a function returns another http.Handler that wraps the given handler.