Home

Awesome

beego_gorelic

beego_gorelic is NewRelic middleware for beego framework.

Installation

If your application use runmode=dev, then NewrelicVerbose will be set to true by default

Optional Configuration

The following key can be added to the conf/app.conf to prepend or append the runmode to the appname provided to NewRelic (uses a dash as separator). If not defined, the NewRelic appname is the beego appname.

NewrelicAppnameRunmode=prepend

reports runmode-appname to NewRelic

NewrelicAppnameRunmode=append

reports appname-runmode to NewRelic