AspectCore-APM 旨在为.NET Core 应用程序提供一套应用性能监控管理(APM)方案

网友投稿 702 2022-11-03

AspectCore-APM 旨在为.NET Core 应用程序提供一套应用性能监控管理(APM)方案

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小时内删除侵权内容。

上一篇:本实验,是用BERT进行中文情感分类,记录了详细操作及完整程序
下一篇:Swan 是一个分布式,高度可用的Mesos调度程序,灵感来自Google Borg的设计
相关文章

 发表评论

暂时没有评论,来抢沙发吧~