Retrieves a copy of the current monitoring configuration settings. This includes
all polling intervals, backoff parameters, and other monitoring behavior settings.
The returned object is a deep copy to prevent external modifications of internal state.
This function is useful for:
Inspecting current monitoring settings
Modifying specific parameters while preserving others
Gets the current monitoring configuration
Retrieves a copy of the current monitoring configuration settings. This includes all polling intervals, backoff parameters, and other monitoring behavior settings. The returned object is a deep copy to prevent external modifications of internal state.
This function is useful for: