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

newrelic-go-agent-v3-integrations-nrgrpc

JSON →
library1.4.9gogounverified

Instruments gRPC clients and servers with New Relic distributed tracing and monitoring.

go get github.com/newrelic/go-agent/v3/integrations/nrgrpc
INSTALL
IMPORT
SIG · NEWRELIC-GO-AGENT-
N
newrelic-go-agent-v3-integrations-nrgrpc
observabilitygov1.4.9
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.

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.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
newrelic-go-agent-v3-integrations-nrgrpc — go get newrelic-go-agent-v3-integrations-nrgrpc · libregistry