public class NoOpMetricsConfig extends Object implements MetricsConfig
MetricsConfig
for use with the MetricsBinderRendererAdapter| Constructor and Description |
|---|
NoOpMetricsConfig() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
configValues()
The configuration value separated by name
and value
|
static NoOpMetricsConfig |
fromJson(String json) |
static NoOpMetricsConfig |
fromYaml(String yaml) |
Class<? extends io.micrometer.core.instrument.binder.MeterBinder> |
metricsBinderImplementation()
MeterBinder implementation associated with this configuration |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJsonObject, toYamlpublic Class<? extends io.micrometer.core.instrument.binder.MeterBinder> metricsBinderImplementation()
MetricsConfigMeterBinder implementation associated with this configurationmetricsBinderImplementation in interface MetricsConfigpublic Map<String,Object> configValues()
MetricsConfigconfigValues in interface MetricsConfigpublic static NoOpMetricsConfig fromJson(String json)
public static NoOpMetricsConfig fromYaml(String yaml)
Copyright © 2022. All rights reserved.