fandrei / AppMetrics

Apache License 2.0
8 stars 2 forks source link

implement server functionality for collecting application metrics data #1

Closed fandrei closed 12 years ago

fandrei commented 12 years ago

Implemented as a generic ASP.NET handler (ashx).

Entry point: http:///AppMetrics/LogEvent.ashx

Request parameters: "MessageAppKey" (identifier of the reporting application) "MessageSession" (id of the current session) "MessageName" (name of reported event) "MessageData" (data value) "MessageTime" (time of event)

Logs are saved as tab-delimited files under App_Data folder. Events of different sessions are saved in separate files.