Documentation ¶
Overview ¶
Package nrgorilla instruments https://github.com/gorilla/mux applications.
Use this package to instrument inbound requests handled by a gorilla mux.Router. Call nrgorilla.InstrumentRoutes on your gorilla mux.Router after your routes have been added to it.
Example: https://github.com/newrelic/go-agent/tree/master/_integrations/nrgorilla/v1/example/main.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstrumentRoutes ¶
InstrumentRoutes instruments requests through the provided mux.Router. Use this after the routes have been added to the router.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.