meterBinders

var meterBinders: List<MeterBinder>

Allows you to configure a set of metrics for monitoring the JVM. To disable these metrics, assign an empty list to meterBinders:

meterBinders = emptyList()

See also