<?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 Show mount points instead of entity names in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Show-mount-points-instead-of-entity-names/m-p/213666#M7</link>
    <description>&lt;DIV class="p-rich_text_section"&gt;Hi team!!&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;Is there any way to show the names of the mount points instead of entity names in a dql query like this?&lt;/DIV&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;timeseries from:now()-2h, to:now(),avg(dt.host.disk.used),by:{host.name,dt.entity.disk},interval:1m &lt;BR /&gt;| filter host.name == "demodev-master"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 13:59:29 GMT</pubDate>
    <dc:creator>sinisa_zubic</dc:creator>
    <dc:date>2023-05-31T13:59:29Z</dc:date>
    <item>
      <title>Show mount points instead of entity names</title>
      <link>https://community.dynatrace.com/t5/DQL/Show-mount-points-instead-of-entity-names/m-p/213666#M7</link>
      <description>&lt;DIV class="p-rich_text_section"&gt;Hi team!!&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;Is there any way to show the names of the mount points instead of entity names in a dql query like this?&lt;/DIV&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;timeseries from:now()-2h, to:now(),avg(dt.host.disk.used),by:{host.name,dt.entity.disk},interval:1m &lt;BR /&gt;| filter host.name == "demodev-master"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 13:59:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Show-mount-points-instead-of-entity-names/m-p/213666#M7</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-05-31T13:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show mount points instead of entity names</title>
      <link>https://community.dynatrace.com/t5/DQL/Show-mount-points-instead-of-entity-names/m-p/213773#M25</link>
      <description>&lt;DIV id="C044WMCMR3N-1683546292.235609-thread-list-Thread_1683546454.613339" class="c-virtual_list__item c-virtual_list__item--initial-activeitem" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1683546454.613339"&gt;
&lt;DIV class="c-message_kit__background c-message_kit__background--hovered c-message_kit__background--highlight c-message_kit__message c-message_kit__thread_message" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover c-message_kit__hover--hovered" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--default"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;DIV class="p-rich_text_section"&gt;Hi Sini,&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;you just need to add a lookup to disk entities, e.g.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="C044WMCMR3N-1683546292.235609-thread-list-Thread_1683546748.975529" class="c-virtual_list__item" tabindex="-1" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1683546748.975529"&gt;
&lt;DIV class="c-message_kit__background c-message_kit__message c-message_kit__thread_message" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--default"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;PRE class="c-message_kit__gutter__left" role="presentation"&gt;timeseries from:now()-2h, to:now(),avg(dt.host.disk.used),by:{host.name,dt.entity.disk},interval:1m &lt;BR /&gt;| filter host.name == "demodev-master"&lt;BR /&gt;| lookup sourceField:dt.entity.disk, lookupField:id, prefix:"disk.", [ fetch dt.entity.disk | fields id, mountPoint = entity.name ]&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Jun 2023 06:50:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Show-mount-points-instead-of-entity-names/m-p/213773#M25</guid>
      <dc:creator>stefan_eggersto</dc:creator>
      <dc:date>2023-06-01T06:50:17Z</dc:date>
    </item>
  </channel>
</rss>

