Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An incantation of gorelic for kami middleware

david4shure/kamigorelic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kami GoRelic

NewRelic middleware for kami framework.

Usage

import(
        "github.com/david4shure/kamigorelic"
        "github.com/guregu/kami"
)

func main(){

     kamigorelic.InitNewrelicAgent("YOUR_NEWRELIC_LICENSE_KEY", "YOUR_APPLICATION_NAME", true)
     kami.Use("/", kamigorelic.Handler)

     kami.Serve()
}

Authors

About

An incantation of gorelic for kami middleware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages