newrelic-dotnet-agent
newrelic-dotnet-agent copied to clipboard
The New Relic .NET language agent.
### Describe the story, please be clear on scope of the story. There does not appear to be any container information available on the filesystem for the agent to find...
### Describe the story, please be clear on scope of the story. All public docs for LASP/CSP were removed, but the agent still supports the configuration. We would like to...
### Is your feature request related to a problem? Please describe. We can only use either .NET configuration providers and environment variables to configure the New Relic agent. Right now,...
### Describe the story, please be clear on scope of the story. There are multiple build warnings reported by the profiler. We should address those warnings to help make the...
### Is your feature request related to a problem? Please describe. I don't want to add a TransactionAttribute to every class that inherits from a base class where I could...
Agent instrumentation that is implemented as a wrapper (which is most agent instrumentation) has a couple of features that help protect the stability of customer's applications. See https://github.com/newrelic/newrelic-dotnet-agent/blob/9e355f3507130394e0660e1eb7c99e6d368f6bfc/src/Agent/NewRelic/Agent/Core/Wrapper/WrapperService.cs#L149 1. Any...
Our documentation gives examples of how to install the Agent via Docker, but only how to always grab the latest version. This should be updated to show how to pin...
### Describe the story, please be clear on scope of the story. This story will be good for a tech debt/bug smash milestone. In MassTransit instrumentation, we are currently using...
### Describe the story, please be clear on scope of the story. The Container tests currently use the Linux smoke tests service as a base, but now that there are...
### Describe the story, please be clear on scope of the story. The dotnet agent's current usage of HttpClient for sending data to New Relic mostly follows MIcrosoft's guidance (this...