.net core下Ocelot已经配好,现需要加Butterfly进行监控,网上查了好多资料都没成功,求大神指点下。我是建了个api程序然后引入了Butterfly.Client.AspNetCore这个组件,然后在注入services.AddButterfly(option => { option.CollectorUrl = "http://localhost:9618"; option.Service = "testapi"; });再往后就不知道怎么写了。。。