public static class MetricNameConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MetricNameConfigurationDetails |
build() |
MetricNameConfigurationDetails.Builder |
copy(MetricNameConfigurationDetails model) |
MetricNameConfigurationDetails.Builder |
excludePatternOnPrefix(String excludePatternOnPrefix)
String pattern to be removed from the prefix of the metric name.
|
MetricNameConfigurationDetails.Builder |
isPrefixWithCollectorType(Boolean isPrefixWithCollectorType)
is prefixing the metric with collector type.
|
public MetricNameConfigurationDetails.Builder isPrefixWithCollectorType(Boolean isPrefixWithCollectorType)
is prefixing the metric with collector type.
isPrefixWithCollectorType
- the value to setpublic MetricNameConfigurationDetails.Builder excludePatternOnPrefix(String excludePatternOnPrefix)
String pattern to be removed from the prefix of the metric name.
excludePatternOnPrefix
- the value to setpublic MetricNameConfigurationDetails build()
public MetricNameConfigurationDetails.Builder copy(MetricNameConfigurationDetails model)
Copyright © 2016–2025. All rights reserved.