17 May 2022 07:33 AM - last edited on 30 Aug 2022 10:59 AM by MaciejNeumann
Dear All,
How to do the auto/manual tagging for a particular queue or a set of queues monitored by IBM MQ extension?
Regards,
Babar
Solved! Go to Solution.
17 May 2022 09:20 AM
Did you try to use autotag by entitySelector? This will definitely do the trick.
17 May 2022 12:22 PM
An example of entitySelector for a Apache Kafka queue and IBM MQ
type(QUEUE),queueName("audit-public"),queueVendorName("Apache Kafka")
type(QUEUE),queueName("CSQ8.creditcardrequest"),queueVendorName("IBM MQ")
17 May 2022 01:15 PM
Hello @Julius_Loman
Thank you. I used the below and it worked. Now I am looking for a way to add
type(QUEUE),entityName("RICH_XXXXXXXX") queues in the same rule.
Regards,
Babar
17 May 2022 02:02 PM
@Babar_Qayyum for entityName you have options such as startsWith or contains conditions. See the docs.
17 May 2022 02:28 PM
Hello @Julius_Loman
Thank you. I had gone through with this. The challenge I am going through is that the queues monitored by the IBM MQ extension are not detected. Earlier I did not realize matching queue.
When I use the entityId along with the entityName to match the exact queue e.g. type(QUEUE),entityName("RICH_xxxxx"),entityId("CUSTOM_DEVICE-xxxxx") no matching entity appears.
Whereas, when I use only entityId("CUSTOM_DEVICE-XXXXXXXXXXXX") it matches the entity.
What is wrong with this process?
Regards,
Babar
17 May 2022 07:29 PM
The QUEUE entities come from the traces whereas you are need that for queues which are from MQ extension, right? The extension does not create QUEUE entities, instead it creates a CUSTOM_DEVICE which has queue metrics and the queue is just a dimension. Thus this queue it's not an entity within Dynatrace. It will be possible in the Extension 2.0 version.
18 May 2022 06:41 AM
Hello @Julius_Loman
Thank you for this information. Do you know any expected date for the release of v2?
Regards,
Babar
18 May 2022 02:13 PM
Sorry, no idea. Maybe @diego_morales can provide the answer.
18 May 2022 05:22 PM
That is correct. Queues are dimensions in EF 1.0 and those cannot be tagged. Once it gets migrated to EF 2.0 they will have their own entities and then can be tagged.
We do not have a timeline for when it will be migrated to EF 2.0, hopefully within the year.
Thanks,
Diego
13 Oct 2022 11:05 AM
Hi Everyone,
Any Update?
I need to have the same thing,
Did you know if its available now?
How can we tag the specific queue for IBM MQ Extension?
Thanks