<?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 Re: Why are the service id's in log lines leading to unknown services in k8s? in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Why-are-service-id-s-in-log-lines-leading-to-unknown-services-in/m-p/285147#M3263</link>
    <description>&lt;DIV class="p-rich_text_section"&gt;&lt;FONT size="5"&gt;&lt;STRONG data-stringify-type="bold"&gt;Answer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;Service Linking Issue - Kubernetes Workloads Only&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;We recently introduced service linking functionality in the new Dynatrace SaaS experience. This feature adds an underlined link in log properties that shows all log attributes, including&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;dt.entity.service&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(the calculated service ID).&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;Current Issue&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;The lookup service that calculates service IDs for services running in Kubernetes uses Service Detection v2 (SDv2). However, all OneAgent services currently use Service Detection v1 (SDv1). This mismatch causes the system to generate incorrect service IDs for OneAgent services running in Kubernetes.&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;Impact&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;When you click "Open With" to access the Services app, you'll see "Service not found" for OneAgent services.&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;The service linking feature currently works only for:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;OpenTelemetry services (which use SDv2)&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;OneAgent Adobe Experience Manager (AEM) based services&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;OneAgent services targeted for SDv2 support
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="1" data-border="0"&gt;
&lt;LI data-stringify-indent="1" data-stringify-border="0"&gt;&lt;A href="https://community.dynatrace.com/t5/Feedback-channel/Service-Detection-V2-SDv2-Overview/m-p/285086/highlight/true#M4755" target="_self"&gt;Public preview coming soon&lt;/A&gt;&lt;/LI&gt;
&lt;LI data-stringify-indent="1" data-stringify-border="0"&gt;Several caveats apply&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="p-rich_text_section"&gt;We're developing a solution and will share details as we make progress.&lt;/DIV&gt;</description>
    <pubDate>Mon, 01 Sep 2025 12:01:44 GMT</pubDate>
    <dc:creator>mreider</dc:creator>
    <dc:date>2025-09-01T12:01:44Z</dc:date>
    <item>
      <title>Why are service id's in log lines leading to unknown services in Kubernetes?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Why-are-service-id-s-in-log-lines-leading-to-unknown-services-in/m-p/285145#M3262</link>
      <description>&lt;P&gt;Sometimes, in the logs app, when I'm looking at the attributes of a log line, I see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;dt.entity.service&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with the service's entity ID and the&amp;nbsp; Context menu (⋮) to "Open with" using that ID.&lt;/P&gt;
&lt;P&gt;If I open the Services app, for instance, the service ID is invalid.&lt;/P&gt;
&lt;P&gt;This occurs when:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The log is coming from a Kubernetes workload&lt;/LI&gt;
&lt;LI&gt;The log is coming from a OneAgent instrumented service (SDv1)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;What is happening and when will this be fixed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 11:37:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Why-are-service-id-s-in-log-lines-leading-to-unknown-services-in/m-p/285145#M3262</guid>
      <dc:creator>mreider</dc:creator>
      <dc:date>2025-12-17T11:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the service id's in log lines leading to unknown services in k8s?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Why-are-service-id-s-in-log-lines-leading-to-unknown-services-in/m-p/285147#M3263</link>
      <description>&lt;DIV class="p-rich_text_section"&gt;&lt;FONT size="5"&gt;&lt;STRONG data-stringify-type="bold"&gt;Answer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;Service Linking Issue - Kubernetes Workloads Only&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;We recently introduced service linking functionality in the new Dynatrace SaaS experience. This feature adds an underlined link in log properties that shows all log attributes, including&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;dt.entity.service&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(the calculated service ID).&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;Current Issue&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;The lookup service that calculates service IDs for services running in Kubernetes uses Service Detection v2 (SDv2). However, all OneAgent services currently use Service Detection v1 (SDv1). This mismatch causes the system to generate incorrect service IDs for OneAgent services running in Kubernetes.&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;Impact&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;When you click "Open With" to access the Services app, you'll see "Service not found" for OneAgent services.&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&lt;STRONG data-stringify-type="bold"&gt;The service linking feature currently works only for:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;OpenTelemetry services (which use SDv2)&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;OneAgent Adobe Experience Manager (AEM) based services&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;OneAgent services targeted for SDv2 support
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="1" data-border="0"&gt;
&lt;LI data-stringify-indent="1" data-stringify-border="0"&gt;&lt;A href="https://community.dynatrace.com/t5/Feedback-channel/Service-Detection-V2-SDv2-Overview/m-p/285086/highlight/true#M4755" target="_self"&gt;Public preview coming soon&lt;/A&gt;&lt;/LI&gt;
&lt;LI data-stringify-indent="1" data-stringify-border="0"&gt;Several caveats apply&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="p-rich_text_section"&gt;We're developing a solution and will share details as we make progress.&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Sep 2025 12:01:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Why-are-service-id-s-in-log-lines-leading-to-unknown-services-in/m-p/285147#M3263</guid>
      <dc:creator>mreider</dc:creator>
      <dc:date>2025-09-01T12:01:44Z</dc:date>
    </item>
  </channel>
</rss>

