Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogWrap ¶
func LogWrap(logger, accessLogger lager.Logger, loggableHandlerFunc LoggableHandlerFunc) http.HandlerFunc
func RecordLatency ¶
func RecordLatency(f http.HandlerFunc, emitter Emitter) http.HandlerFunc
func RecordRequestCount ¶
func RecordRequestCount(handler http.Handler, emitter Emitter) http.HandlerFunc
Types ¶
type LoggableHandlerFunc ¶
type LoggableHandlerFunc func(logger lager.Logger, w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.