newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

The New Relic .NET language agent.

Results 163 newrelic-dotnet-agent issues
Sort by recently updated
recently updated
newest added
trafficstars

Test performance overhead of the agent after the grpc.net.client migration. We want to test with both .NET Framework and .NET Core application. Suggested test cases: - Old agent vs new...

**Description** AddCustomAttribute() fails to update existing attributes with new value when attribute limit reached (65 attribute per transaction). This is due to this line of code: https://github.com/newrelic/newrelic-dotnet-agent/blob/2ba99ea91ac20f79af40259e485949c6b3b1aac3/src/Agent/NewRelic/Agent/Core/Attributes/AttributeValueCollection.cs#L177 When attribute limit...

bug

### Feature Description The wrapper that is responsible for instrumenting Asp.Net pipeline has the name as follow "NewRelic.Providers.Wrapper.Asp35". The "35" the name is confusing as it originally meant Asp.Net 3.5,...

technical debt

Since we now only support .Net Framework >=462 and .Net Framework >=462 support netstandard2.0, a lot of the #if NET45 conditions become irrelevant. Acceptance Criteria: Test pass. 8T works on...

technical debt

**Description** After rebuilding our unbounded services, I noticed that MySQL unbounded tests were consistently failing. After digging into this, I noticed that [Version 8.0.29 of MySQL had been released](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-29.html) in...

Test to make sure no connection leakage when the agent tries to reconnect to 8T endpoints for the following various reasons .ie invalid certificate, connection being rejected ...

### Feature Description When we send data up to New Relic, the response headers that we get back from New Relic have been useful for debugging issues like missing data...

enhancement
technical debt

#### Description For nested/compound SQL statements, these are reported as "other" instead of the DB name called. This follows on from @elucus's #224 that was resolved by @nr-ahemsath in #370,...

enhancement
community
feature pack

### Feature Description Azure Web Sites hosted in Linux can't install the .Net Agent by using the New Relic Azure Site Extension as the “Extensions” blade is faded out. Create...

enhancement
feature pack

### Is your feature request related to a problem? Please describe. Apologies if I mess up the NR terminology. Here is the problem I have. I have a background worker...

community
feature request