NewRelic.Azure.WebSites.x64 2.12.146

There is a newer version of this package available.
See the version list below for details.
dotnet add package NewRelic.Azure.WebSites.x64 --version 2.12.146                
NuGet\Install-Package NewRelic.Azure.WebSites.x64 -Version 2.12.146                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NewRelic.Azure.WebSites.x64" Version="2.12.146" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NewRelic.Azure.WebSites.x64 --version 2.12.146                
#r "nuget: NewRelic.Azure.WebSites.x64, 2.12.146"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NewRelic.Azure.WebSites.x64 as a Cake Addin
#addin nuget:?package=NewRelic.Azure.WebSites.x64&version=2.12.146

// Install NewRelic.Azure.WebSites.x64 as a Cake Tool
#tool nuget:?package=NewRelic.Azure.WebSites.x64&version=2.12.146                

Go to New Relic to sign up and get your license key at http://newrelic.com/ or you can get a license key through the Windows Azure management portal via Add-On store.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.11.53 324 12/16/2015
5.10.59 504 12/1/2015
5.9.74 1,102 11/5/2015
5.8.28 1,242 10/14/2015
5.7.17 637 10/5/2015
5.6.53 528 9/24/2015
5.5.52 957 9/14/2015
5.4.16 1,231 8/27/2015
5.3.90 350 8/20/2015
5.2.87 1,499 7/22/2015
5.1.72 525 7/6/2015
5.0.136 417 6/24/2015
4.6.29 3,208 5/20/2015
4.5.90 489 5/14/2015
4.4.60 2,464 4/29/2015
4.3.123 3,249 4/16/2015
4.2.185 1,303 3/31/2015
4.1.136 1,353 3/18/2015
4.1.134 4,159 3/17/2015
3.12.140 5,270 2/19/2015
3.11.296 1,160 1/26/2015
3.10.43 12,798 11/21/2014
3.9.146 1,863 10/29/2014
3.8.1 3,379 10/1/2014
3.7.135 417 9/26/2014
3.6.177 2,461 8/27/2014
3.4.24 2,690 7/24/2014
3.3.38 410 7/11/2014
3.1.65 1,337 6/20/2014
3.0.79 4,023 5/29/2014
2.25.208 616 4/23/2014
2.24.218 1,053 3/5/2014
2.23.2 1,309 2/5/2014
2.22.79 159 2/4/2014
2.21.84 310 1/23/2014
2.20.25 211 1/18/2014
2.20.24 498 1/9/2014
2.19.3 412 1/2/2014
2.18.35 163 12/27/2013
2.17.268 199 12/20/2013
2.17.266 155 12/19/2013
2.16.164 750 11/19/2013
2.15.186.1 325 10/25/2013
2.15.186 172 10/22/2013
2.14.53 243 10/11/2013
2.13.38 242 10/2/2013
2.12.146 777 9/13/2013
2.10.40 487 8/20/2013
2.9.135 183 8/13/2013
2.9.122 189 8/6/2013
2.9.107 289 7/30/2013
2.8.135 540 6/24/2013

Fixes

* Fixes an issue where content-type was being explicitly checked for "text/HTML."  In some frameworks, such as NancyFX (http://nancyfx.org/), the charset was being added to the content-type before the New Relic HTTP module was loaded which caused the explicit check to fail and the RUM header and footer to not be added to the pages.
* Fixes an issue when the application results in a status code 404 or greater the metrics would be reported for the page not found instead of recording metrics for the 404 itself.  This change also addresses an issue where assets such as png, css, js and so on would have metrics recorded for each individual asset instead of rolling them up into the appropriate asset group, such as *.png or *.css.  Finally there were other metric grouping issues fixed where metrics were being named the custom route (such as /products/1) on some applications instead of using the name of the code asset that was doing the work to create the page (such as /products/productstemplate.aspx).
* Corrects functionality of the Status Monitor for IIS6 installations and applications running under sites other than DefaultWebSite.

New Features

* A thread profiler has been added to the .NET agent. The thread profiler is a low-impact profiling tool that can be used in production to identify bottlenecks in an application.

Improvements

* Log files now have windows style line endings so they display correctly in notepad.exe.
* The status monitor tray application will now prompt for elevation on launch rather than error at runtime when it doesn't have correct permissions.
* Azure Cloud Services nuget package : Modified the package so that when installing a new version it will attempt an upgrade if an existing agent is installed. (This feature requires Nuget v.2.6+ which prompts the user to overwrite existing / modified files - the newrelic.cmd must be overwritten to apply the new commands on the cloud service)
* Azure Cloud Services nuget package : The package now properly cleans up the environment variables out of the csdef when an uninstall or update occurs.
* Azure Cloud Services nuget package : For Worker Roles, the msiexec command in the newrelic.cmd file as been changed so that when the agent is installed it will install it for all CLR based applications.