eigengo / monitor

Library for monitoring the Typesafe stack-based applications.
Apache License 2.0
127 stars 24 forks source link

Play agent request count tagging #105

Closed cpcundill closed 10 years ago

cpcundill commented 10 years ago

Added tagging to request count. Each increment is tagged with the HTTP request path and query under the keys play.request.path: and play.request.query: respectively.

This PR builds on my earlier PR: https://github.com/eigengo/monitor/pull/104 which should be merged first.