• EnglishEspañol日本語한국어Português
  • ログイン今すぐ開始

.NET agent release notesRSS

April 29, 2015
.NET agent v4.4.60.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • Web transaction types (seen in tooltips) should now be more meaningful. When you mouse over a transaction, instead of showing Action it will show ASP, MVC, WebAPI, WebService, WCF, etc.

Upgrade Notes

重要

This improvement to transaction naming may impact the transaction names of existing metrics including Key Transactions, Alert on Anything metrics and Insights queries based on transaction names. These would need to be recreated with the new transaction name after the upgrade.

Fixes

  • The agent will now fallback to using the proxy configured for the executing user when talking to New Relic.

April 16, 2015
.NET agent v4.3.123.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • Non-web transactions can now report Apdex scores. This can be done by marking a non-web transaction as Key Transaction and setting its Apdex threshold to the desired time (in seconds). This allows monitoring and alerting based on this score as well as configuration of thresholds that make sense for long-running or faster background transactions.

Fixes

  • Fixed a bug that caused WebApi applications to intermittently throw exceptions under certain conditions.
  • Fixed a bug that caused Browser Monitoring autoinjection to increase application memory usage.
  • Fixed a bug where attempting to load newrelic.config from web root on a network share would fail.
  • Fixed RUM auto-injection for default pages in WebForms applications running on .NET 3.5 or lower in integrated pipeline mode.
  • Fixed a bug where sometimes transaction events wouldn't be sent to Insights.
  • Fixed a bug where sometimes error traces wouldn't be sent to APM.
  • Thread profiles of .NET agent instrumented applications now only contain data in the Other bucket.

March 31, 2015
.NET agent v4.2.185.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • Customers who use the MongoDB.Driver for .NET in their applications will start to see MongoDB-based transaction segments. Operations will include data querying, aggregation, index creation/retrieval, data insertion/update/removal and bulk write operations. MongoDB datastore transactions will appear in the Monitoring > Databases APM page. The .NET agent uses the 1.10.0 version of the MongoDB Driver for .NET but will report instrumentation for applications using older versions of the driver.
  • Provides support for NServiceBus instrumentation, which will appear as transaction segments containing Message Broker, the queue name and the action (such as Produce or Consume). Since NServiceBus can be used for inter-application communication, nodes will also appear within the Cross-Application Tracing map in APM. This release supports NServiceBus 5.0 and later.

Fixes

  • Fixes a bug where WCF applications hosted in IIS with compatibility mode disabled would not receive any useful transaction traces.
  • Fixes a bug where WCF applications hosted in IIS with compatibility mode disabled would see twice as much throughput and *.svc transactions.
  • Fixes a bug where some frameworks (WCF, Umbraco, DotNetNuke, etc.) were not having their transactions named as they were in agent 3.x and instead were getting named by the route.
  • Fixed a bug where server-side redirects would cause transactions to be dropped.
  • Fixes a bug where default page redirection in IIS classic pipeline mode would cause the redirection to fail and a 404 to occur instead.
  • Fixes a bug where an exception could be thrown if the Content Type of an outgoing payload could not be parsed.
  • Fixes an issue where the Azure Cloud Services NuGet package will not install on roles that are added as part of a second Cloud Service project.
  • Fixes a bug where transactions would sometimes not show up in the UI.

Notes

  • There is a known issue in version 4.2.185.0 of the .NET agent which prevents auto-injection in certain specific cases. This issue only affects WebForms websites running in integrated pipeline mode, and only manifests when navigating to the website's root URL.

March 18, 2015
March 17, 2015
.NET agent v4.1.134.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

Fixes

  • Non-IIS applications no longer use the process name as an application name unless no other name is provided. This brings non-IIS application naming in-line with IIS application naming and all of the same naming rules should apply.
  • Fixes a bug where simple transactions wouldn't be available to insights for queries. This was most likely to occur with custom applications or WCF applications.
  • Fixes a security issue where proxy credentials could be written to the agent log file if you supplied them in the hostname (e.g., user:password@proxy.com:1234).
  • Fixed a bug that caused the .NET agent to corrupt some non-HTML resources if browser monitoring was enabled.

March 12, 2015
.NET agent v4.0.146.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • ASP.NET, MVC, and Web API instrumentation has been greatly improved. We now time each of the lifecycle events to help diagnose problematic areas of the .NET lifecycle such as session state lock contention. MVC and WebAPI should now properly wrap the time spent in controller actions inside the proper segment.
    • We should now see far more exceptions that occur in your application, with full stack traces. The caveat here is that your error rate may appear to spike after upgrading and you may need to add some additional configuration to ignore more errors (or adjust error rate thresholds).

Fixes

  • Fixed a bug where WebAPI exceptions didn't contain stack traces.
  • Increases the number of places during the ASP.NET Lifecycle that New Relic API methods that modify the transaction (like SetTransactionName) can be used.
  • Provides support for instrumentation of methods on generic class types.
  • Fixed a bug that would sometimes cause IIS to get into a bad state under certain load conditions where it would stop serving requests. This could be identified by an exception from IIS around System.Web.HttpApplication.PipelineStepManager.ResumeSteps.

Other

  • MVC2 applications will no longer generate MVC-specific segments or have MVC route-based transaction names.
  • Thread profiles will no longer put threads into the Web Requests thread bucket (the Other bucket will be used instead)

February 19, 2015
.NET agent v3.12.140.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • The .Net Agent now reports Insights Transaction Events for transactions that are errors. New queryable attributes: errorType and errorMessage are reported on these events, providing a reliable way to filter out error transactions in your Insights queries.

Fixes

  • Fixes a bug where breakdown tables wouldn't include external calls.

January 26, 2015
.NET agent v3.11.296.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Fixes

  • Fixes a bug where setting transaction trace threshold from the New Relic UI would cause it to revert to default.
  • Fixes a bug where the cross application map would sometimes show the wrong color (apdex) line between nodes.
  • Fixes a bug where the New Relic tray application would report IIS 7+ as not running if one of the application pools was stopped.

November 20, 2014
.NET agent v3.10.43.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • The .NET agent now gives you additional information for requests from synthetic monitors. More transaction traces and events give you a clearer look into how your application is performing around the world.

October 29, 2014
.NET agent v3.9.146.0

重要

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • Added support for agent-side creation of application labels and categories via newrelic.config or the NEW_RELIC_LABELS environment variable.

    Labeling enables organization of applications with labels and categories. The APM UI will use these labels and categories to group, filter and organize all your applications in a meaningful way; this is particularly useful if you have many applications. For more information, see Labels and categories.

Fixes

  • Fixes a race condition that could lead to a small amount of missing data and in some rare cases, excessive CPU utilization. Most likely to occur with WCF applications under heavy load.
  • Fixes a bug where turning on high-security mode and turning off SQL would result in receiving obfuscated SQL.

Copyright © 2024 New Relic株式会社。

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.