Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GoRelic

NewRelic middleware for gin-gonic framework.

Usage

import(
	"github.com/go-go/gin"
	"github.com/go-go/gin-gorelic"
)

func main(){
	g := gin.Default()

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

	g.Run()
}

Authors

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages