public static class CodaHaleMetricsModule.Config.Jmx extends Object
Constructor and Description |
---|
Jmx() |
Modifier and Type | Method and Description |
---|---|
CodaHaleMetricsModule.Config.Jmx |
enable(boolean enabled)
Set the state of the JMX publisher.
|
CodaHaleMetricsModule.Config.Jmx |
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.
|
CodaHaleMetricsModule.Config.Jmx |
includeFilter(String includeFilter)
Set the include metric filter expression of the reporter.
|
boolean |
isEnabled()
The state of the JMX publisher.
|
public boolean isEnabled()
public CodaHaleMetricsModule.Config.Jmx enable(boolean enabled)
enabled
- True if metrics are published to JMX. False otherwisepublic String getIncludeFilter()
public CodaHaleMetricsModule.Config.Jmx includeFilter(String includeFilter)
includeFilter
- the regular expression to match on.this
public String getExcludeFilter()
public CodaHaleMetricsModule.Config.Jmx excludeFilter(String excludeFilter)
excludeFilter
- the regular expression to match on.this