<?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>Zipkin Installation Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/zipkin-installation/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 28 Jan 2020 17:52:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How To Install Zipkin distributed tracing system on Ubuntu / Debian / CentOS</title>
		<link>https://www.osradar.com/how-to-install-zipkin-distributed-tracing-system-on-ubuntu-debian-centos/</link>
					<comments>https://www.osradar.com/how-to-install-zipkin-distributed-tracing-system-on-ubuntu-debian-centos/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 17:52:06 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how to Install Zipkin]]></category>
		<category><![CDATA[Install Zipkin]]></category>
		<category><![CDATA[Zipkin Installation]]></category>
		<category><![CDATA[Zipkin tracing system]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17202</guid>

					<description><![CDATA[<p>Today, we’ll walk via putting in and beginning an example of zipkin tracing system on ubuntu / debian / centos linux distributions. Zipkin is a distributed tracing gadget designed to help you acquire timing facts had to troubleshoot latency issues in micro service architectures. It manages each the collection and lookup of this records. its [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-zipkin-distributed-tracing-system-on-ubuntu-debian-centos/">How To Install Zipkin distributed tracing system on Ubuntu / Debian / CentOS</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today, we’ll walk via putting in and beginning an example of zipkin tracing system on ubuntu / debian / centos linux distributions. Zipkin is a distributed tracing gadget designed to help you acquire timing facts had to troubleshoot latency issues in micro service architectures. It manages each the collection and lookup of this records. its design is based at the google dapper paper. At the end you will be able to<a href="https://www.osradar.com/?p=17202"> Install Zipkin</a> easily.<br> There are three options of running Zipkin tracing gadget:</p>



<ul><li>Java (jar file)</li><li>Docker Container</li><li>Run from source</li></ul>



<p>Here we will see the first two options using Java &amp; running in Docker Container.</p>



<h3><strong>Install Zipkin</strong> <strong>Using Docker</strong></h3>



<p>First of all we will learn the more easy way to Install Zipkin via Docker. Keep in mind that you&#8217;ve installed docker if not, try the below link to learn how to install docker.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="729" height="172" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/01/docker-version.jpg" alt="" class="wp-image-17828" srcset="https://www.osradar.com/wp-content/uploads/2020/01/docker-version.jpg 729w, https://www.osradar.com/wp-content/uploads/2020/01/docker-version-300x71.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/docker-version-696x164.jpg 696w" sizes="(max-width: 729px) 100vw, 729px" /></figure></div>



<p><a href="https://www.osradar.com/how-to-install-docker-on-ubuntu-16-04-18-04-19-04/">How To Install Docker on Ubuntu / Debian / CentOS  </a></p>



<p>Then fire the following command to Install Zipkin after Installing Docker.</p>



<pre class="wp-block-verse"> docker run -d -p 9411:9411 openzipkin/zipkin </pre>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="734" height="319" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/01/download-zipkin.jpg" alt="" class="wp-image-17829" srcset="https://www.osradar.com/wp-content/uploads/2020/01/download-zipkin.jpg 734w, https://www.osradar.com/wp-content/uploads/2020/01/download-zipkin-300x130.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/download-zipkin-696x302.jpg 696w" sizes="(max-width: 734px) 100vw, 734px" /></figure></div>



<h3><strong>Installing Zipkin Using Java</strong></h3>



<p>Install java by running</p>



<pre class="wp-block-verse">sudo apt-get update<br>sudo apt-get install -y default-jdk jq vim</pre>



<p>Make sure you&#8217;ve installed Java on Debian / Ubuntu</p>



<pre class="wp-block-verse">java -version</pre>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="718" height="146" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/01/default-java-version.jpg" alt="" class="wp-image-17830" srcset="https://www.osradar.com/wp-content/uploads/2020/01/default-java-version.jpg 718w, https://www.osradar.com/wp-content/uploads/2020/01/default-java-version-300x61.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/default-java-version-696x142.jpg 696w" sizes="(max-width: 718px) 100vw, 718px" /></figure></div>



<p>To install Java on CentOS hit the below command.</p>



<pre class="wp-block-verse">sudo yum -y install epel-release<br>sudo yum install -y java-1.8.0-openjdk java-1.8.0-openjdk-devel jq vim<br>sudo alternatives --config java</pre>



<p>Check the installed version</p>



<pre class="wp-block-verse">java -version</pre>



<p>After installing the pre-requisites, go to the latest release of Zipkin </p>



<pre class="wp-block-verse">curl -SSL <a href="https://zipkin.io/quickstart.sh">https://zipkin.io/quickstart.sh</a> | bash -s</pre>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="734" height="319" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/01/download-zipkin-1.jpg" alt="" class="wp-image-17832" srcset="https://www.osradar.com/wp-content/uploads/2020/01/download-zipkin-1.jpg 734w, https://www.osradar.com/wp-content/uploads/2020/01/download-zipkin-1-300x130.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/download-zipkin-1-696x302.jpg 696w" sizes="(max-width: 734px) 100vw, 734px" /></figure></div>



<p>Run the executable to Install Zipkin</p>



<pre class="wp-block-verse">java -jar zipkin.jar</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="416" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/01/Zipkin-executable-1024x416.jpg" alt="" class="wp-image-17833" srcset="https://www.osradar.com/wp-content/uploads/2020/01/Zipkin-executable-1024x416.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/01/Zipkin-executable-300x122.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/Zipkin-executable-768x312.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/01/Zipkin-executable-696x283.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/01/Zipkin-executable-1068x434.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/01/Zipkin-executable-1034x420.jpg 1034w, https://www.osradar.com/wp-content/uploads/2020/01/Zipkin-executable.jpg 1287w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3><strong>Configure Systemd</strong></h3>



<p>For your system, create a service for zipkin. Move the jar files to <strong>/opt directory </strong></p>



<pre class="wp-block-verse">sudo mkdir /opt/zipkin<br>sudo mv zipkin.jar /opt/zipkin<br>ls /opt/zipkin</pre>



<p>First of all, here create a system group for the user</p>



<pre class="wp-block-verse">sudo groupadd -r zipkin<br>sudo useradd -r -s /bin/false -g zipkin zipkin<br>sudo chown -R zipkin:zipkin /opt/zipkin</pre>



<p>Then create systemd service file.</p>



<pre class="wp-block-verse">sudo vim /etc/systemd/system/zipkin.service</pre>



<p>Paste the below data into file.</p>



<pre class="wp-block-verse">Zipkin System Service<br> [Unit]<br> Description=Manage Java service<br> Documentation=<a href="https://zipkin.io/">https://zipkin.io/</a><br> [Service]<br> WorkingDirectory=/opt/zipkin<br> ExecStart=/usr/bin/java -jar zipkin.jar<br> User=zipkin<br> Group=zipkin<br> Type=simple<br> Restart=on-failure<br> RestartSec=10<br> [Install]<br> WantedBy=multi-user.target</pre>



<p>Now, set the memory limits as like this</p>



<pre class="wp-block-verse">ExecStart=/bin/java -Xms128m -Xmx256m -jar zipkin.jar</pre>



<p>Next, reload the daemon to take effect.</p>



<pre class="wp-block-verse">sudo systemctl daemon-reload</pre>



<p>Then, start the services again</p>



<pre class="wp-block-verse">sudo systemctl start zipkin.service</pre>



<p>See the status by typing</p>



<p>sudo systemctl status zipkin.service</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="733" height="499" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/01/zipkin-status.jpg" alt="" class="wp-image-17834" srcset="https://www.osradar.com/wp-content/uploads/2020/01/zipkin-status.jpg 733w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-status-300x204.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-status-696x474.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-status-617x420.jpg 617w" sizes="(max-width: 733px) 100vw, 733px" /></figure></div>



<h3><strong>Accessing Zipkin</strong></h3>



<p>Typr <a href="https://www.osradar.com">localhost:9411</a> to access Zipkin dashboard. Here you can add, find and do more action for traces.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="434" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/01/zipkin-ss-1024x434.jpg" alt="" class="wp-image-17861" srcset="https://www.osradar.com/wp-content/uploads/2020/01/zipkin-ss-1024x434.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-ss-300x127.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-ss-768x326.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-ss-696x295.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-ss-1068x453.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-ss-991x420.jpg 991w, https://www.osradar.com/wp-content/uploads/2020/01/zipkin-ss.jpg 1300w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3><strong>Configuring Tracers</strong></h3>



<p>Now, its time to configure the Application for instrumentation. See the <a href="https://zipkin.io/pages/tracers_instrumentation.html">official documentation</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-zipkin-distributed-tracing-system-on-ubuntu-debian-centos/">How To Install Zipkin distributed tracing system on Ubuntu / Debian / CentOS</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-zipkin-distributed-tracing-system-on-ubuntu-debian-centos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
