Skip to content

Commit 60af06e

Browse files
committed
add some limitations and advantages
1 parent 20d7c4e commit 60af06e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/_edot-sdks/java/migration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ This documentation describes how to update applications using the [Elastic APM J
1111

1212
## Advantages of using EDOT Java agent
1313

14-
TODO
14+
- Allows to capture, send, transform and store data in an OpenTelemetry native way. This includes for example data following semantic conventions or ability to use intermediate collectors and processors.
15+
- OpenTelemetry Java Instrumentation provides a broad coverage of libraries and frameworks.
1516

1617
## Limitations
1718

18-
TODO
19+
- EDOT Java agent and OpenTelemetry Java instrumentation are only compatible with Java 8 and later.
20+
- Support for LDAP client instrumentation is not available yet.
1921

2022
## Migration steps
2123

0 commit comments

Comments
 (0)