Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GoRelic

NewRelic middleware for gin-gonic framework.

Installation

go get github.com/ri-nat/gin-gorelic

Usage

import(
	"github.com/gin-gonic/gin"
	"github.com/ri-nat/gin-gorelic"
)

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

	handler := gorelic.NewrelicAgentMiddleware("NEWRELIC_LICENSE_KEY", "app name", true)
	g.Use(handler)

	g.Run()
}

Authors

About

NewRelic middleware for gin-gonic framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages