Closed cpcundill closed 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.
play.request.path:
play.request.query:
This PR builds on my earlier PR: https://github.com/eigengo/monitor/pull/104 which should be merged first.
Added tagging to request count. Each increment is tagged with the HTTP request path and query under the keys
play.request.path:
andplay.request.query:
respectively.This PR builds on my earlier PR: https://github.com/eigengo/monitor/pull/104 which should be merged first.