Description
Currently we use dedicated logger for recording writes and reads (OAK-2011). We should do similar logger in some other parts of Oak
- Query - At jcr.query.QueryManagerImpl#executeQuery where we send the stats. Just log query with timing
- BlobStoreStats - Upload and download of blobs
This would be useful when used with new Sling Tracer support for recording (SLING-5507, SLING-5459) and would allow one to determine what major operations are done in given HTTP request along the whole Oak layer (query, writes, blob uploaded, query fired to Mongo) etc
Attachments
Issue Links
- relates to
-
SLING-5507 Collect more details around query execution
- Closed