@Bean @ConditionalOnMissingBean(GaugeService.class) public DefaultGaugeService gaugeService() { return new DefaultGaugeService(this.writer); }