public class MultiLabelMetricsConfig extends Object implements MetricsConfig
| Constructor and Description |
|---|
MultiLabelMetricsConfig() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
configValues()
The configuration value separated by name
and value
|
static MultiLabelMetricsConfig |
fromJson(String json) |
static MultiLabelMetricsConfig |
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 MultiLabelMetricsConfig fromJson(String json)
public static MultiLabelMetricsConfig fromYaml(String yaml)
Copyright © 2022. All rights reserved.