• English日本語한국어
  • Log inStart now

Go agent v2.10.0

July 31, 2019Download

2.10.0

New Features

  • Added support for custom events when using nrlambda. Example Lambda handler which creates custom event:

    func handler(ctx context.Context) {
    if txn := newrelic.FromContext(ctx); nil != txn {
    txn.Application().RecordCustomEvent("myEvent", map[string]interface{}{
    "zip": "zap",
    })
    }
    fmt.Println("hello world!")
    }
Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.