码迷,mamicode.com
首页 > 其他好文 > 详细

微服务

时间:2019-12-20 12:09:44      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:agent   logfile   was   tin   name   service   nts   调用   ebs   

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 输出

日志监控

微服务

标签:agent   logfile   was   tin   name   service   nts   调用   ebs   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!