public class DropwizardVertxMetricsFactory extends Object implements VertxMetricsFactory
| Constructor and Description |
|---|
DropwizardVertxMetricsFactory() |
DropwizardVertxMetricsFactory(com.codahale.metrics.MetricRegistry metricRegistry)
Create a metrics factory passing a metric registry used instead of the Dropwizard shared registry.
|
| Modifier and Type | Method and Description |
|---|---|
VertxMetrics |
metrics(VertxOptions options) |
MetricsOptions |
newOptions() |
MetricsOptions |
newOptions(JsonObject jsonObject) |
MetricsOptions |
newOptions(MetricsOptions options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic DropwizardVertxMetricsFactory()
public DropwizardVertxMetricsFactory(com.codahale.metrics.MetricRegistry metricRegistry)
metricRegistry - the metricRegistrypublic VertxMetrics metrics(VertxOptions options)
metrics in interface VertxMetricsFactorypublic MetricsOptions newOptions(MetricsOptions options)
newOptions in interface VertxMetricsFactorypublic MetricsOptions newOptions()
newOptions in interface VertxMetricsFactorypublic MetricsOptions newOptions(JsonObject jsonObject)
newOptions in interface VertxMetricsFactoryCopyright © 2025 Eclipse. All rights reserved.