go-agent
go-agent copied to clipboard
New Relic Go Agent
Added support for custom attributes in slog
## Summary newrelic cannot be used with AWS Lambda with the following configuration * Working with Lambda container images * [AWS Lambda Web Adapter](https://github.com/awslabs/aws-lambda-web-adapter?tab=readme-ov-file#aws-lambda-web-adapter) * Function URLs * Go ##...
Logs in context integrations and newrelic-agent does not forward attributes from logs https://docs.newrelic.com/docs/logs/logs-context/configure-logs-context-go/#installing-a-logs-in-context-plugin https://github.com/newrelic/go-agent/blob/master/v3/integrations/logcontext-v2/nrslog/handler.go#L130 ## Expected Behavior Attributes appear on NR. ## Reproduction case https://github.com/newrelic/go-agent/blob/master/v3/integrations/logcontext-v2/nrslog/example/main.go Additional attributes can be added...
# Repolinter Report 🤖*This issue was automatically generated by [repolinter-action](https://github.com/newrelic/repolinter-action), developed by the Open Source and Developer Advocacy team at New Relic. This issue will be automatically updated or closed...
## Description We have several Go applications that use the New Relic Go agent, and they work well. But there is a particular one that seems to be experiencing what...
Add an integration package for the go-chi router ## Summary [This page](https://pkg.go.dev/github.com/newrelic/go-agent#section-readme) recommends opening a ticket to request new integration packages. [This issue](https://github.com/newrelic/go-agent/issues/241) was opened in the past but was...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary Currently, [I'm using Github Actions](https://docs.newrelic.com/docs/change-tracking/ci-cd/change-tracking-github-actions/) to indicate to new relic when...
## picture ## Description use /five api , but not see span ## my golang code http.HandleFunc(newrelic.WrapHandleFunc(app, "/five", five)) func five(w http.ResponseWriter, r *http.Request) { // txn := app.StartTransaction("tThree") txn...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary Trying to write some tests for a custom middleware and found...
## Description No context is attached to log messages. No information in debug messages from agent itself on why. Setup: go-agent + nrlambda + logcontext-v2 + https://github.com/newrelic/newrelic-lambda-extension + logrus ##...