Skip to content

Commit

Permalink
Deployed f8eb137 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 1, 2024
1 parent 6221f90 commit 2956ed0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#apm-opentelemetry-tracing-instrumentation-references" class="md-nav__link">
<span class="md-ellipsis">
APM - OpenTelemetry Tracing Instrumentation References
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -721,6 +730,9 @@ <h3 id="microservices-and-opentelemetry-collector-configurations">Microservices
<p><a href="otel/ecs-ec2/">AWS ECS EC2 (Python)</a><br />
- OpenTelemetry collector container<br />
- Example app container/task </p>
<h3 id="apm-opentelemetry-tracing-instrumentation-references">APM - OpenTelemetry Tracing Instrumentation References</h3>
<p>Autogenerators: tracing reference projects for k8s and monoliths
- <a href="otel/autogenerators/">Autogenerators</a> </p>
<h3 id="apm-monolith">APM - Monolith</h3>
<p>Monolith Opentelemetry Collector and tracing instrumentation<br />
- <a href="otel/monolith/python/">Python / Linux</a> <br />
Expand Down
10 changes: 10 additions & 0 deletions otel/autogenerators/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,16 @@ <h3 id="step-2-change-to-autogenerator-directory">Step 2 - Change to Autogenerat
- .NET 8 app on Linux container<br />
- Generates looping requests of <code>api.github.com</code>
- Makes error spans</p>
<p><code>java</code>
- Java examples for container and monolith built with Maven <br />
- Generates looping requests of a self running Spring server<br />
- Trace and span ID log auto-injection using <code>log4j2</code><br />
- Requires Coralogix parsing <code>Body</code> field that contains Trace and Span IDs</p>
<p><code>node</code>
- Container example<br />
- Generates looping requests of a self running Express server<br />
- Trace and span ID log injection using <code>Pino</code><br />
- Does not require parsing for Trace and span IDs</p>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 2956ed0

Please sign in to comment.