Hi,
i am evaluating for my company a APM solution.
The followinf things did not work OOTB and some other i have questions about.
- I do not see our outgoing WCF calls anywhere. The code is generated from WSDL and the binding is basicHttpBinding. Any ideas?
- Not all outbound calls are catched (only the ones using the older WebRequest)
- HttpClient is not supported?
- CouchBase client needs custom config?
- Redis?
- On a slow transaction the monitoring shows onlty the Thrad.Join on a started thread, missing all the actual work that is done in the thread. Is this expected?
- Is async-await and TPL supported?
- Do i have control over the scaling of custom Performance counter?
Thanks