Programmatically set the metrics factory to be used when metrics are enabled.
Only valid if MetricsOptions = true.
Normally Vert.x will look on the classpath for a metrics factory implementation, but if you want to set one programmatically you can use this method.
Set whether metrics will be enabled on the Vert.x instance.
Set whether metrics will be enabled on the Vert.x instance.
Programmatically set the metrics factory to be used when metrics are enabled.
Only valid if MetricsOptions = true.
Normally Vert.x will look on the classpath for a metrics factory implementation, but if you want to set one programmatically you can use this method.
Generated using TypeDoc
Vert.x metrics base configuration, this class can be extended by provider implementations to configure those specific implementations.