We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84648f commit ef56d56Copy full SHA for ef56d56
core/src/main/resources/reference.conf
@@ -1820,9 +1820,8 @@ datastax-java-driver {
1820
# The time after which the node level metrics will be evicted.
1821
#
1822
# 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.
+ # If the node does not come back up when this interval elapses, all its metrics are removed
+ # from the registry.
1826
1827
# The lowest allowed value is 5 minutes. If you try to set it lower, the driver will log a
1828
# warning and use 5 minutes.
0 commit comments