newrelic-dotnet-agent
newrelic-dotnet-agent copied to clipboard
The New Relic .NET language agent.
### Is your feature request related to a problem? Please describe. I cannot configure NewRelic, via configuration files, to exclude certain transactions from the error rate. Sometimes the HTTP code,...
### Current Behavior The bug occurs on this line: https://github.com/newrelic/newrelic-dotnet-agent/blob/2ba99ea91ac20f79af40259e485949c6b3b1aac3/src/AwsLambda/AwsLambdaWrapper/IOParser.cs#L131 The if-statement is checking if the SQS message coming into the lambda contains an SNS message inside of it, and...
Hello, I was installed my project agent and its working fine. But i had an exception when starting application on docker ``` web_1 | log4net:ERROR You have tried to set...
**Description** We have a .Net 5/6 application that is experiencing an inordinate number of `SocketExceptions`. We use a Web API base template and implement background processing that interacts heavily with...
### Feature Description Introduce a new property on our `[Transaction]` attribute to prefer tracking custom instrumented methods on new threads as new transactions when one already exists. This follows up...
Suggestion for a feature. Entity Framework 6.x (not sure about EF Core) generates queries in patterns that get grouped together in New Relic. I'll list a couple of common groupings...
Our support team pointed out some apparent inconsistencies in our configuration documentation, regarding the use of these environment variables: `NEWRELIC_INSTALL_PATH` `NEWRELIC_HOME` `CORECLR_NEWRELIC_HOME` Here's the document in question: https://docs.newrelic.com/docs/apm/agents/net-agent/configuration/net-agent-configuration Specifically these...
A place holder to remind creating the release process doc for the Azure Site Extension.
## Bug Enabling Infinite Tracing when running the agent in an Alpine Linux Docker container causes the following exception: ```text 2020-10-07 12:27:07,093 NewRelic DEBUG: [pid: 1, tid: 19] SpanStreamingService: Error...
This issue is a follow-on action from #652. Per the agent specs (NR internal-only link: https://source.datanerd.us/agents/agent-specs/blob/main/distributed_tracing/New-Relic-Payload.md), agents should accept inbound an inbound distributed tracing header with the key case as...