public class Configuration extends Object
| Constructor and Description |
|---|
Configuration(Map<String,Object> conf)
Access configuration elements more easily
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConf() |
org.datadog.jmxfetch.Filter |
getExclude() |
static List<String> |
getGreatestCommonScopes(List<Configuration> configurationList)
Find, among the configuration list, a potential common bean pattern by domain name.
|
org.datadog.jmxfetch.Filter |
getInclude() |
String |
toString() |
public org.datadog.jmxfetch.Filter getInclude()
public org.datadog.jmxfetch.Filter getExclude()
public static List<String> getGreatestCommonScopes(List<Configuration> configurationList)
configurationList - the configuration list to processCopyright © 2022. All rights reserved.