{"id":76490,"library":"newrelic-go-agent-v3-integrations-nrgin","title":"nrgin","description":"Instrument Gin web framework applications with New Relic Go Agent.","status":"active","version":"1.4.2","language":"go","source_language":null,"source_url":"https://github.com/newrelic/go-agent","tags":["newrelic","gin","monitoring","instrumentation"],"install":[{"cmd":"go get github.com/newrelic/go-agent/v3/integrations/nrgin","lang":"bash","label":"Install github.com/newrelic/go-agent/v3/integrations/nrgin"}],"dependencies":[],"imports":[{"symbol":"nrgin","correct":"github.com/newrelic/go-agent/v3/integrations/nrgin"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/gin-gonic/gin\"\n\t\"github.com/newrelic/go-agent/v3/integrations/nrgin\"\n\t\"github.com/newrelic/go-agent/v3/newrelic\"\n)\n\nfunc main() {\n\tapp, _ := newrelic.NewApplication(newrelic.ConfigAppName(\"My App\"), newrelic.ConfigLicense(\"LICENSE_KEY\"))\n\trouter := gin.Default()\n\trouter.Use(nrgin.Middleware(app))\n\trouter.GET(\"/\", func(c *gin.Context) {\n\t\tc.String(200, \"Hello\")\n\t})\n\trouter.Run()\n}","lang":"go","description":"Add New Relic monitoring to a Gin router."},"warnings":[],"env_vars":null,"search_vec":"'agent':11 'applic':6 'framework':5 'gin':3,13 'go':10 'instrument':2,15 'monitor':14 'new':8 'newrel':12 'nrgin':1 'relic':9 'web':4","created_at":"2026-06-17T19:32:13.172465+00:00","updated_at":"2026-06-17T19:32:13.172465+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/newrelic/go-agent","github":"https://github.com/newrelic/go-agent","docs":"https://pkg.go.dev/github.com/newrelic/go-agent/v3/integrations/nrgin#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}