Remove old Newrelic integration

This commit is contained in:
Tobie Morgan Hitchcock 2016-10-14 22:55:28 +01:00
parent 4d70f021a3
commit 11ce932f89

View file

@ -75,13 +75,6 @@ func Setup(opts *cnf.Options) (err error) {
c.Set("DB", d["db"]) c.Set("DB", d["db"])
return nil return nil
}, },
// Setup newrelic integration
s.Use(mw.Newrelic(&mw.NewrelicOpts{
Name: []byte("Surreal"),
License: []byte(opts.Logging.Newrelic),
}))
}).PathIs("/rpc", "/sql").PathBegsWith("/key")) }).PathIs("/rpc", "/sql").PathBegsWith("/key"))
// Run the server // Run the server