| Package | Description |
|---|---|
| org.datadog.jmxfetch | |
| org.datadog.jmxfetch.service |
| Modifier and Type | Method and Description |
|---|---|
ServiceNameProvider |
AppConfig.getServiceNameProvider() |
| Constructor and Description |
|---|
Instance(Map<String,Object> instanceMap,
Map<String,Object> initConfig,
String checkName,
AppConfig appConfig,
ServiceNameProvider serviceNameProvider)
Default constructor, builds an Instance from the provided instance map and init configs.
|
JmxComplexAttribute(MBeanAttributeInfo attribute,
ObjectName beanName,
String className,
String instanceName,
String checkName,
Connection connection,
ServiceNameProvider serviceNameProvider,
Map<String,String> instanceTags,
boolean emptyDefaultHostname)
JmxComplexAttribute constructor.
|
JmxSimpleAttribute(MBeanAttributeInfo attribute,
ObjectName beanName,
String className,
String instanceName,
String checkName,
Connection connection,
ServiceNameProvider serviceNameProvider,
Map<String,String> instanceTags,
boolean cassandraAliasing,
Boolean emptyDefaultHostname)
JmxSimpleAttribute constructor.
|
JmxTabularAttribute(MBeanAttributeInfo attribute,
ObjectName beanName,
String className,
String instanceName,
String checkName,
Connection connection,
ServiceNameProvider serviceNameProvider,
Map<String,String> instanceTags,
boolean emptyDefaultHostname)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigServiceNameProvider
ConfigServiceNameProvider provides the list of service names based on the config maps passed to
its constructor.
|
| Constructor and Description |
|---|
ConfigServiceNameProvider(Map<String,Object> instanceMap,
Map<String,Object> initConfig,
ServiceNameProvider additionalServiceNames)
Builds a ConfigServiceNameProvider based on the maps of an instance config and init config,
returning the initialized ServiceNameProvider.
|
Copyright © 2022. All rights reserved.