diff --git a/src/content/docs/apm/agents/go-agent/installation/install-automation-new-relic-go.mdx b/src/content/docs/apm/agents/go-agent/installation/install-automation-new-relic-go.mdx index 0ee87405a4f..8d5ae827624 100644 --- a/src/content/docs/apm/agents/go-agent/installation/install-automation-new-relic-go.mdx +++ b/src/content/docs/apm/agents/go-agent/installation/install-automation-new-relic-go.mdx @@ -52,13 +52,15 @@ The scope of what this tool can instrument in your application is limited to the * Capturing errors in any function wrapped or traced by a transaction * Tracing locally defined functions that are invoked in the application's `main()` method with a transaction * Tracing async functions and function literals with an async segment -* Wrapping HTTP handlers +* Adding middleware to supported libraries for tracing * Injecting distributed tracing into external traffic ### Supported Libraries [#supported-libraries] * standard library * net/http +* gin +* gRPC ## Installation [#go-easy-install] @@ -74,7 +76,7 @@ go install github.com/newrelic/go-easy-instrumentation@latest id="setup-go-path" title="Setting up your GOPATH" > - The easiest way to use the installed `go-easy-instrumentation` binary is by adding your `GOPATH` bin to your `PATH`. + To install `go-easy-instrumentation` make sure `GOPATH` bin is in your `PATH`.