<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>可观测性 - 标签 - 一峰的记录</title>
        <link>https://www.simplife.tech/tags/%E5%8F%AF%E8%A7%82%E6%B5%8B%E6%80%A7/</link>
        <description>可观测性 - 标签 - 一峰的记录</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-cn</language><lastBuildDate>Tue, 07 Nov 2023 16:04:12 &#43;0800</lastBuildDate><atom:link href="https://www.simplife.tech/tags/%E5%8F%AF%E8%A7%82%E6%B5%8B%E6%80%A7/" rel="self" type="application/rss+xml" /><item>
    <title>微服务架构中的 Trace 原理</title>
    <link>https://www.simplife.tech/posts/microservice-trace-principles/</link>
    <pubDate>Tue, 07 Nov 2023 16:04:12 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/microservice-trace-principles/</guid>
    <description><![CDATA[<h2 id="一背景">一、背景</h2>
<p>在单体架构时代，一个请求的所有逻辑都在同一个进程中执行，调试和排查问题相对简单：查看日志、打断点、分析堆栈，基本能定位到问题所在。</p>
<p>但在微服务架构下，一个用户请求可能会经过网关、认证服务、订单服务、支付服务、库存服务等多个服务。当请求失败或响应缓慢时，问题可能出现在链路中的任何一个环节：</p>]]></description>
</item>
</channel>
</rss>
