Skip to content

Instantly share code, notes, and snippets.

@bbraunstein
bbraunstein / gist:dc83aa0466800509ae45083500325888
Last active June 7, 2021 19:04
New Relic Go Custom Instrumentation
package main
import (
"context"
"fmt"
"github.com/newrelic/go-agent/v3/integrations/nrlambda"
"github.com/newrelic/go-agent/v3/newrelic"
)