newrelic-go-agent
newrelic-go-agent copied to clipboard
Installation Instructions?
I am new to Golang and New Relic, but want to use this! I am familiar with setting it up for PHP, but I am using docker to install my api. How would I get this installed?
Thanks!
+1
+1
@Fyb3roptik I believe this is how you inject your license key:
if err := newrelic.Init("your license", "name", "language", "language version"); err != nil {
//blabla didn't work
}
You should as well be able to use wrapper from other git repo: https://github.com/remind101/newrelic/