delete obsolete field (#1107)

Co-authored-by: 启元 <qiyuan@jushuitan.com>
pull/1116/head
zongyuanGitHub 1 year ago committed by GitHub
parent 1f20678cb0
commit f65dbb5521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,30 +51,6 @@ public class BootstrapConfigProperties implements BootstrapPropertiesInterface {
*/
private MonitorProperties monitor = new MonitorProperties();
/***
* Latest use {@link MonitorProperties#getEnable()}
*/
@Deprecated
private Boolean collect = Boolean.TRUE;
/**
* Latest use {@link MonitorProperties#getCollectTypes()}
*/
@Deprecated
private String collectType;
/**
* Latest use {@link MonitorProperties#getInitialDelay()}
*/
@Deprecated
private Long initialDelay = 10000L;
/**
* Latest use {@link MonitorProperties#getCollectInterval()}
*/
@Deprecated
private Long collectInterval = 5000L;
/**
* Config file type.
*/

Loading…
Cancel
Save