Registry / observability / newrelic-go-agent-v3-integrations-nrgorilla

newrelic-go-agent-v3-integrations-nrgorilla

JSON →
library1.2.5gogounverified

Package nrgorilla instruments https://github.com/gorilla/mux applications.

go get github.com/newrelic/go-agent/v3/integrations/nrgorilla
INSTALL
IMPORT
SIG · NEWRELIC-GO-AGENT-
N
newrelic-go-agent-v3-integrations-nrgorilla
observabilitygov1.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nrgorilla
github.com/newrelic/go-agent/v3/integrations/nrgorilla

Instrument a Gorilla Mux router with New Relic.

package main import ( "github.com/gorilla/mux" "github.com/newrelic/go-agent/v3/integrations/nrgorilla" "github.com/newrelic/go-agent/v3/newrelic" ) func main() { app, _ := newrelic.NewApplication(newrelic.ConfigAppName("My App")) r := mux.NewRouter() r.Use(nrgorilla.Middleware(app)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
OpenAI (training)
2
Resources
newrelic-go-agent-v3-integrations-nrgorilla — go get newrelic-go-agent-v3-integrations-nrgorilla · libregistry