| Package | Description |
|---|---|
| net.centro.rtb.monitoringcenter.config |
| Modifier and Type | Method and Description |
|---|---|
GraphiteReporterConfig.Builder |
GraphiteReporterConfig.Builder.address(String host,
int port)
Sets the host and port for connecting to the Graphite instance.
|
GraphiteReporterConfig.Builder |
GraphiteReporterConfig.Builder.blockedStartsWithFilters(Set<String> blockedStartsWithFilters)
Sets the blacklist filters to be applied to metric names.
|
static GraphiteReporterConfig.Builder |
GraphiteReporterConfig.builder() |
GraphiteReporterConfig.Builder |
GraphiteReporterConfig.Builder.enableBatching(boolean enableBatching)
Indicates whether batching should be enabled or not.
|
GraphiteReporterConfig.Builder |
GraphiteReporterConfig.Builder.enableReporter(boolean enableReporter)
Indicates whether the reporter should be enabled or not.
|
GraphiteReporterConfig.Builder |
GraphiteReporterConfig.Builder.reportingInterval(long period,
TimeUnit timeUnit)
Sets the reporting interval.
|
GraphiteReporterConfig.Builder |
GraphiteReporterConfig.Builder.reportOnShutdown(boolean reportOnShutdown)
Indicates whether metrics should be published to Graphite prior to shutting down the reporter or not.
|
GraphiteReporterConfig.Builder |
GraphiteReporterConfig.Builder.startsWithFilters(Set<String> startsWithFilters)
Sets the whitelist filters to be applied to metric names.
|
Copyright © 2016–2017. All rights reserved.