18 lines
525 B
Markdown
18 lines
525 B
Markdown
---
|
|
title: Java zero-code instrumentation
|
|
linkTitle: Java
|
|
aliases:
|
|
- /docs/java/automatic_instrumentation
|
|
- /docs/languages/java/automatic_instrumentation
|
|
# FIXME: ensure version update script targets this file too
|
|
cascade:
|
|
vers:
|
|
instrumentation: 2.4.0
|
|
otel: 1.38.0
|
|
cSpell:ignore: Dotel myapp
|
|
---
|
|
|
|
Zero-code instrumentation with Java uses a Java agent JAR or Spring Boot
|
|
Starter. To learn how to manually instrument your service or app code, see
|
|
[Manual instrumentation](/docs/languages/java/instrumentation/).
|