Index
All Classes and Interfaces|All Packages
A
- addEventProperty(String, boolean) - Method in class com.dynatrace.agent.api.EventData
-
Adds a user event property with a
Booleanvalue. - addEventProperty(String, boolean) - Method in class com.dynatrace.agent.api.ExceptionEventData
-
Adds a user event property with a
Booleanvalue. - addEventProperty(String, boolean) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Adds a user event property with a
Booleanvalue. - addEventProperty(String, double) - Method in class com.dynatrace.agent.api.EventData
-
Adds a user event property with a
Doublevalue. - addEventProperty(String, double) - Method in class com.dynatrace.agent.api.ExceptionEventData
-
Adds a user event property with a
Doublevalue. - addEventProperty(String, double) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Adds a user event property with a
Doublevalue. - addEventProperty(String, int) - Method in class com.dynatrace.agent.api.EventData
-
Adds a user event property with an
Integervalue. - addEventProperty(String, int) - Method in class com.dynatrace.agent.api.ExceptionEventData
-
Adds a user event property with an
Integervalue. - addEventProperty(String, int) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Adds a user event property with an
Integervalue. - addEventProperty(String, long) - Method in class com.dynatrace.agent.api.EventData
-
Adds a user event property with a
Longvalue. - addEventProperty(String, long) - Method in class com.dynatrace.agent.api.ExceptionEventData
-
Adds a user event property with a
Longvalue. - addEventProperty(String, long) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Adds a user event property with a
Longvalue. - addEventProperty(String, String) - Method in class com.dynatrace.agent.api.EventData
-
Adds a user event property with a
Stringvalue. - addEventProperty(String, String) - Method in class com.dynatrace.agent.api.ExceptionEventData
-
Adds a user event property with a
Stringvalue. - addEventProperty(String, String) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Adds a user event property with a
Stringvalue. - addSessionProperty(String, boolean) - Method in class com.dynatrace.agent.api.SessionPropertyEventData
-
Adds a user session property with a
Booleanvalue. - addSessionProperty(String, double) - Method in class com.dynatrace.agent.api.SessionPropertyEventData
-
Adds a user session property with a
Doublevalue. - addSessionProperty(String, int) - Method in class com.dynatrace.agent.api.SessionPropertyEventData
-
Adds a session property with an
Integervalue. - addSessionProperty(String, long) - Method in class com.dynatrace.agent.api.SessionPropertyEventData
-
Adds a user session property with a
Longvalue. - addSessionProperty(String, String) - Method in class com.dynatrace.agent.api.SessionPropertyEventData
-
Adds a session property with a
Stringvalue.
C
- com.dynatrace.agent.api - package com.dynatrace.agent.api
E
- EventData - Class in com.dynatrace.agent.api
-
Holds the configuration for a RUM event to be sent via
Dynatrace#sendEvent. - EventData() - Constructor for class com.dynatrace.agent.api.EventData
-
Creates a new RUM event configuration to be sent via
Dynatrace#sendEvent. - EventModifier - Interface in com.dynatrace.agent.api
-
A modifier function that is used to enrich a given event as
JSONObject. - ExceptionEventData - Class in com.dynatrace.agent.api
-
Holds the configuration for an exception event to be sent via the
Dynatrace#sendExceptionEvent. - ExceptionEventData(Throwable) - Constructor for class com.dynatrace.agent.api.ExceptionEventData
-
Creates a new exception event configuration to be sent via
Dynatrace#sendExceptionEvent.
H
- HttpRequestEventData - Class in com.dynatrace.agent.api
-
Holds the configuration for an HTTP Request event to be sent via the
Dynatrace#sendHttpRequestEvent. - HttpRequestEventData(String, String) - Constructor for class com.dynatrace.agent.api.HttpRequestEventData
-
Creates a new HTTP Request event configuration to be sent via the
Dynatrace#sendHttpRequestEvent.
M
- modifyEvent(Request, Throwable) - Method in interface com.dynatrace.agent.api.OkHttpEventModifier
-
Enriches an event with additional fields for an OkHttp request and throwable.
- modifyEvent(Request, Response) - Method in interface com.dynatrace.agent.api.OkHttpEventModifier
-
Enriches an event with additional fields for an OkHttp request and response.
- modifyEvent(JSONObject) - Method in interface com.dynatrace.agent.api.EventModifier
-
A modifier function that is used to enrich a given event as
JSONObject.
O
- OkHttpEventModifier - Interface in com.dynatrace.agent.api
-
Interface definition for enriching automatically monitored HTTP web requests from the framework OkHttp.
S
- SessionPropertyEventData - Class in com.dynatrace.agent.api
-
Holds the configuration for a session property event to be sent via the
Dynatrace#sendSessionPropertyEvent. - SessionPropertyEventData() - Constructor for class com.dynatrace.agent.api.SessionPropertyEventData
-
Creates a new session property event configuration to be sent via
Dynatrace#sendSessionPropertyEvent.
W
- withBytesReceived(int) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Sets the number of encoded/compressed bytes received for the request.
- withBytesSent(int) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Sets the number of encoded/compressed bytes sent for the request.
- withDuration(long) - Method in class com.dynatrace.agent.api.EventData
-
Sets the request duration in milliseconds.
- withDuration(long) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Sets the request duration in milliseconds.
- withReasonPhrase(String) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Sets the reason phrase of the HTTP response.
- withStatusCode(int) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Sets the HTTP response status code.
- withThrowable(Throwable) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Attaches a
Throwableerror to the HTTP Request event that describes the (client-side) failure which is responsible for terminating the HTTP communication. - withTraceparentHeader(String) - Method in class com.dynatrace.agent.api.HttpRequestEventData
-
Adds a Traceparent header to the request event.
All Classes and Interfaces|All Packages