Reformat code using Eclipse Mars
This commit is contained in:
@@ -42,8 +42,9 @@ public class AggregateMetricsConfiguration {
|
||||
}
|
||||
|
||||
private MetricReader globalMetricsForAggregation() {
|
||||
return new RedisMetricRepository(this.connectionFactory, this.export.getRedis()
|
||||
.getAggregatePrefix(), this.export.getRedis().getKey());
|
||||
return new RedisMetricRepository(this.connectionFactory,
|
||||
this.export.getRedis().getAggregatePrefix(),
|
||||
this.export.getRedis().getKey());
|
||||
}
|
||||
|
||||
private MetricReader aggregatesMetricReader() {
|
||||
|
||||
@@ -38,8 +38,8 @@ public class SampleRedisExportApplication {
|
||||
@ExportMetricWriter
|
||||
public RedisMetricRepository redisMetricWriter(
|
||||
RedisConnectionFactory connectionFactory) {
|
||||
return new RedisMetricRepository(connectionFactory, this.export.getRedis()
|
||||
.getPrefix(), this.export.getRedis().getKey());
|
||||
return new RedisMetricRepository(connectionFactory,
|
||||
this.export.getRedis().getPrefix(), this.export.getRedis().getKey());
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user