Skip to content

Commit

Permalink
Deployed 77dbcd9 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT committed Oct 16, 2024
1 parent e999206 commit 43822c6
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 8 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,15 @@


<h1 id="using-dynatrace-to-detect-problems-in-logs">Using Dynatrace to Detect Problems in Logs<a class="headerlink" href="#using-dynatrace-to-detect-problems-in-logs" title="Permanent link">#</a></h1>
<div class="admonition warning">
<p class="admonition-title">Support Policy</p>
<p>This is a demo project created by the Developer Relations team at Dynatrace, showcasing integrations with open source technologies.</p>
<p><strong>Support is provided via <a href="{{ repo_url }}" target="_blank">GitHub issues</a> only</strong>. The materials provided in this repository are offered "as-is" without any warranties, express or implied. Use them at your own risk.</p>
</div>
<div class="admonition tip">
<p class="admonition-title">View the Code</p>
<p>The code for this repository is hosted on GitHub. Click the "View Code on GitHub" Link above.</p>
</div>
<p>In this hands-on demo, you will send logs from the OpenTelemetry demo application to Dynatrace.</p>
<p>You will artificially create a problem in the application which <a href="https://www.dynatrace.com/platform/artificial-intelligence/" target="_blank">Dynatrace DAVIS</a> will detect and thus raise a problem report based on the Observability data.</p>
<p>The logs include span and trace IDs meaning you will be easily able to drill between signal types to see logs in the context of the distributed trace and vice versa.</p>
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.
10 changes: 3 additions & 7 deletions snippets/disclaimer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,9 @@
<h1>Disclaimer</h1>

<div class="admonition warning">
<p class="admonition-title">Support Level</p>
<p>This repository contains demo projects created by the Developer Relations team at Dynatrace, showcasing integrations with open source technologies.</p>
<p>Please note the following:</p>
<p><strong>No Official Support</strong>: These demos are not covered under any service level agreements (SLAs) or official support channels at Dynatrace, including Dynatrace One.</p>
<p><strong>Community Support Only</strong>: Any support for these demos is provided exclusively through the <a href="https://community.dynatrace.com" target="_blank">Dynatrace Community</a>.</p>
<p><strong>No Warranty</strong>: The materials provided in this repository are offered "as-is" without any warranties, express or implied. Use them at your own risk.</p>
<p>For any questions or discussions, please engage with us on the <a href="https://community.dynatrace.com" target="_blank">Dynatrace Community</a>.</p>
<p class="admonition-title">Support Policy</p>
<p>This is a demo project created by the Developer Relations team at Dynatrace, showcasing integrations with open source technologies.</p>
<p><strong>Support is provided via <a href="https://github.com/dynatrace/obslab-log-problem-detection" target="_blank">GitHub issues</a> only</strong>. The materials provided in this repository are offered "as-is" without any warranties, express or implied. Use them at your own risk.</p>
</div>


Expand Down
Loading

0 comments on commit 43822c6

Please sign in to comment.