Package com.zaxxer.hikari.metrics
Interface MetricsTrackerFactory
-
- All Known Implementing Classes:
CodahaleMetricsTrackerFactory,Dropwizard5MetricsTrackerFactory,MicrometerMetricsTrackerFactory,PrometheusHistogramMetricsTrackerFactory,PrometheusMetricsTrackerFactory
public interface MetricsTrackerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMetricsTrackercreate(String poolName, PoolStats poolStats)Create an instance of an IMetricsTracker.
-
-
-
Method Detail
-
create
IMetricsTracker create(String poolName, PoolStats poolStats)
Create an instance of an IMetricsTracker.- Parameters:
poolName- the name of the poolpoolStats- a PoolStats instance to use- Returns:
- a IMetricsTracker implementation instance
-
-