Skip to content

pagarme/nr-iris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nr-iris

NewRelic instrumentation helpers for iris

Usage

Instrumenting web transactions

app.HandleFunc("POST", "/orders", nriris.WrapHandler("/orders", createOrder))

Getting newrelic.Transaction:

func handler (ctx *iris.Context) {
    txn := nriris.GetTransaction(ctx)
}

For complete documentation, check here.

License

See here.

About

NewRelic instrumentation helpers for iris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%