fandrei / AppMetrics

Apache License 2.0
8 stars 2 forks source link

research and implement data export facilities #4

Closed fandrei closed 12 years ago

fandrei commented 12 years ago

It's necessary to find and implement the best way to export collected data from the server.

fandrei commented 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