You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot Actuator Default implementation is Dropwizard. But we want to use Lookout as default Actuator implementation
Solution
Through enhance lookout-sofa-boot-starter and AutoConfig before MetricsDropwizardAutoConfiguration we can use CounterService and GaugeService interface and SOFALookout implementation by default.
The text was updated successfully, but these errors were encountered:
guanchao-yang
changed the title
SOFALookout as Actuator default Metrics Impl
SOFALookout as Actuator default Metrics Impl enhancement
Jun 15, 2018
Background
Spring Boot Actuator Default implementation is
Dropwizard
. But we want to use Lookout as default Actuator implementationSolution
Through enhance
lookout-sofa-boot-starter
and AutoConfig beforeMetricsDropwizardAutoConfiguration
we can useCounterService
andGaugeService
interface and SOFALookout implementation by default.The text was updated successfully, but these errors were encountered: