public class WebsocketConfig extends Object
| Constructor and Description |
|---|
WebsocketConfig() |
| Modifier and Type | Method and Description |
|---|---|
T |
excludeFilter(String excludeFilter)
Set the exclude metric filter expression of the reporter.
|
String |
getExcludeFilter()
The exclude metric filter expression of the reporter.
|
String |
getIncludeFilter()
The include metric filter expression of the reporter.
|
Duration |
getReporterInterval()
The interval between metrics reports.
|
T |
includeFilter(String includeFilter)
Set the include metric filter of the reporter.
|
T |
reporterInterval(Duration reporterInterval)
Configure the interval between metrics reports.
|
public Duration getReporterInterval()
public T reporterInterval(Duration reporterInterval)
reporterInterval - the report intervalthispublic String getIncludeFilter()
public T includeFilter(String includeFilter)
includeFilter - the regular expression to match on.thispublic String getExcludeFilter()
public T excludeFilter(String excludeFilter)
excludeFilter - the regular expression to match on.this