Class DbClientMetrics

java.lang.Object
io.helidon.dbclient.metrics.DbClientMetrics

public class DbClientMetrics extends Object
Utility class to obtain various types of metrics to register with DbClient.Builder.addService(io.helidon.dbclient.DbClientService). Metrics can be limited to a set of statement types or statement names, and also configured to meter success, failure or both.
See Also: