Remove old Newrelic integration
This commit is contained in:
parent
4d70f021a3
commit
11ce932f89
1 changed files with 0 additions and 7 deletions
|
@ -75,13 +75,6 @@ func Setup(opts *cnf.Options) (err error) {
|
|||
c.Set("DB", d["db"])
|
||||
return nil
|
||||
},
|
||||
|
||||
// Setup newrelic integration
|
||||
|
||||
s.Use(mw.Newrelic(&mw.NewrelicOpts{
|
||||
Name: []byte("Surreal"),
|
||||
License: []byte(opts.Logging.Newrelic),
|
||||
}))
|
||||
}).PathIs("/rpc", "/sql").PathBegsWith("/key"))
|
||||
|
||||
// Run the server
|
||||
|
|
Loading…
Reference in a new issue