public static class CodaHaleMetricsModule.Config.WebSocket
extends java.lang.Object
| Constructor and Description |
|---|
WebSocket() |
| Modifier and Type | Method and Description |
|---|---|
CodaHaleMetricsModule.Config.WebSocket |
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.
|
CodaHaleMetricsModule.Config.WebSocket |
includeFilter(java.lang.String includeFilter)
Set the include metric filter of the reporter.
|
CodaHaleMetricsModule.Config.WebSocket |
reporterInterval(java.time.Duration reporterInterval)
Configure the interval between broadcasts.
|
public java.time.Duration getReporterInterval()
public CodaHaleMetricsModule.Config.WebSocket reporterInterval(java.time.Duration reporterInterval)
reporterInterval - the report intervalthispublic java.lang.String getIncludeFilter()
public CodaHaleMetricsModule.Config.WebSocket includeFilter(java.lang.String includeFilter)
includeFilter - the regular expression to match on.thispublic java.lang.String getExcludeFilter()
public CodaHaleMetricsModule.Config.WebSocket excludeFilter(java.lang.String excludeFilter)
excludeFilter - the regular expression to match on.this