小程序容器助力企业在金融与物联网领域实现高效合规运营,带来的新机遇与挑战如何管理?
782
2022-11-03
AspectCore-APM 旨在为.NET Core 应用程序提供一套应用性能监控管理(APM)方案
butterfly-csharp
A .NET client for Butterfly-APM.
Example
start butterfly-servergit clone https://github.com/ButterflyAPM/butterfly-csharp.gitcd butterfly-csharpdotnet run -p sample/Butterfly.Client.Sample.Frontend and dotnet run -p sample/Butterfly.Client.Sample.Backendbrowse to http://localhost:5001/api/valuesbrowse to http://localhost:9618 to view traces
Quickstart
create new Asp.Net Core web project.Install-Package Butterfly.Client.AspNetCoreregister Butterfly services in ConfigureServices method (the CollectorUrl and Service options are required) public void ConfigureServices(IServiceCollection services){ //your other code services.AddButterfly(option => { option.CollectorUrl = "http://localhost:9618"; option.Service = "my service"; });} run your application and browse to http://localhost:9618 to view traces
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~