<?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: Who knows what these are? in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/metricSelectorSort-metricSelectorDetailed-Who-knows-what-these/m-p/269790#M5921</link>
    <description>&lt;P&gt;They're available if you need to override the default behavior in metric tables. Those will automatically be generated based on the original selector to collect the data for the currently selected column for sorting (metricSelectorSort) and for the the detailed data you can expand/view for rows in a metric table card (metricSelectorDetailed).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;metricSelectorSort&lt;/STRONG&gt;&lt;/EM&gt; - This selector is used to gather data for currently sorted column. It should point to the single value. It queries data for whole table for given metric. e.g. for &lt;CODE&gt;builtin:host.disk.free&lt;/CODE&gt; selector, generated one will be &lt;CODE&gt;builtin:host.disk.free$(entityFilter)$(userFilter):splitBy("dt.entity.disk")$(aggregation):last:sort(value(avg,$(sortOrder))):limit(X)&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;*Do not include limit operator. It will be appended automatically according to card configuration.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;metricSelectorDetailed&lt;/STRONG&gt;&lt;/EM&gt; - This selector is used to gather data for details section in table row.e.g. for &lt;CODE&gt;builtin:host.disk.free&lt;/CODE&gt; selector, generated one will be &lt;CODE&gt;builtin:host.disk.free$(entityFilter)$(userFilter):splitBy("dt.entity.disk")$(aggregation)&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You only have a need to use these if the default generated ones don't work for you for some reason or another. Personally, in all my extensions I've never had a need for these but they are there for advanced use cases where it is needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2025 18:24:17 GMT</pubDate>
    <dc:creator>JamesKitson</dc:creator>
    <dc:date>2025-02-11T18:24:17Z</dc:date>
    <item>
      <title>metricSelectorSort, metricSelectorDetailed - Who knows what these are?</title>
      <link>https://community.dynatrace.com/t5/Extensions/metricSelectorSort-metricSelectorDetailed-Who-knows-what-these/m-p/269760#M5917</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could not find this in any doc:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;from the screens part.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;metrics&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &lt;/SPAN&gt;&lt;SPAN&gt;metricSelector&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;metricSelectorSort&lt;/SPAN&gt;&lt;SPAN&gt;: &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;metricSelectorDetailed&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Who can explain the Sort and Detailed one?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;KR Henk&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Feb 2025 06:59:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/metricSelectorSort-metricSelectorDetailed-Who-knows-what-these/m-p/269760#M5917</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2025-02-17T06:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Who knows what these are?</title>
      <link>https://community.dynatrace.com/t5/Extensions/metricSelectorSort-metricSelectorDetailed-Who-knows-what-these/m-p/269790#M5921</link>
      <description>&lt;P&gt;They're available if you need to override the default behavior in metric tables. Those will automatically be generated based on the original selector to collect the data for the currently selected column for sorting (metricSelectorSort) and for the the detailed data you can expand/view for rows in a metric table card (metricSelectorDetailed).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;metricSelectorSort&lt;/STRONG&gt;&lt;/EM&gt; - This selector is used to gather data for currently sorted column. It should point to the single value. It queries data for whole table for given metric. e.g. for &lt;CODE&gt;builtin:host.disk.free&lt;/CODE&gt; selector, generated one will be &lt;CODE&gt;builtin:host.disk.free$(entityFilter)$(userFilter):splitBy("dt.entity.disk")$(aggregation):last:sort(value(avg,$(sortOrder))):limit(X)&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;*Do not include limit operator. It will be appended automatically according to card configuration.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;metricSelectorDetailed&lt;/STRONG&gt;&lt;/EM&gt; - This selector is used to gather data for details section in table row.e.g. for &lt;CODE&gt;builtin:host.disk.free&lt;/CODE&gt; selector, generated one will be &lt;CODE&gt;builtin:host.disk.free$(entityFilter)$(userFilter):splitBy("dt.entity.disk")$(aggregation)&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You only have a need to use these if the default generated ones don't work for you for some reason or another. Personally, in all my extensions I've never had a need for these but they are there for advanced use cases where it is needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 18:24:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/metricSelectorSort-metricSelectorDetailed-Who-knows-what-these/m-p/269790#M5921</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2025-02-11T18:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Who knows what these are?</title>
      <link>https://community.dynatrace.com/t5/Extensions/metricSelectorSort-metricSelectorDetailed-Who-knows-what-these/m-p/269793#M5922</link>
      <description>&lt;P&gt;Hi James, thanks for your reply. Fyi noticed this after a 1.0 to 2.0 conversion….&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 19:47:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/metricSelectorSort-metricSelectorDetailed-Who-knows-what-these/m-p/269793#M5922</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2025-02-11T19:47:29Z</dc:date>
    </item>
  </channel>
</rss>

