Skip to content

Commit

Permalink
Deployed c32d886 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 18, 2023
1 parent 0547435 commit 7c30f55
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@


<h1 id="coralogix-workshops">Coralogix Workshops</h1>
<p>These workshops are designed to help learn and practice observability and practice integrations to the Coralogix platform. They include reference implementations that are easy to deploy and understand.</p>
<p>These workshops are designed to help learn and practice observability and practice integrations to the Coralogix platform. They include reference implementations that are easy to deploy and understand. </p>
<p>Unless otherwise specified, these are designed to run on an Ubuntu cloud host environment.<br />
Specific workshops have sandbox setup guidelines beyond a cloud Ubuntu host. </p>
<p>These workshops are not documentation- Coralogix platform documentation is located <a href="https://coralogix.com/docs/">here</a></p>
<h2 id="opentelemetry-info">OpenTelemetry Info</h2>
<p><a href="otel/about-opentelemetry/">OpenTelemetry Overview and Value Proposition</a> </p>
Expand All @@ -649,11 +651,9 @@ <h3 id="apm-microservices">APM - Microservices</h3>
- Complete Fargate task and ECS config instructions </p>
<h3 id="apm-monolith">APM - Monolith</h3>
<p>Monolith Otel Collector &amp; Host based applications<br />
- <a href="otel/monolith-workshop/node/">Node.js / Linux</a> </p>
- <a href="otel/monolith-workshop/node/">Node.js / Linux</a><br />
- <a href="otel/monolith-workshop/windows/">.NET / Windows</a> </p>
<!-- - [Python / Linux](otel/monolith-workshop/python.md) -->
<ul>
<li><a href="otel/monolith-workshop/windows/">.NET / Windows</a> </li>
</ul>



Expand Down
5 changes: 3 additions & 2 deletions otel/monolith-workshop/node/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,11 @@ <h2 id="instructions">Instructions</h2>
<p>This example is for basic study only and is not documentation. <br />
Full documentation: <a href="https://coralogix.com/docs/">https://coralogix.com/docs/</a><br />
Requirements:<br />
- Linux host (Debian preferred but RPM flavors will work)<br />
- Cloud Linux host (Debian preferred but RPM flavors will work)<br />
- Updated versions and sufficient permissions for installing software<br />
- Updated verson of <code>node</code> and <code>npm</code> installed <a href="https://nodejs.org/">https://nodejs.org/</a><br />
- Proper IDE i.e. Visual Studio Code </p>
- Proper IDE i.e. Visual Studio Code
- Ensure that the Node version is current (20 or higher). See <a href="https://deb.nodesource.com/">https://deb.nodesource.com/</a> for Ubuntu installation instructions. </p>
<h3 id="step-1-setup">Step 1 - Setup</h3>
<p>Clone repo:</p>
<pre><code>git clone https://github.com/coralogix/workshops
Expand Down
5 changes: 3 additions & 2 deletions otel/monolith-workshop/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,11 @@ <h2 id="instructions">Instructions</h2>
<p>This example is for basic study only and is not documentation. <br />
Full documentation: <a href="https://coralogix.com/docs/">https://coralogix.com/docs/</a><br />
Requirements:<br />
- Linux host (Debian preferred but RPM flavors will work)<br />
- Cloud Linux host (Debian preferred but RPM flavors will work)<br />
- Updated versions and sufficient permissions for installing software<br />
- Updated verson of <code>python</code> and <code>pip</code> installed
- Proper IDE i.e. Visual Studio Code </p>
- Proper IDE i.e. Visual Studio Code
- Python Version 3.10 or higher </p>
<h3 id="step-1-setup">Step 1 - Setup</h3>
<p>Clone repo:</p>
<pre><code>git clone https://github.com/coralogix/workshops
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 7c30f55

Please sign in to comment.