| Package | Description |
|---|---|
| org.datadog.jmxfetch |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
JmxAttribute.getMatchingConf()
Gets the matching configuration for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JmxComplexAttribute.match(Configuration configuration) |
abstract boolean |
JmxAttribute.match(Configuration conf)
An abstract function implemented in the inherited classes JmxSimpleAttribute and
JmxComplexAttribute.
|
boolean |
JmxTabularAttribute.match(Configuration configuration) |
boolean |
JmxSimpleAttribute.match(Configuration configuration)
Returns whether an attribute matches in a configuration spec.
|
void |
JmxAttribute.setMatchingConf(Configuration matchingConf)
Sets a matching configuration for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Configuration.getGreatestCommonScopes(List<Configuration> configurationList)
Find, among the configuration list, a potential common bean pattern by domain name.
|
Copyright © 2022. All rights reserved.