Remove getDefault() from MetricExportProperties
Fixes gh-3112
This commit is contained in:
parent
c108b1483a
commit
6c653038f6
|
|
@ -98,15 +98,6 @@ public class MetricExportProperties extends TriggerProperties {
|
||||||
this.redis = redis;
|
this.redis = redis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Default values for trigger configuration for all writers. Can also be set by
|
|
||||||
* including a writer with {@code name="*"}.
|
|
||||||
* @return the default trigger configuration
|
|
||||||
*/
|
|
||||||
public TriggerProperties getDefault() {
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find a matching trigger configuration.
|
* Find a matching trigger configuration.
|
||||||
* @param name the bean name to match
|
* @param name the bean name to match
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue