Dynatrace / Dynatrace-AppMon-GenericOperations-Plugin

A Dynatrace Application Monitoring Plugin that allows for generic operations (+, -, *, /) on a pair of measures.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Logic for using BTs seems off #10

Open Dynatrace-Kyle-Kowalski opened 7 years ago

Dynatrace-Kyle-Kowalski commented 7 years ago

When comparing 2 business transactions it seems to grab the first measure twice when not working with static content. This appears to be because there are 2 values named measure when working with a BT. I am going to investigate further.

Dynatrace-Kyle-Kowalski commented 7 years ago

From my mild research it seems to be from the way the XML handles application splits as well as how the code it looking at measure name contains versus equals. By changing it to equal the measure name it may make the plugin harder to use however if there is a split on the measure (most commonly application) it seems to fail.