Hi all,
I wanted to write some complex web page load time logging, which I don't think is possible in straight-APM. I want a script to login to a web page (form based auth) then visit 3 pages and pass their load times back.
This is fine, i've made a WCF service that uses Selenium to achieve this - my question is, can I have Orion/APM poll this WCF service some how to get the metrics back? I'd like to pull all the metrics back into Orion to have a centralised source of info and of course all the graphing tools.
So all APM would have to do is call a web method to get its standard 'App.Metric1: 54' style responses - is this possible or do I need to write a custom windows script wrapper to perform the action do you think?
I'd also be interested on methods of having Orion login to a site, then load a specific page for me - but as I say it didn't look like it was possible to me
Thanks,
Henri