jerryshao commented on code in PR #12946:
URL: https://github.com/apache/gravitino/pull/12946#discussion_r3955174288


##########
docs/gravitino-server-config.md:
##########
@@ -250,7 +250,7 @@ line with catalog count, plugin count, and query 
concurrency: `-Xms4g -Xmx4g
 
 | Configuration Item                        | Description                      
                    | Default Value |
 
|-------------------------------------------|------------------------------------------------------|---------------|
-| `gravitino.metrics.timeSlidingWindowSecs` | Width in seconds of the metrics 
time sliding window. | `60`          |
+| `gravitino.metrics.timeSlidingWindowSecs` | Deprecated, no longer used. 
Duration timers and histograms now use an exponentially-decaying reservoir 
instead of a fixed time window, so infrequently-invoked operations keep 
reporting a real duration for far longer (on the order of half a day) instead 
of reading zero after 60 seconds of inactivity. Operations idle longer than 
that will still eventually report a duration of zero. | `60`          |

Review Comment:
   Fixed, thanks — padded the header/separator/cell widths to match, consistent 
with the other tables in this file.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to