<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Tracing on Bits, Trades &amp; Systems</title>
    <link>https://blog.turboawesome.win/tags/tracing/</link>
    <description>Recent content in Tracing on Bits, Trades &amp; Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 09 Oct 2024 13:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.turboawesome.win/tags/tracing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tail-Based Trace Sampling: Why Head Sampling Is Usually Wrong</title>
      <link>https://blog.turboawesome.win/2024/10/tail-based-trace-sampling-why-head-sampling-is-usually-wrong/</link>
      <pubDate>Wed, 09 Oct 2024 13:00:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2024/10/tail-based-trace-sampling-why-head-sampling-is-usually-wrong/</guid>
      <description>Head-based sampling decides whether to trace a request at the start. Tail-based sampling decides after the request completes. For finding latency outliers and errors, tail-based sampling is almost always what you want — and almost never what gets implemented.</description>
    </item>
    <item>
      <title>Observability at Scale: What &#39;Good&#39; Looks Like When You Have Too Much Data</title>
      <link>https://blog.turboawesome.win/2024/05/observability-at-scale-what-good-looks-like-when-you-have-too-much-data/</link>
      <pubDate>Wed, 29 May 2024 09:47:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2024/05/observability-at-scale-what-good-looks-like-when-you-have-too-much-data/</guid>
      <description>Observability problems at large scale are different from small-scale ones. Too little signal is replaced by too much signal, and the engineering challenge inverts.</description>
    </item>
    <item>
      <title>OpenTelemetry in Go: Distributed Tracing That Doesn&#39;t Get in the Way</title>
      <link>https://blog.turboawesome.win/2022/05/opentelemetry-in-go-distributed-tracing-that-doesnt-get-in-the-way/</link>
      <pubDate>Tue, 31 May 2022 10:14:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2022/05/opentelemetry-in-go-distributed-tracing-that-doesnt-get-in-the-way/</guid>
      <description>OpenTelemetry standardised distributed tracing across languages and vendors. Here&amp;#39;s what idiomatic OTel integration looks like in Go — and the parts that aren&amp;#39;t obvious from the documentation.</description>
    </item>
    <item>
      <title>Context Propagation in Go: Deadlines, Cancellation, and Tracing</title>
      <link>https://blog.turboawesome.win/2020/02/context-propagation-in-go-deadlines-cancellation-and-tracing/</link>
      <pubDate>Wed, 19 Feb 2020 11:14:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2020/02/context-propagation-in-go-deadlines-cancellation-and-tracing/</guid>
      <description>Go&amp;#39;s context package is one of the most important idioms in the language. Used well it enables clean cancellation and distributed tracing. Used poorly it becomes a magic bag of values that creates invisible dependencies.</description>
    </item>
  </channel>
</rss>
