| Package | Description |
|---|---|
| org.datadog.jmxfetch |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachApiConnection |
class |
JvmDirectConnection |
class |
RemoteConnection |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
ConnectionFactory.createConnection(Map<String,Object> connectionParams)
Factory method to create connections, both remote and local to the target JVM.
|
Connection |
Instance.getConnection(Map<String,Object> connectionParams,
boolean forceNewConnection)
Returns the instance connection, creates one if not already connected.
|
| Constructor and Description |
|---|
JmxComplexAttribute(MBeanAttributeInfo attribute,
ObjectName beanName,
String className,
String instanceName,
String checkName,
Connection connection,
Map<String,String> instanceTags,
boolean emptyDefaultHostname)
JmxComplexAttribute constructor.
|
JmxSimpleAttribute(MBeanAttributeInfo attribute,
ObjectName beanName,
String className,
String instanceName,
String checkName,
Connection connection,
Map<String,String> instanceTags,
boolean cassandraAliasing,
Boolean emptyDefaultHostname)
JmxSimpleAttribute constructor.
|
JmxTabularAttribute(MBeanAttributeInfo attribute,
ObjectName beanName,
String className,
String instanceName,
String checkName,
Connection connection,
Map<String,String> instanceTags,
boolean emptyDefaultHostname)
Default constructor.
|
Copyright © 2020. All rights reserved.