Hi,
I would like to find measurments like nrOfCalls, average response time over a days, weeks or months to find values for performance measurement. Of course I can define a custom period in Business transactions or in the Metrics browser, but that period is including the whole night, which is an idle time on the target system and thus dillutes the real load during the day. I would like to exclude certain times during the day and certain days like weekends and public holidays.
I tried a custom dashboard, which would be very handy to export data easily, but didn't succeed yet.
How could this be done?
Cheers
Markus
Hi Markus,
Will retrieving specific time data using rest api for target metric helps here as stated in doc link https://docs.appdynamics.com/display/PRO40/Use+the+AppDynamics+REST+API
And you create script that will manipulate rest api response for different times and sum and report as custom metric using machien agent as stated in doc link to UI as metric again will that help: https://docs.appdynamics.com/display/PRO39/Build+a+Monitoring+Extension+Using+Scripts