<?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: Thread_Analysis Custom Plugin Entity Type mismatch in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207537#M2892</link>
    <description>&lt;P&gt;Extensions in the first framework can either map to a host or a process group instance. It cannot map to a queue.&lt;/P&gt;
&lt;P&gt;That being said, what extension are you talking about? Can you provide a link?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 11:26:39 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2023-03-21T11:26:39Z</dc:date>
    <item>
      <title>Mismatch in Thread_Analysis Custom Plugin Entity Type</title>
      <link>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207536#M2891</link>
      <description>&lt;P&gt;There is a custom plugin that we have downloaded from the Dynatrace support site and uploaded in the Dynatrace Under the settings section.&lt;/P&gt;
&lt;P&gt;When we checked the plugin json, we can see the entity is mapped to PROCESS_GROUP_INSTANCE instead of QUEUE&lt;/P&gt;
&lt;P&gt;Can you please help us to understand why the entity name for QUEUE would be specified under PROCESS_GROUP? not QUEUE?&lt;/P&gt;
&lt;P&gt;Also is it fine to change the value and upload it as a separate plugin and see how the data flows?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 07:44:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207536#M2891</guid>
      <dc:creator>payal_bid</dc:creator>
      <dc:date>2023-05-12T07:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Thread_Analysis Custom Plugin Entity Type mismatch</title>
      <link>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207537#M2892</link>
      <description>&lt;P&gt;Extensions in the first framework can either map to a host or a process group instance. It cannot map to a queue.&lt;/P&gt;
&lt;P&gt;That being said, what extension are you talking about? Can you provide a link?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 11:26:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207537#M2892</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-03-21T11:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Thread_Analysis Custom Plugin Entity Type mismatch</title>
      <link>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207723#M2906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;We are trying to fetch the "Message pending count" and "Message current count" for the jmx queues using the custom plugin-&lt;STRONG&gt;Thread_Analysis (version 1.1657608853)&lt;/STRONG&gt;&amp;nbsp;which has Entity type as "PROCESS_GROUP_INSTANCE" as dynatrace does not capture these data by default.&lt;/P&gt;&lt;P&gt;And using these metrics , we are creating SLO for the queues which has Entity type as "Queue". But we are facing error while creating due to &lt;STRONG&gt;mismatch in Entity type&lt;/STRONG&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Can you please help me on how SLO's can be created for the jmx queues (if there is any other way).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Payal Bid&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 06:31:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207723#M2906</guid>
      <dc:creator>payal_bid</dc:creator>
      <dc:date>2023-03-23T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Thread_Analysis Custom Plugin Entity Type mismatch</title>
      <link>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207863#M2910</link>
      <description>&lt;P&gt;In not too long we will release JMX extensions in extension framework 2.0. As part of that improvement we will allow the JMX extension creator to use the generic topology to define any topology they want instead of being limited by hosts and process group instances. That should resolve your use case.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 17:32:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/207863#M2910</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-03-23T17:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Thread_Analysis Custom Plugin Entity Type mismatch</title>
      <link>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/208055#M2915</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp; , that makes sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, is there any alternate way to make this scenario working for now? Any suggestions or recommendations if you can provide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 08:56:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/208055#M2915</guid>
      <dc:creator>payal_bid</dc:creator>
      <dc:date>2023-03-27T08:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Thread_Analysis Custom Plugin Entity Type mismatch</title>
      <link>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/208057#M2916</link>
      <description>&lt;P&gt;Map the metrics to a process group instance and use the metrics there as part of the SLO. That should work, although it depends a bit on how you need to do visualizations and splittings.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 09:01:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Mismatch-in-Thread-Analysis-Custom-Plugin-Entity-Type/m-p/208057#M2916</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-03-27T09:01:40Z</dc:date>
    </item>
  </channel>
</rss>

