<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Getting started with AI Observability in AI</title>
    <link>https://community.dynatrace.com/t5/AI/Getting-started-with-AI-Observability/m-p/267980#M1</link>
    <description>&lt;P class="Paragraph_paragraphCSS__487p2n0 textStyle__da9a8v0 textStyle_textStyleCSS_fontStyle_text__da9a8v2 textStyle_textStyleCSS_textStyle_base__da9a8v3 textStyle_textStyleCSS_compound_4__da9a8vb pym1vh3" data-testid="paragraph"&gt;Dynatrace leverages&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="focusRing_focusRingCSS__z2r50s3 ExternalLink_externalLinkCSS__1v1skpy0" href="https://github.com/traceloop/openllmetry" target="_blank" rel="noopener noreferrer" data-testid="external-link" data-sourcepos="3:21-3:76"&gt;OpenLLMetry&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to ingest telemetry data of your AI workloads. OpenLLMetry is a set of extensions built on top of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="focusRing_focusRingCSS__z2r50s3 ExternalLink_externalLinkCSS__1v1skpy0" href="https://opentelemetry.io/" target="_blank" rel="noopener noreferrer" data-testid="external-link" data-sourcepos="5:52-5:94"&gt;OpenTelemetry&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that gives you complete observability over your LLM application.&lt;/P&gt;
&lt;P class="Paragraph_paragraphCSS__487p2n0 textStyle__da9a8v0 textStyle_textStyleCSS_fontStyle_text__da9a8v2 textStyle_textStyleCSS_textStyle_base__da9a8v3 textStyle_textStyleCSS_compound_4__da9a8vb pym1vh3" data-testid="paragraph"&gt;Simply install the OpenLLMetry SDK using the following command:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;pip install traceloop-sdk&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Instrument your GenAI application by adding the following code snippet to your app:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;from traceloop.sdk import Traceloop

headers = { "Authorization": "Api-Token &amp;lt;YOUR_DT_API_TOKEN&amp;gt;" }
Traceloop.init(
    app_name="&amp;lt;your-service&amp;gt;",
    api_endpoint="https://&amp;lt;YOUR_ENV&amp;gt;.live.dynatrace.com/api/v2/otlp",
    headers=headers
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additional information, as well as support for different languages can be found in our &lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dynatrace-for-ai-observability/get-started" target="_self"&gt;documentation&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2025 10:11:00 GMT</pubDate>
    <dc:creator>flo_lettner</dc:creator>
    <dc:date>2025-01-21T10:11:00Z</dc:date>
    <item>
      <title>Getting started with AI Observability</title>
      <link>https://community.dynatrace.com/t5/AI/Getting-started-with-AI-Observability/m-p/267980#M1</link>
      <description>&lt;P class="Paragraph_paragraphCSS__487p2n0 textStyle__da9a8v0 textStyle_textStyleCSS_fontStyle_text__da9a8v2 textStyle_textStyleCSS_textStyle_base__da9a8v3 textStyle_textStyleCSS_compound_4__da9a8vb pym1vh3" data-testid="paragraph"&gt;Dynatrace leverages&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="focusRing_focusRingCSS__z2r50s3 ExternalLink_externalLinkCSS__1v1skpy0" href="https://github.com/traceloop/openllmetry" target="_blank" rel="noopener noreferrer" data-testid="external-link" data-sourcepos="3:21-3:76"&gt;OpenLLMetry&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to ingest telemetry data of your AI workloads. OpenLLMetry is a set of extensions built on top of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="focusRing_focusRingCSS__z2r50s3 ExternalLink_externalLinkCSS__1v1skpy0" href="https://opentelemetry.io/" target="_blank" rel="noopener noreferrer" data-testid="external-link" data-sourcepos="5:52-5:94"&gt;OpenTelemetry&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that gives you complete observability over your LLM application.&lt;/P&gt;
&lt;P class="Paragraph_paragraphCSS__487p2n0 textStyle__da9a8v0 textStyle_textStyleCSS_fontStyle_text__da9a8v2 textStyle_textStyleCSS_textStyle_base__da9a8v3 textStyle_textStyleCSS_compound_4__da9a8vb pym1vh3" data-testid="paragraph"&gt;Simply install the OpenLLMetry SDK using the following command:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;pip install traceloop-sdk&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Instrument your GenAI application by adding the following code snippet to your app:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;from traceloop.sdk import Traceloop

headers = { "Authorization": "Api-Token &amp;lt;YOUR_DT_API_TOKEN&amp;gt;" }
Traceloop.init(
    app_name="&amp;lt;your-service&amp;gt;",
    api_endpoint="https://&amp;lt;YOUR_ENV&amp;gt;.live.dynatrace.com/api/v2/otlp",
    headers=headers
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additional information, as well as support for different languages can be found in our &lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dynatrace-for-ai-observability/get-started" target="_self"&gt;documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 10:11:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/Getting-started-with-AI-Observability/m-p/267980#M1</guid>
      <dc:creator>flo_lettner</dc:creator>
      <dc:date>2025-01-21T10:11:00Z</dc:date>
    </item>
  </channel>
</rss>

