<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Shubham Jindal</title>
    <description>The latest articles on Forem by Shubham Jindal (@skjindal93).</description>
    <link>https://forem.com/skjindal93</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F632760%2F7e695629-0cfa-4b62-9098-daa00849f262.jpeg</url>
      <title>Forem: Shubham Jindal</title>
      <link>https://forem.com/skjindal93</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/skjindal93"/>
    <language>en</language>
    <item>
      <title>Introducing Hypertrace</title>
      <dc:creator>Shubham Jindal</dc:creator>
      <pubDate>Mon, 17 May 2021 12:00:21 +0000</pubDate>
      <link>https://forem.com/hypertrace/introducing-hypertrace-4k87</link>
      <guid>https://forem.com/hypertrace/introducing-hypertrace-4k87</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/hypertrace/hypertrace"&gt;Hypertrace&lt;/a&gt; is a distributed tracing platform which digests distributed traces from different sources, provides deep observability into your microservices, and slice-and-dices your services, endpoints, traces and attributes.&lt;/p&gt;

&lt;p&gt;A well loaded definition! And still it doesn't do it justice.&lt;/p&gt;

&lt;h2&gt;
  
  
  Microservices
&lt;/h2&gt;

&lt;p&gt;Microservices are trendy these days. But the more microservices, the more the burden of managing, monitoring and debugging them. Microservices can be like a spider web, just waiting to tangle you up in its trap.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--l2O_ycjf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/6996/1%2AkAWXqX663tFvl-JWIcpMlg.png" alt="Monolithic vs Microservices"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;em&gt;Monolithic vs Microservices&lt;/em&gt; Source: &lt;a href="https://devopedia.org/microservices"&gt;https://devopedia.org/microservices&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Distributed Tracing
&lt;/h2&gt;

&lt;p&gt;Distributed Tracing is a way to provide Observability into your services within your microservices architecture.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Monitoring tells you whether a system is working, observability lets you ask why it isn't working&lt;br&gt;&lt;br&gt;
— Baron Schwartz&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W-0J6DlO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/3624/1%2AgdzvMSWi4NfTQYFi6lNPEw.png" alt="Observability using Distributed Tracing"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;Observability using Distributed Tracing&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Distributed Tracing tells a story of what's already happened in your system so you can quickly identify your problem and find a solution.&lt;br&gt;
&lt;a href="https://zipkin.io/"&gt;Zipkin&lt;/a&gt; and &lt;a href="https://www.jaegertracing.io/"&gt;Jaeger&lt;/a&gt; are currently the two most popular distributed tracing systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Hypertrace?
&lt;/h2&gt;

&lt;p&gt;Hypertrace turns distributed traces into Services, APIs and Backends using a custom pluggable architecture. Any custom logic can be plugged to discover business specific entities with simple configuration changes and surfaces the data to be slice-and-diced, instead of constrained by generic tracing platform features. &lt;br&gt;
Hypertrace supports all standard &lt;a href="https://docs.hypertrace.org/instrumentation/"&gt;instrumentation&lt;/a&gt; libraries and agents. If your application is already instrumented with OpenTelemetry, Jaeger or Zipkin, Hypertrace will work out of the box with your application telemetry data. &lt;/p&gt;

&lt;p&gt;In addition, Hypertrace provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A trace enricher which turns traces into a service dependency graph with endpoints, traces and attributes&lt;/li&gt;
&lt;li&gt;Flexibility to carefully examine transactions&lt;/li&gt;
&lt;li&gt;Observability for Services, APIs, and Backends (databases, cloud services, etc.)&lt;/li&gt;
&lt;li&gt;Metrics and Visibility into Services, APIs, and Backends&lt;/li&gt;
&lt;li&gt;Root Cause Analysis&lt;/li&gt;
&lt;li&gt;Identification of Performance Bottlenecks&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5Pfz_6kH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/2400/1%2AhSQ9fFsM3Wt4mOWCvN5lWg.png" alt="Slicing and Dicing Transactions"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;Slicing and Dicing Transactions&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6GPkbY4Z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/2400/1%2AE9lOwH4RW0ys7KgX6NxYMg.png" alt="Distributed Tracing"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;Distributed Tracing&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ND01d9N7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://cdn-images-1.medium.com/max/2400/1%2At2dXn8M-TW4K4qx5U7dq1Q.gif" alt="Services, APIs and Backends"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;Services, APIs and Backends&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Hypertrace boasts of features like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;P50, P90, P99 metrics (&lt;em&gt;Averages can be misleading&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Better data visualizations (&lt;em&gt;Waterfall, Scatter Plot, Area Chart&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Wide range of filters, search, sorting, and grouping functionalities&lt;/li&gt;
&lt;li&gt;Automatic discovery of Services, APIs, and Backends&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hypertrace is for you, if you are looking for the following information:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Traces with duration &amp;gt; 5 seconds&lt;/li&gt;
&lt;li&gt;Traces with status code as 4xx or 5xx ️&lt;/li&gt;
&lt;li&gt;Number of calls made to an API&lt;/li&gt;
&lt;li&gt;APIs within a Service&lt;/li&gt;
&lt;li&gt;Performance of Services, APIs, and Backends&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To learn more, visit &lt;a href="https://docs.hypertrace.org/getting-started/"&gt;Hypertrace docs&lt;/a&gt; or &lt;a href="https://docs.hypertrace.org/getting-started/"&gt;Getting Started with Hypertrace&lt;/a&gt;. &lt;br&gt;
Do check out Hypertrace on &lt;a href="https://github.com/hypertrace/hypertrace"&gt;Github&lt;/a&gt; and join Hypertrace community on &lt;a href="https://bit.ly/hypertrace-community-slack"&gt;Slack&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cloudnative</category>
      <category>kubernetes</category>
      <category>contributorswanted</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
