Skip navigation links
A C D G I M P R S T U V 

A

addByteBuddy(Instrumentation) - Static method in class com.datadoghq.agent.TracingAgent
 
addDBInfo(Connection) - Static method in class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation.ConnectionConstructorAdvice
 
addDBInfo(String, PreparedStatement) - Static method in class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation.ConnectionPrepareAdvice
 
agentmain(String, Instrumentation) - Static method in class com.datadoghq.agent.TracingAgent
 
AgentRulesManager - Class in com.datadoghq.agent
 
AgentRulesManager(TracingAgentConfig) - Constructor for class com.datadoghq.agent.AgentRulesManager
 

C

ClassLoaderIntegrationInjector - Class in com.datadoghq.agent
 
ClassLoaderIntegrationInjector(Map<ZipEntry, byte[]>) - Constructor for class com.datadoghq.agent.ClassLoaderIntegrationInjector
 
com.datadoghq.agent - package com.datadoghq.agent
 
com.datadoghq.agent.instrumentation.annotation - package com.datadoghq.agent.instrumentation.annotation
 
com.datadoghq.agent.instrumentation.jdbc - package com.datadoghq.agent.instrumentation.jdbc
 
ConnectionConstructorAdvice() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation.ConnectionConstructorAdvice
 
connectionInfo - Static variable in class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation
 
ConnectionInstrumentation - Class in com.datadoghq.agent.instrumentation.jdbc
 
ConnectionInstrumentation() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation
 
ConnectionInstrumentation.ConnectionConstructorAdvice - Class in com.datadoghq.agent.instrumentation.jdbc
 
ConnectionInstrumentation.ConnectionPrepareAdvice - Class in com.datadoghq.agent.instrumentation.jdbc
 
ConnectionInstrumentation.DBInfo - Class in com.datadoghq.agent.instrumentation.jdbc
 
ConnectionPrepareAdvice() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation.ConnectionPrepareAdvice
 

D

DBInfo() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation.DBInfo
 
DDJavaAgentInfo - Class in com.datadoghq.agent
 
DDJavaAgentInfo() - Constructor for class com.datadoghq.agent.DDJavaAgentInfo
 

G

getAgentClassLoader() - Static method in class com.datadoghq.agent.TracingAgent
Return the classloader the core agent is running on.
getDisabledInstrumentations() - Method in class com.datadoghq.agent.TracingAgentConfig
 
getEnableCustomAnnotationTracingOver() - Method in class com.datadoghq.agent.TracingAgentConfig
 
getUnsupportedRules(ClassLoader) - Method in class com.datadoghq.agent.InstrumentationChecker
 

I

initialize() - Static method in class com.datadoghq.agent.AgentRulesManager
This method initializes the manager.
initialize(ClassLoader) - Method in class com.datadoghq.agent.InstrumentationRulesManager
This method is separated out from initialize to allow Spring Boot's LaunchedURLClassLoader to call it once it is loaded.
inject(ClassLoader) - Method in class com.datadoghq.agent.ClassLoaderIntegrationInjector
 
instrument(AgentBuilder) - Method in class com.datadoghq.agent.instrumentation.annotation.TraceAnnotationInstrumentation
 
instrument(AgentBuilder) - Method in class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation
 
instrument(AgentBuilder) - Method in class com.datadoghq.agent.instrumentation.jdbc.PreparedStatementInstrumentation
 
instrument(AgentBuilder) - Method in class com.datadoghq.agent.instrumentation.jdbc.StatementInstrumentation
 
InstrumentationChecker - Class in com.datadoghq.agent
Utility class to check the validity of the classpath concerning the java automated instrumentations
InstrumentationChecker() - Constructor for class com.datadoghq.agent.InstrumentationChecker
 
InstrumentationRulesManager - Class in com.datadoghq.agent
This manager is loaded at pre-main.
InstrumentationRulesManager(TracingAgentConfig, AgentRulesManager) - Constructor for class com.datadoghq.agent.InstrumentationRulesManager
 
isRegistered(Object) - Static method in class com.datadoghq.agent.InstrumentationRulesManager
True if this object's classload has been registered.

M

main(String...) - Static method in class com.datadoghq.agent.DDJavaAgentInfo
 

P

premain(String, Instrumentation) - Static method in class com.datadoghq.agent.TracingAgent
 
PreparedStatementAdvice() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.PreparedStatementInstrumentation.PreparedStatementAdvice
 
PreparedStatementInstrumentation - Class in com.datadoghq.agent.instrumentation.jdbc
 
PreparedStatementInstrumentation() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.PreparedStatementInstrumentation
 
PreparedStatementInstrumentation.PreparedStatementAdvice - Class in com.datadoghq.agent.instrumentation.jdbc
 
preparedStatements - Static variable in class com.datadoghq.agent.instrumentation.annotation.TraceAnnotationInstrumentation
 
preparedStatements - Static variable in class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation
 

R

registerClassLoad() - Static method in class com.datadoghq.agent.InstrumentationRulesManager
 
registerClassLoad(Object) - Static method in class com.datadoghq.agent.InstrumentationRulesManager
 

S

setDisabledInstrumentations(List<String>) - Method in class com.datadoghq.agent.TracingAgentConfig
 
setEnableCustomAnnotationTracingOver(String[]) - Method in class com.datadoghq.agent.TracingAgentConfig
 
startSpan(Method) - Static method in class com.datadoghq.agent.instrumentation.annotation.TraceAnnotationInstrumentation.TraceAdvice
 
startSpan(PreparedStatement) - Static method in class com.datadoghq.agent.instrumentation.jdbc.PreparedStatementInstrumentation.PreparedStatementAdvice
 
startSpan(String, Statement) - Static method in class com.datadoghq.agent.instrumentation.jdbc.StatementInstrumentation.StatementAdvice
 
StatementAdvice() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.StatementInstrumentation.StatementAdvice
 
StatementInstrumentation - Class in com.datadoghq.agent.instrumentation.jdbc
 
StatementInstrumentation() - Constructor for class com.datadoghq.agent.instrumentation.jdbc.StatementInstrumentation
 
StatementInstrumentation.StatementAdvice - Class in com.datadoghq.agent.instrumentation.jdbc
 
stopSpan(ActiveSpan, Throwable) - Static method in class com.datadoghq.agent.instrumentation.annotation.TraceAnnotationInstrumentation.TraceAdvice
 
stopSpan(ActiveSpan, Throwable) - Static method in class com.datadoghq.agent.instrumentation.jdbc.PreparedStatementInstrumentation.PreparedStatementAdvice
 
stopSpan(ActiveSpan, Throwable) - Static method in class com.datadoghq.agent.instrumentation.jdbc.StatementInstrumentation.StatementAdvice
 

T

TraceAdvice() - Constructor for class com.datadoghq.agent.instrumentation.annotation.TraceAnnotationInstrumentation.TraceAdvice
 
TraceAnnotationInstrumentation - Class in com.datadoghq.agent.instrumentation.annotation
 
TraceAnnotationInstrumentation() - Constructor for class com.datadoghq.agent.instrumentation.annotation.TraceAnnotationInstrumentation
 
TraceAnnotationInstrumentation.TraceAdvice - Class in com.datadoghq.agent.instrumentation.annotation
 
TracingAgent - Class in com.datadoghq.agent
Entry point for initializing the agent.
TracingAgent() - Constructor for class com.datadoghq.agent.TracingAgent
 
TracingAgentConfig - Class in com.datadoghq.agent
Configuration POJO for the agent
TracingAgentConfig() - Constructor for class com.datadoghq.agent.TracingAgentConfig
 

U

UNKNOWN - Static variable in class com.datadoghq.agent.instrumentation.jdbc.ConnectionInstrumentation.DBInfo
 

V

VERSION - Static variable in class com.datadoghq.agent.DDJavaAgentInfo
 
A C D G I M P R S T U V 
Skip navigation links