<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>trace Archives | Clever Cloud</title>
	<atom:link href="https://www.clever.cloud/blog/tag/trace/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.clever.cloud/blog/tag/trace/</link>
	<description>From Code to Product</description>
	<lastBuildDate>Mon, 13 Jun 2016 15:12:00 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://cdn.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>trace Archives | Clever Cloud</title>
	<link>https://www.clever.cloud/blog/tag/trace/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Introducing Trace, a new add-on</title>
		<link>https://www.clever.cloud/blog/features/2016/06/13/introducing-trace/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Mon, 13 Jun 2016 15:12:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[microservices]]></category>
		<category><![CDATA[trace]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2016/06/13/introducing-trace/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://cdn.clever-cloud.com/uploads/2021/08/trace-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="trace 1" decoding="async" fetchpriority="high" srcset="https://cdn.clever-cloud.com/uploads/2021/08/trace-1.png 1400w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-300x116.png 300w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-1024x395.png 1024w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-768x296.png 768w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-1368x528.png 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p><p>If you’re used to code micro-services with Node.js, you may be familiar with the frustration of performance issues, finding the root cause of an error and hunting down memory leaks.</p>
<p>That’s why services like <a href="https://trace.risingstack.com/?ref=clevercloud">Trace</a> are here. Trace is a Node.js performance monitoring tool which helps you to understand how your application behaves and lets you find performance bottlenecks with ease.</p>
<span id="more-2866"></span>

<p><strong>Today we are launching Trace as an add-on for Clever Cloud, which can be tried out for free until July 1st without any restrictions.</strong></p>
<center>
  <figure>
    <a href="https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_view_trace_by_risingstack-1462456415477.png">
      <img style="width:49%" src = "https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_view_trace_by_risingstack-1462456415477.png"></a>
    <a href=""https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_tracing_detailed_error_message-1462456463507.png"">
      <img style="width:49%" src = "https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_tracing_detailed_error_message-1462456463507.png">
    </a>
  </figure>
</center>

<h3 id="distributed-tracing">Distributed tracing</h3>
<p><strong>Trace comes with a unique feature called distributed tracing: It visualizes whole transactions (request-chains) in your microservices architecture and looks for errors.</strong></p>
<p>This means that you can see on an interactive timeline:</p>
<ul>
<li>which services were taking part in a transaction,</li>
<li>how big were the response network delays,</li>
<li>how long did a service handled a request,</li>
<li>where and when the errors happened in that transaction.</li>
</ul>
<p>Trace connects services taking part in a request by attaching correlation IDs to them. This way you can visualize the exact data-flow of faulty transactions, see the dependencies between your microservices, look for bad status codes and localize ongoing issues.</p>
<h3 id="service-mapping">Service mapping</h3>
<p><strong>Trace provides you with a dynamic service map, which is automatically generated based on how the services in your system communicate with each other, or with your databases and external APIs.</strong></p>
<p>Thanks to this, you can see how your application really looks like, and understand what makes it to slow down. The service map also allows you to find out how many requests your services handle and how big are their response times.</p>
<center>
  <figure class="col-md-12">
    <img style="width: 100%" src = "https://www2.cleverapps.io/app/uploads/2021/08/Distributed_transaction_tracing_with_service_topology_map_trace_by_risingstack-1462456507669.png"></center>
  </figure>
</center>

<h3 id="getting-started">Getting started</h3>
<p>Adding Trace to your services is possible with just a couple lines of code, and it can be installed and used in under two minutes. There is a tutorial for the installation on Trace’s documentation: <a href="http://trace-docs.risingstack.com/docs/clever-cloud">http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace</a></p>
<h4 id="some-use-cases">Some Use cases</h4>
<p>Using Trace to fix crashing Node.js apps: <a href="http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace">http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace</a></p>
<p>Using Trace to investigate slow Node.js apps: <a href="http://trace-docs.risingstack.com/docs/investigate-slow-nodejs-apps">http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace</a></p>
]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://cdn.clever-cloud.com/uploads/2021/08/trace-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="trace 1" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2021/08/trace-1.png 1400w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-300x116.png 300w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-1024x395.png 1024w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-768x296.png 768w, https://cdn.clever-cloud.com/uploads/2021/08/trace-1-1368x528.png 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p><p>If you’re used to code micro-services with Node.js, you may be familiar with the frustration of performance issues, finding the root cause of an error and hunting down memory leaks.</p>
<p>That’s why services like <a href="https://trace.risingstack.com/?ref=clevercloud">Trace</a> are here. Trace is a Node.js performance monitoring tool which helps you to understand how your application behaves and lets you find performance bottlenecks with ease.</p>
<span id="more-2866"></span>

<p><strong>Today we are launching Trace as an add-on for Clever Cloud, which can be tried out for free until July 1st without any restrictions.</strong></p>
<center>
  <figure>
    <a href="https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_view_trace_by_risingstack-1462456415477.png">
      <img style="width:49%" src = "https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_view_trace_by_risingstack-1462456415477.png"></a>
    <a href=""https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_tracing_detailed_error_message-1462456463507.png"">
      <img style="width:49%" src = "https://www2.cleverapps.io/app/uploads/2021/08/distributed_transaction_tracing_detailed_error_message-1462456463507.png">
    </a>
  </figure>
</center>

<h3 id="distributed-tracing">Distributed tracing</h3>
<p><strong>Trace comes with a unique feature called distributed tracing: It visualizes whole transactions (request-chains) in your microservices architecture and looks for errors.</strong></p>
<p>This means that you can see on an interactive timeline:</p>
<ul>
<li>which services were taking part in a transaction,</li>
<li>how big were the response network delays,</li>
<li>how long did a service handled a request,</li>
<li>where and when the errors happened in that transaction.</li>
</ul>
<p>Trace connects services taking part in a request by attaching correlation IDs to them. This way you can visualize the exact data-flow of faulty transactions, see the dependencies between your microservices, look for bad status codes and localize ongoing issues.</p>
<h3 id="service-mapping">Service mapping</h3>
<p><strong>Trace provides you with a dynamic service map, which is automatically generated based on how the services in your system communicate with each other, or with your databases and external APIs.</strong></p>
<p>Thanks to this, you can see how your application really looks like, and understand what makes it to slow down. The service map also allows you to find out how many requests your services handle and how big are their response times.</p>
<center>
  <figure class="col-md-12">
    <img style="width: 100%" src = "https://www2.cleverapps.io/app/uploads/2021/08/Distributed_transaction_tracing_with_service_topology_map_trace_by_risingstack-1462456507669.png"></center>
  </figure>
</center>

<h3 id="getting-started">Getting started</h3>
<p>Adding Trace to your services is possible with just a couple lines of code, and it can be installed and used in under two minutes. There is a tutorial for the installation on Trace’s documentation: <a href="http://trace-docs.risingstack.com/docs/clever-cloud">http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace</a></p>
<h4 id="some-use-cases">Some Use cases</h4>
<p>Using Trace to fix crashing Node.js apps: <a href="http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace">http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace</a></p>
<p>Using Trace to investigate slow Node.js apps: <a href="http://trace-docs.risingstack.com/docs/investigate-slow-nodejs-apps">http://trace-docs.risingstack.com/docs/fix-crashing-nodejs-applications-with-trace</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
