public class MetricRegistryConfiguration extends Object
MetricRegistryImpl
.Constructor and Description |
---|
MetricRegistryConfiguration(ScopeFormats scopeFormats,
char delimiter,
long queryServiceMessageSizeLimit) |
Modifier and Type | Method and Description |
---|---|
static MetricRegistryConfiguration |
defaultMetricRegistryConfiguration() |
static MetricRegistryConfiguration |
fromConfiguration(Configuration configuration)
Create a metric registry configuration object from the given
Configuration . |
char |
getDelimiter() |
long |
getQueryServiceMessageSizeLimit() |
ScopeFormats |
getScopeFormats() |
public MetricRegistryConfiguration(ScopeFormats scopeFormats, char delimiter, long queryServiceMessageSizeLimit)
public ScopeFormats getScopeFormats()
public char getDelimiter()
public long getQueryServiceMessageSizeLimit()
public static MetricRegistryConfiguration fromConfiguration(Configuration configuration)
Configuration
.configuration
- to generate the metric registry configuration frompublic static MetricRegistryConfiguration defaultMetricRegistryConfiguration()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.