Closed fandrei closed 12 years ago
Implemented as a WCF Data Service. Access point: http://localhost/AppMetrics/DataService.svc/
Syntax to retrieve list of sessions: http://localhost/AppMetrics/DataService.svc/Sessions?appKey=CIAPI.CS.Excel&period=30.0:0:0 Syntax to retrieve list of records: http://localhost/AppMetrics/DataService.svc/Records?appKey=CIAPI.CS.Excel&period=30.0:0:0
(filtered by app keyname and time period) These data can be imported directly into Excel using PowerPivot add-in
It's necessary to find and implement the best way to export collected data from the server.