big-r81 commented on code in PR #5294:
URL: https://github.com/apache/couchdb/pull/5294#discussion_r1795775967


##########
src/nouveau/priv/stats_descriptions.cfg:
##########
@@ -18,4 +18,9 @@
 {[nouveau, active_searches], [
     {type, counter},
     {desc, <<"number of active search requests">>}
+]}.
+
+{[nouveau, update_latency], [
+    {type, histogram},
+    {desc, <<"Distribution of time during search waiting for the index to be 
updated">>}
 ]}.

Review Comment:
   missing `\n`



-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to