- failoverCacheDuration(long) - Method in class org.hawkular.metrics.dropwizard.HawkularReporterBuilder
-
Set the failover cache duration (in milliseconds)
This cache is used to store post attempts in memory when the hawkular server cannot be reached
Default duration is 10 minutes
- failoverCacheDurationInHours(long) - Method in class org.hawkular.metrics.dropwizard.HawkularReporterBuilder
-
Set the failover cache duration, in hours
This cache is used to store post attempts in memory when the hawkular server cannot be reached
Default duration is 10 minutes
- failoverCacheDurationInMinutes(long) - Method in class org.hawkular.metrics.dropwizard.HawkularReporterBuilder
-
Set the failover cache duration, in minutes
This cache is used to store post attempts in memory when the hawkular server cannot be reached
Default duration is 10 minutes
- failoverCacheMaxSize(int) - Method in class org.hawkular.metrics.dropwizard.HawkularReporterBuilder
-
Set the failover cache maximum size, in number of requests
This cache is used to store post attempts in memory when the hawkular server cannot be reached
By default this parameter is unset, which means there's no maximum
- filter(MetricFilter) - Method in class org.hawkular.metrics.dropwizard.HawkularReporterBuilder
-
Configure a special MetricFilter, which defines what metrics are reported