go-agent icon indicating copy to clipboard operation
go-agent copied to clipboard

New Relic Go Agent

Results 61 go-agent issues
Sort by recently updated
recently updated
newest added

## Summary We use `github.com/pkg/errors` throughout our codebase to make sure all our errors have good traces, and it would be really awesome if we could somehow attach the actual...

enhancement
p3

We have a common package used to initialize our `Application` from the environment. This package is intended to be shared by both kubernetes applications as well as lambdas. Consequently, it...

enhancement
p3

## Summary We have a Postgresql server in Google Cloud, but when i try to instrument with the `nrpostgresql` driver I got an error of the host, we are using...

enhancement
p1

Maybe We need new integrations. I can add go-kit integration.

enhancement

Apparently New Relic has dropped support for APM labels, in favor of tags. https://forum.newrelic.com/s/hubtopic/aAX8W0000008ctsWAA/important-upcoming-changes-to-capabilities-and-support-across-errors-classic However, the Go agent only supports labels, and continues to create them. This has led to...

enhancement

## Summary We are trying to build an adapter for our API Gateway proxy request lambdas to convert them into Go's net/http framework. That way we can share more of...

enhancement

## Summary At the moment, datastore segments created by pre-built integration packages (for MySQL, PostgreSQL, or SQLite database drivers) never set `segments.QueryParameters`. ## Desired Behaviour If `SQLDriverSegmentBuilder` contained an `ParseArgs`...

enhancement

Currently when an error is returned in a grpc call, the stack trace reported comes from the newrelic library interceptor stage, rather than extracting the stack trace from the error....

enhancement
in-discovery

## Summary We would like to use the new `logcontext` v2, but continue using a JSON formatter that extracts the different logrus fields into individual fields in the log details...

enhancement

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary [NOTE]: # ( Provide a brief overview of what the new...

enhancement