public class MetricRegistryConfiguration extends Object
MetricRegistryImpl
.Constructor and Description |
---|
MetricRegistryConfiguration(ScopeFormats scopeFormats,
char delimiter,
long queryServiceMessageSizeLimit) |
Modifier and Type | Method and Description |
---|---|
static MetricRegistryConfiguration |
fromConfiguration(Configuration configuration,
long maximumFrameSize)
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, long maximumFrameSize)
Configuration
.configuration
- to generate the metric registry configuration frommaximumFrameSize
- the maximum message size that the RPC system supportsCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.