@Component public class ServiceMonitor extends Object
| Constructor and Description | 
|---|
| ServiceMonitor(org.springframework.boot.actuate.metrics.CounterService counterService,
              org.springframework.boot.actuate.metrics.GaugeService gaugeService) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | countServiceInvoke(org.aspectj.lang.JoinPoint joinPoint) | 
| Object | latencyService(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) | 
| ServiceMonitor | serviceMonitor(org.springframework.boot.actuate.metrics.CounterService counterService,
              org.springframework.boot.actuate.metrics.GaugeService gaugeService) | 
public ServiceMonitor(org.springframework.boot.actuate.metrics.CounterService counterService,
                      org.springframework.boot.actuate.metrics.GaugeService gaugeService)
@Autowired public ServiceMonitor serviceMonitor(org.springframework.boot.actuate.metrics.CounterService counterService, org.springframework.boot.actuate.metrics.GaugeService gaugeService)
public void countServiceInvoke(org.aspectj.lang.JoinPoint joinPoint)
Copyright © 2017. All rights reserved.