微服务

时间:2019-12-20 12:18:30   收藏:0   阅读:76

1、consul

2、Gateway->Ocelot

3、服务治理 Steeltoe.Discovery.ClientCore 

4、缓存 CSRedisCore

5、服务调用 Feign.net 一套

6、日志 NLog

7、接口文档组件 Swashbukle.AspNetCore

8、Skywalking分布式链路追踪系统

在iis中部署需要配置环境变量 。在web.config中节点配置

  <aspNetCore processPath="dotnet" arguments=".\xxxAPI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess">
       <environmentVariables>
                    <environmentVariable name="ASPNETCORE_HOSTINGSTARTUPASSEMBLIES" value="SkyAPM.Agent.AspNetCore" />
                    <environmentVariable name="SKYWALKING__SERVICENAME" value="xxxAPI" />
                </environmentVariables>
    </aspNetCore>
    </system.webServer>

 

 

缺失  sql 输出

日志监控

原文:https://www.cnblogs.com/netqq/p/12069449.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!