newrelic-dotnet-agent
newrelic-dotnet-agent copied to clipboard
The New Relic .NET language agent.
Virtuoso: Create Windows recipe to install and configure the agent to instrument the installed apps
The base recipe does most of the install work already. The majority of the work will be configuration. The recipes do not need to be generalized and can be tightly...
At the very least, this story covers adding/updating our docs for installing the agent using an Azure ARM template with the site extension. If the spike #685 shows that we...
Review our release process steps, create/improve the run book for deployment apt.newrelic.com/debian/ rollback and roll-forward. ### Feature Description A clear and concise description of steps required to rollback or roll...
Remove EOL versions from the S3 (apt.newrelic.com/dot_net_agent/) bucket - to make more efficient the process of copying/restoring [ Really Want ]
Validate if the agent is compatible with Google.Protobuf ver 3.15.7.
### Feature Description [Agent API docs page](https://docs.newrelic.com/docs/agents/net-agent/net-agent-api) is out of date. For instance, it includes `AddCustomParameter` (deprecated) and does not include `AddCustomAttribute` (replacement). This prevents us from providing a link...
The `AzureWebApplicationSmokeTest` has been broken due to a problem publishing the test app to Azure. The existing way to publish the app no longer works as Azure has changed the...
## Description Update CHANGELOG.md
https://github.com/newrelic/newrelic-dotnet-agent/blob/721825bcad66bb1036a00752de2c2c989e1114d0/src/AwsLambda/AwsLambdaOpenTracer/LambdaTracer.cs#L110-L115 The parameter for `ArgumentNullException` is supposed to be the name of the parameter that was null, not a message. Furthermore, `ArgumentNullException` is intended for when one of the function...
## Description The previous exception type, ArgumentNullException, was incorrect. The new type, ArgumentException, is better fit. # Author Checklist - [x] Unit tests, Integration tests, and Unbounded tests completed -...