<?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: Tag not appeared on queues in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109671#M6720</link>
    <description>&lt;P&gt;Queues in API can be displayed as service in the same way as Database is. Databases are also services detected from application endpoint, not monired directly. But databases has their own dashboards so they can be tagged. Queues are also detected as services because of data of model that dynatrace is using I think. But because you cannot monitor and present queue in the same level as database, you cannot add tags to them as &lt;A rel="user" href="https://answers.dynatrace.com/users/4724/view.html" nodeid="4724"&gt;@Radosław J.&lt;/A&gt; said. &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 01 Dec 2018 10:49:54 GMT</pubDate>
    <dc:creator>skrystosik</dc:creator>
    <dc:date>2018-12-01T10:49:54Z</dc:date>
    <item>
      <title>Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109661#M6710</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have created automatic tag for tagging services, we are tagging all services that are running on a host. We pulled the services list form API call and found that all the services do not have tag associated with them.&lt;/P&gt;
&lt;P&gt;When we later dig in, those are the queues which are not tagged. When we search the queue in global search bar , it show the queue and directly take to smartscape. It is not showing any details about the queue.In the URL , they are having entity id Starts with QUEUE- but in the API details all the queue are having entity id Starts with SERVICE-.&lt;/P&gt;
&lt;P&gt;Is there a way we can tag these queues and why we have different entity id in API and URL.&lt;/P&gt;
&lt;P&gt;See the rule for service tag&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19002-tag-serviceexample.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Suresh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:59:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109661#M6710</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2022-08-30T09:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109662#M6711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You want to tag a services that sends specific queues?&lt;BR /&gt;or you want to tag the queues?&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:01:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109662#M6711</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-11-30T12:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109663#M6712</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We want to tag the queues, service is already tagged.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:06:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109663#M6712</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2018-11-30T12:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109664#M6713</link>
      <description>&lt;P&gt;You can use the Request Atribute on the method that handles the queue and find it in method argument or return value, which allows you to retrieve the queue value to use it in request atribute &lt;/P&gt;&lt;P&gt;Then you can use the regex to return the queue name.&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:20:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109664#M6713</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-11-30T12:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109665#M6714</link>
      <description>&lt;P&gt;Hi Radoslaw,&lt;/P&gt;&lt;P&gt;Well request attribute might help me to tag the requests but that will not help to tag the whole queue.&lt;/P&gt;&lt;P&gt;I am bit confused about the different entity ID return in service API call and when looking directly in the URL. It should not returns queues as service. Do you have any idea about this.&lt;/P&gt;&lt;P&gt;In the service API calls queues are listed as services so I thought those should be tagged as a services.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:06:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109665#M6714</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2018-11-30T13:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109666#M6715</link>
      <description>&lt;P&gt;Can you share a screenshot of how these queues appear on your screen?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:41:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109666#M6715</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-11-30T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109667#M6716</link>
      <description>&lt;P&gt;If I understand you well, in the list of services you see queues and these queues are also visible on the Smartscape, right? &lt;/P&gt;&lt;P&gt;Unfortunately, the queues themselves can not be tagged even if the API returns it as a service. &lt;/P&gt;&lt;P&gt;Generally, you can tag services which are detected on the monitoring hosts. The exception is the Databases because are  create from JDBC or ADO.NET &lt;/P&gt;&lt;P&gt;However, please show how you see it? (as I wrote a post above)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:57:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109667#M6716</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-11-30T13:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109668#M6717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveMQ Queue Listener&lt;/STRONG&gt; is the service that is listening to these queues. Yes, I can see them in smartScape. Following are the queues that I want to tag with a tag that is applied to this service which I have grayed out.&lt;/P&gt;&lt;P&gt;This is a problem to us if queues are shown as service in API and we left them without tagged. If those are not shown as service in API then it will not be a problem.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19003-queue.png" /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:15:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109668#M6717</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2018-11-30T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109669#M6718</link>
      <description>&lt;P&gt;Unfortunately, you can not tag individual queues. &lt;/P&gt;&lt;P&gt;You can tag only the listener or you can tag specific PurePaths containing selected queues.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 16:27:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109669#M6718</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-11-30T16:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109670#M6719</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;Is that something we can expect in future.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Dec 2018 09:22:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109670#M6719</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2018-12-01T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tag not appeared on queues</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109671#M6720</link>
      <description>&lt;P&gt;Queues in API can be displayed as service in the same way as Database is. Databases are also services detected from application endpoint, not monired directly. But databases has their own dashboards so they can be tagged. Queues are also detected as services because of data of model that dynatrace is using I think. But because you cannot monitor and present queue in the same level as database, you cannot add tags to them as &lt;A rel="user" href="https://answers.dynatrace.com/users/4724/view.html" nodeid="4724"&gt;@Radosław J.&lt;/A&gt; said. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Dec 2018 10:49:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tag-not-appeared-on-queues/m-p/109671#M6720</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2018-12-01T10:49:54Z</dc:date>
    </item>
  </channel>
</rss>

