简体   繁体   English

NewRelic 如何查明项目是否使用它

[英]NewRelic how to find out if a project uses it

I need to find out if any asp.net mvc applications use NewRelic.我需要找出是否有任何 asp.net mvc 应用程序使用 NewRelic。 I passed all the references and did a text search with the object "NewRelic" but I didn't find any occurrences.我通过了所有参考文献并使用 object "NewRelic" 进行了文本搜索,但没有找到任何匹配项。 Am I missing something?我错过了什么吗? Thank you.谢谢你。

New Relic's APM agent is the one in charge of monitoring web apps. New Relic 的 APM 代理负责监控 web 应用程序。 Assuming your app runs on Windows, you can check if the agent is installed in Start > All Programs > New Relic .NET Agent .假设您的应用程序在 Windows 上运行,您可以检查代理是否安装在Start > All Programs > New Relic .NET Agent中。 If there's no such menu, there is most likely no agent running.如果没有这样的菜单,则很可能没有代理正在运行。

Also, check if the following file exist in your code base newrelic.config .此外,检查您的代码库newrelic.config中是否存在以下文件。

As for New Relic's Browser agent (Real User Monitoring), take a look at the generated HTML of your web app, and if you spot the following string in the code window.NREUM it means that Browser is instrumented either manually (snippet in the HTML template, like Google Analytics) or automatically through the APM agent. As for New Relic's Browser agent (Real User Monitoring), take a look at the generated HTML of your web app, and if you spot the following string in the code window.NREUM it means that Browser is instrumented either manually (snippet in the HTML模板,如 Google Analytics)或通过 APM 代理自动执行。

Source: uninstallation docs .来源: 卸载文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以找出一个集合使用多少内存吗? - Can i find out how much memory a Collection uses? 如何找到装配体的项目目录? - How to find out the project directory of an assembly? 如何确定项目中是否包含Unity Facebook SDK? - How to find out if Unity Facebook SDK is in the project? 在 .NET 中找出对象使用多少内存的最简单方法是什么? - What is the easiest way to find out how much memory an object uses in .NET? 如何向使用POST方法的公共网站发送请求以及如何查找请求的参数,如源和目的地等 - How to send a request to public website which uses POST method and how to find out parameters of the request like source and destination etc 在后面的代码中找出哪个页面使用了用户控件 - in code behind find out which page uses an user control 如何在第二个程序集中找到方法的用途? - How to find uses of a method in a second assembly? 如何在.NET中手动将错误推送到NewRelic - How to manually push errors to NewRelic in .NET 如何找出我在Visual Studio 2017中使用的c#项目类型? - How can I find out what type of c# project I'm using in Visual Studio 2017? 如何从解决方案中引用项目? - How to reference a project out of solution?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM