yuqi1129 commented on code in PR #12946:
URL: https://github.com/apache/gravitino/pull/12946#discussion_r3954940845
##########
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:
The table should be aligned.
--
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]