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