<?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: Entity Selector for matching OpenTelemetry service name in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287521#M37748</link>
    <description>&lt;P&gt;Thanks, Pierre! Indeed, the furthest we can get seems to be with exists — it's not exactly what I was aiming for, but it works, at least partially.&lt;/P&gt;&lt;P&gt;That said, I loved the SLO autocomplete trick — I didn’t know about it. Super helpful!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2025 18:50:02 GMT</pubDate>
    <dc:creator>DanielS</dc:creator>
    <dc:date>2025-10-08T18:50:02Z</dc:date>
    <item>
      <title>Entity Selector for matching OpenTelemetry service name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287503#M37741</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm trying to identify and tag some services that we're ingesting traces from OpenTelemetry. When defining an entitySelector based on strings, it's usually straightforward — for example:&lt;/P&gt;&lt;P&gt;type(SERVICE),serviceType("UNIFIED")&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielS_0-1759935140307.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30414i7D70A3D242A208B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="DanielS_0-1759935140307.png" alt="DanielS_0-1759935140307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm trying to match the name [Built-in] OpenTelemetry service, and while I’ve managed to get somewhat close using exists clause, I can’t figure out how to dereference a list to properly match the name in this case.&lt;/P&gt;&lt;P&gt;Has anyone dealt with this before or knows how to write an entitySelector that successfully matches the name [Built-in] OpenTelemetry service?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 14:54:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287503#M37741</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-10-08T14:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Selector for matching OpenTelemetry service name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287508#M37743</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp; that's not possible using entitySelector as you have limited options for properties/attributes described &lt;A href="https://docs.dynatrace.com/docs/shortlink/api-entities-v2-selector#attribute" target="_blank"&gt;here&lt;/A&gt;. Maybe you can use &lt;A href="https://docs.dynatrace.com/docs/shortlink/api-entities-v2-selector#relationships" target="_blank"&gt;relationships&lt;/A&gt; in the entitySelector? (I don't know your environment and use case).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 15:56:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287508#M37743</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-10-08T15:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Selector for matching OpenTelemetry service name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287510#M37744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I understand what you want to achieve, however, to help you more accurately, we need to access the environment or deploy OpenTelemetry-ingested services and replicate the case.&lt;/P&gt;&lt;P&gt;However, I'll share a tip on how you could run "entitySelector" simulations to make it work faster and more accurately. I hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PierreGutierrez_0-1759943584888.png" style="width: 490px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30415iEA7790B35E6F86C5/image-dimensions/490x381?v=v2" width="490" height="381" role="button" title="PierreGutierrez_0-1759943584888.png" alt="PierreGutierrez_0-1759943584888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in the SLO Wizard, exist a part of "Entity Selector" there you can create a query and receive help of the autocomplete wizard to know if work your sentence.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope it's helpful&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":flexed_biceps:"&gt;💪&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 17:14:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287510#M37744</guid>
      <dc:creator>PierreGutierrez</dc:creator>
      <dc:date>2025-10-08T17:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Selector for matching OpenTelemetry service name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287520#M37747</link>
      <description>&lt;P&gt;Thanks, Julius! I suspected that was the case, but I didn’t want to leave any doubts. I understand now that exists will do the trick. Appreciate your help!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 18:48:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287520#M37747</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-10-08T18:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Selector for matching OpenTelemetry service name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287521#M37748</link>
      <description>&lt;P&gt;Thanks, Pierre! Indeed, the furthest we can get seems to be with exists — it's not exactly what I was aiming for, but it works, at least partially.&lt;/P&gt;&lt;P&gt;That said, I loved the SLO autocomplete trick — I didn’t know about it. Super helpful!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 18:50:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Entity-Selector-for-matching-OpenTelemetry-service-name/m-p/287521#M37748</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-10-08T18:50:02Z</dc:date>
    </item>
  </channel>
</rss>

