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