tabeth commented on issue #1271: Add units to all stats
URL: https://github.com/apache/couchdb/issues/1271#issuecomment-584814649
 
 
   Ah, I see @wohali 
   
   So this is more investigative, where we want (for all of the 
`stats_descriptions.cfg` files)
   
   This:
   
   ```erlang
   {[dreyfus, rpc, search], [
       {type, histogram},
       {desc, <<"length of a search RPC worker">>}
   ]}.
   ```
   
   To be something more like this:
   ```erlang
   {[dreyfus, rpc, search], [
       {type, histogram},
       {desc, <<"length (milliseconds) of a search RPC worker ">>}
   ]}.
   ```
   
   So the successfully complete this we need to traverse each file and then 
figure out what the true values are and update the descriptions. Is that about 
right?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to