# Java

> <img width="35" class="img-initial otel-icon" src="/img/logos/32x32/Java_SDK.svg" alt="Java"> Language-specific implementation of OpenTelemetry in Java.

---

LLMS index: [llms.txt](/llms.txt)

---


Welcome to the OpenTelemetry Java documentation. This section introduces
how to use OpenTelemetry with Java to generate and collect telemetry data
such as metrics, logs, and traces using the OpenTelemetry API and SDKs.

These pages are intended to help you get started and understand the current
capabilities and status of OpenTelemetry Java.

## Status and Releases

The current status of the major functional components for OpenTelemetry
Java is as follows:

| Traces              | Metrics              | Logs              |
| ------------------- | -------------------- | ----------------- |
| [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) |

For releases, including the [latest release][], see [Releases][]. 

[latest release]:
  <https://github.com/open-telemetry/opentelemetry-java/releases/latest>
[Releases]:
  <https://github.com/open-telemetry/opentelemetry-java/releases>
{{__hugo_ctx/}}

---

Section pages:

- [Intro to OpenTelemetry Java](/es/docs/languages/java/intro/): Intro to the OpenTelemetry Java ecosystem
- [Getting Started by Example](/es/docs/languages/java/getting-started/): Get telemetry for your app in less than 5 minutes!
- [Instrumentation ecosystem](/es/docs/languages/java/instrumentation/): Instrumentation ecosystem in OpenTelemetry Java
- [Record Telemetry with API](/es/docs/languages/java/api/)
- [Manage Telemetry with SDK](/es/docs/languages/java/sdk/)
- [Configure the SDK](/es/docs/languages/java/configuration/)
- [Examples](/es/docs/languages/java/examples/)
- [Registry](/es/docs/languages/java/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry Java
