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

The collector is sending a new limit per the spec to allow the span reservoir size to change. Here are the changes to the spec since we started putting DT...

With the current Go Agent, CAT is always on by default. If the customer enables DT, it turns off CAT. When we enable DT by default within the agent, make...

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary I'm filing this request on behalf of the customer. As described...

enhancement

## Summary stdlib.RegisterConnConfig allows you to use a *pgx.ConnConfig object to instantiate a sql.DB object In our use case we were not writing the certificates to a file and were...

enhancement

## Summary Provide the following methods on Application: ```go ShutdownContext(ctx context.Context) error WaitForConnectionContext(ctx context.Context) error ``` ## Desired Behaviour Instead of passing a timeout directly, use the cancellation channel on...

enhancement

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary I'd like to be able to set the StartTime for a...

enhancement

The redaction code in [PR 362](https://github.com/newrelic/go-agent/pull/362) has been superseded by the newer redaction code in [PR 415](https://github.com/newrelic/go-agent/pull/415). This means that license keys are now effectively redacted _twice_ under some circumstances....

enhancement

Pick up the [Go Agent-related card](https://source.datanerd.us/agents/oats/projects/2) on the Distributed by Default Overhead Testing project and run tests so we can have good recommendations for the default span reservoir size.

We have coverage in our unit tests, but feel like the functional/integration side of testing is lacking. We have some level of integration tests in our examples for our integrations...

A new PR about adding a `nonce` parameter also highlighted that the Go Agent is expecting differently named fields than what's expected. Make sure this reflects reality and update the...