Skip to content

martini-contrib/gorelic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GoRelic

NewRelic middleware for martini framework.

Usage

import(
	"github.com/go-martini/martini"
	"github.com/martini-contrib/gorelic"
)

func main(){
	m := martini.Classic()

	gorelic.InitNewrelicAgent("YOUR_NEWRELIC_LICENSE_KEY", "YOUR_APPLICATION_NAME", true)
	m.Use(gorelic.Handler)

	m.Run()
}

Authors

About

NewRelic middleware for martini framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages