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