Interface MeterBinder
-
- All Known Implementing Classes:
DefaultEntryCache
,EntryCache
,FIFOEntryCache
,HealthStatusMonitorProvider
,JvmMonitorProvider
,KeyManagerProvider.CertificateMonitor
,LocalBackendMonitor
,MonitorProvider
,NullEntryCache
,PluggableBackendMonitor
,ReplicationServerDomain
,SoftReferenceEntryCache
public interface MeterBinder
Binders register one or more metrics to provide information about the state of some aspect of the application or its container.Binders are enabled by default if they source data for an alert that is recommended for a production ready app.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bindTo(MeterRegistry registry)
-
-
-
Method Detail
-
bindTo
void bindTo(MeterRegistry registry)
-
-