Skip to content

Commit ef56d56

Browse files
committed
Minor enhancement to the documentation of metrics.node.expire-after option
1 parent f84648f commit ef56d56

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/main/resources/reference.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,9 +1820,8 @@ datastax-java-driver {
18201820
# The time after which the node level metrics will be evicted.
18211821
#
18221822
# This is used to unregister stale metrics if a node leaves the cluster or gets a new address.
1823-
# The eviction will happen only if none of the enabled node-level metrics is updated for a
1824-
# given node for a given time. When this interval elapses, all metrics for the idle node are
1825-
# removed.
1823+
# If the node does not come back up when this interval elapses, all its metrics are removed
1824+
# from the registry.
18261825
#
18271826
# The lowest allowed value is 5 minutes. If you try to set it lower, the driver will log a
18281827
# warning and use 5 minutes.

0 commit comments

Comments
 (0)