You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# Dynatrace OneAgent SDK for Java
2
2
3
3
This SDK allows Dynatrace customers to instrument java applications. This is useful for technologies where no out of the box sensor
4
-
is provided or in customer application.
4
+
is provided or in customer application are monitored.
5
5
It provides the java implementation of the [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK).
6
6
7
7
## Package contents
8
8
9
-
- samples directory: contains sample application, which demonstrates the usage of the SDK. see readme inside the samples directory for more details
10
-
- LICENSE file: license under which the whole SDK and sample applications are published
9
+
-`samples`: contains sample application, which demonstrates the usage of the SDK. see readme inside the samples directory for more details
10
+
-`LICENSE`: license under which the whole SDK and sample applications are published
11
+
12
+
## Features
13
+
Dynatrace OneAgent SDK for Java adds support for following features (corresponding to features specified in [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK)):
14
+
- outgoing and incoming remote call
11
15
12
16
## Integrating into your application
13
17
@@ -36,9 +40,7 @@ As soon as SDK is active, but no paths are shown in Dynatrace UI, enable the age
36
40
37
41
debugOneAgentSdkJava=true
38
42
39
-
This will provide additional debug information in agent log.
40
-
41
-
Additionally ensure, that you have set an `LoggingCallback` in your application. For usage see class `StdErrLoggingCallback` in `remotecall-server` module (in samples/remotecall folder).
43
+
This will provide SDK related debug information in agent log. Additionally ensure, that you have set an `LoggingCallback` in your application. For usage see class `StdErrLoggingCallback` in `remotecall-server` module (in samples/remotecall folder).
42
44
43
45
## OneAgent SDK for Java Requirements
44
46
@@ -50,6 +52,11 @@ Additionally ensure, that you have set an `LoggingCallback` in your application.
50
52
|:------|:--------|
51
53
|1.0.1 |>=1.135 |
52
54
55
+
## Feedback
56
+
57
+
In case of questions, issues or feature requests feel free to contact [Michael Kopp](https://github.com/mikopp) or [Alram Lechner](https://github.com/AlramLechnerDynatrace). Your feedback is welcome!
Copy file name to clipboardExpand all lines: samples/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# OneAgent SDK for Java sample applications
1
+
# Sample applications for OneAgent SDK for Java
2
2
3
-
Sample applications showing how to use Dynatrace OneAgent SDK for Java to create custom specific PurePaths.
3
+
Sample applications showing how to use Dynatrace OneAgent SDK for Java to create custom specific PurePaths and service calls.
4
4
5
-
## contents
5
+
## Contents
6
6
7
-
- remotecall shows usage of remote call API. allows you to tag remote calls in same or between different JVM's.
7
+
-`remotecall`: shows usage of remote call API. Allows you to tag remote calls in same or between different JVM's.
8
8
9
9
## Build and prepare running sample applications
10
10
11
11
- ensure you have Apache Maven 3.5 installed, see: [Apache Maven](https://maven.apache.org/)
12
-
- ensure Dynatrace OneAgent is installed. if not see our [free Trial](https://www.dynatrace.com/)
12
+
- ensure Dynatrace OneAgent is installed. If not see our [free Trial](https://www.dynatrace.com/trial/?vehicle_name=https://github.com/Dynatrace/OneAgent-SDK-for-Java)
13
13
- clone this repository
14
14
- run `mvn package` in root directory of the desired sample
0 commit comments