public class CollectorConfiguration extends Object
| Constructor and Description |
|---|
CollectorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Instrumentation> |
getInstrumentation() |
void |
merge(CollectorConfiguration config,
boolean overwrite)
This method merges the supplied configuration into this configuration.
|
void |
setInstrumentation(Map<String,Instrumentation> instrumentation) |
public Map<String,Instrumentation> getInstrumentation()
public void setInstrumentation(Map<String,Instrumentation> instrumentation)
instrumentation - the instrumentation to setpublic void merge(CollectorConfiguration config, boolean overwrite) throws IllegalArgumentException
config - The configuration to mergeoverwrite - Whether to overwrite when conflict foundIllegalArgumentException - Failed to merge due to a conflictCopyright © 2015 Red Hat, Inc.. All rights reserved.