Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
-
tomcat?
Description
I need the ability to log certain information about a request so that I can feed it into performance and capacity monitoring systems.
I would like to know things like
- how long the request took
- how many rows were fetched and returned
- what handler was called.
per request.
the following patch is 1 way to implement this, I'm sure there are better ways.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-4018 Dispatcher to optionally write QTime and Hits HTTP header
- Resolved