<?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: How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with JMX Extensions Framework 2.0? in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/268964#M5889</link>
    <description>&lt;P&gt;It is normal behavior and expected. The&lt;EM&gt; /ui/entity/PROCESS_GROUP_INSTANCE &lt;/EM&gt;page is the Unified Analysis page which is where we can define charts etc... for generic topology entities in 2.0 extensions. There is no way to affect or display data on that 'classic' process group instance page, that was only possible through 1.0 extensions.&lt;/P&gt;
&lt;P&gt;Our Dynatrace-built/supported extensions work the same way. We often include a note about this on how to get to this screen on the Hub pages e.g. &lt;A href="https://www.dynatrace.com/hub/detail/redis-20/" target="_blank"&gt;Redis&lt;/A&gt; via the Metrics and events drill down. The fact that the 'classic' process group instance page is the default still does complicate this but there is no way around it.&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 21:51:14 GMT</pubDate>
    <dc:creator>JamesKitson</dc:creator>
    <dc:date>2025-01-31T21:51:14Z</dc:date>
    <item>
      <title>How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with JMX Extensions Framework 2.0?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/268856#M5887</link>
      <description>&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&lt;SPAN&gt;I am trying to migrate my current JMX JSON extension for entity&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;PROCESS_GROUP_INSTANCE`&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN&gt;The&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;ui.charts.group`&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;defined in the json was displayed on '&lt;/SPAN&gt;&lt;EM&gt;/#processmetrics;id=PROCESS_GROUP_INSTANCE&lt;/EM&gt;&lt;SPAN&gt;' page (navigation from '&lt;/SPAN&gt;&lt;EM&gt;/ui/entity/HOST&lt;/EM&gt;&lt;SPAN&gt;', then '&lt;/SPAN&gt;&lt;EM&gt;/#processdetails;id=PROCESS_GROUP_INSTANCE&lt;/EM&gt;&lt;SPAN&gt;' and '&lt;/SPAN&gt;&lt;EM&gt;/#processmetrics;id=PROCESS_GROUP_INSTANCE&lt;/EM&gt;&lt;SPAN&gt;' pages).&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN&gt;The VSCode JMX conversion tool now defines a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;CHART_GROUP`&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;detailsInjections`&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;under&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;entityType`&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;PROCESS_GROUP_INSTANCE`&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;which is not displayed on '&lt;/SPAN&gt;&lt;EM&gt;/#processmetrics;id=PROCESS_GROUP_INSTANCE&lt;/EM&gt;&lt;SPAN&gt;' page anymore but instead on '&lt;/SPAN&gt;&lt;EM&gt;/ui/entity/PROCESS_GROUP_INSTANCE&lt;/EM&gt;&lt;SPAN&gt;' page.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;OL&gt;
&lt;LI&gt;Is that the normal behaviour?&lt;/LI&gt;
&lt;LI&gt;How can I still see my chart under '&lt;EM&gt;/#processmetrics;id=PROCESS_GROUP_INSTANCE&lt;/EM&gt;' page?&lt;/LI&gt;
&lt;LI&gt;If it is not possible, how to navigate to '&lt;EM&gt;/ui/entity/PROCESS_GROUP_INSTANCE&lt;/EM&gt;' page as the link for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Process analysis&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in '&lt;EM&gt;/ui/entity/HOST&lt;/EM&gt;' page goes to '&lt;EM&gt;/#processdetails;id=PROCESS_GROUP_INSTANCE&lt;/EM&gt;' page and then the link for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Further details&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;goes to '&lt;EM&gt;/#processmetrics;id=PROCESS_GROUP_INSTANCE&lt;/EM&gt;' page?&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Feb 2025 10:23:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/268856#M5887</guid>
      <dc:creator>StephP</dc:creator>
      <dc:date>2025-02-10T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with JMX Extensions Framework 2.0?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/268964#M5889</link>
      <description>&lt;P&gt;It is normal behavior and expected. The&lt;EM&gt; /ui/entity/PROCESS_GROUP_INSTANCE &lt;/EM&gt;page is the Unified Analysis page which is where we can define charts etc... for generic topology entities in 2.0 extensions. There is no way to affect or display data on that 'classic' process group instance page, that was only possible through 1.0 extensions.&lt;/P&gt;
&lt;P&gt;Our Dynatrace-built/supported extensions work the same way. We often include a note about this on how to get to this screen on the Hub pages e.g. &lt;A href="https://www.dynatrace.com/hub/detail/redis-20/" target="_blank"&gt;Redis&lt;/A&gt; via the Metrics and events drill down. The fact that the 'classic' process group instance page is the default still does complicate this but there is no way around it.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 21:51:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/268964#M5889</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2025-01-31T21:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with JMX Extensions Framework 2.0?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/269010#M5892</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6226"&gt;@JamesKitson&lt;/a&gt;&amp;nbsp;for the answer. At least I know how to navigate to the Unified Analysis page, which I prefer over the classic one. Do you know if it will become the default navigation from HOST?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 07:01:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/269010#M5892</guid>
      <dc:creator>StephP</dc:creator>
      <dc:date>2025-02-03T07:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with JMX Extensions Framework 2.0?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/269132#M5901</link>
      <description>&lt;P&gt;This isn't an area where I am involved, but I don't believe so. As of now I have heard that all the screens/layouts/paths in these 'classic' views will stay as-is.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 19:54:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/269132#M5901</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2025-02-03T19:54:54Z</dc:date>
    </item>
  </channel>
</rss>

