Registry /
observability / newrelic-go-agent-v3-integrations-nrgrpc
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.
nrgrpc
✓ github.com/newrelic/go-agent/v3/integrations/nrgrpc
Register the gRPC server interceptor with New Relic
package main
import (
"github.com/newrelic/go-agent/v3/integrations/nrgrpc"
"github.com/newrelic/go-agent/v3/newrelic"
)
func main() {
app, _ := newrelic.NewApplication(
newrelic.ConfigAppName("My App"),
newrelic.ConfigLicense("YOUR_LICENSE_KEY"),
)
nrgrpc.RegisterServerInterceptor(app)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.4.9latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.