Can someone help me understand the totalResultCount function?I have looked at the documentation and spent an hour or two fiddling with it, but I can't figure out what it is supposed to do.
I have a webapp that has about 90 api calls from 1 domain, and another 50 or so api calls to a different domain. I would like to have metrics for both, but it is becoming too cluttered.I would like to have the calls for the second domain, to go into...
Hi,I work for a company with a big AppD footprint. I frequently find myself disabling Analytics for auto-created BT's for things like a springbean catchall rule, that starts sending data for tons of tiers.This data is not being used for queries, and...
We are using Fujitsu Market Place and have AppDynamics installed.We are not convinced we have the optimal configurations, as we do not detect any traffic for some of the tiers, particularly "StoreCashManagement."We are interested to know if there are...
I have created a custom metric that returns an integer, when used as a search...SELECT count(*) FROM magento_order_flow WHERE completed = true and (round(toInt(STEP_6.eventTimestamp - STEP_2.eventTimestamp)/1000/60, 2)) > 3The query returns a count o...
Thanks for replying. These are outgoing calls, being initiated from within the webapp... I guess they are not actually different domains... same domain, but different backend services in our data center.https://api.office.fedex.com/parcel/fedexoffic...
... you have to click the data collector rule you want to choose the business transactions for, to highlight it, and then click on 'Configure Transactions using this Data Collector,' to bring up this box, where you select the business transactions wi...
Hey Jason. Did you make sure to pick the business transactions where the methods will show up, after you created the collectors? If you don't, the data will never make it to Analytics.
Hey @Akbar.Khan
Did you ever figure it out? I have similar issues occasionally. Are you using data collectors, by any chance? I have a case now where the BT I'm designating in the data collector, is not showing up in Analytics, but the data eleme...