dmsolr commented on issue #2730: Provide plugin for Solr-7.x(client)
URL: https://github.com/apache/skywalking/pull/2730#issuecomment-497704069
 
 
   Hi @wu-sheng , 
   - common tags:
   1. status :  status of response.
   2. qtime : solr 
   
   - query tags
   1. qt: Query Type - which Request Handler should handle the request.
   2. numFound : the numer of SolrDocuments returned from a search.
   3. db.statment: If it enable, span will trace the query parameters of query. 
(Default disable)
   
   - insert tags(/update/ADD)
   1. docsSize: the number of committed documents.
   2. commitWithin: the time horizon by which the document should be committed
   
   - delete tag(/update/DELETE_X)
   1. delete.by : deletes a list of documents by doc_id. (or deletes documents 
base on query)
   
   - commit tags (/update/COMMIT) 
   1. softCommit : Performs an explicit commit, causing pending documents to be 
committed for indexing.
   
   - optimize tags (/update/OPTIMIZE)
   1. maxOptimizeSegs : optimizes down to at most this number of segments
   
   On commit/optimize request,maybe need to trace waitFLush and waitSearch. 
They explain whether QTime is available. 
   
   About `DB_INSTANCE`, for solr, to get this is expensive and useless.
   
   
![image](https://user-images.githubusercontent.com/29735230/58707836-a1b29f00-83e8-11e9-9484-413bb66f2d97.png)
   
   
![image](https://user-images.githubusercontent.com/29735230/58707930-e2aab380-83e8-11e9-9d68-1bb5c1321c8e.png)
   
   
![image](https://user-images.githubusercontent.com/29735230/58707934-e6d6d100-83e8-11e9-87d9-02190d9407ee.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to