# Kotlin > Kotlin A language-specific implementation of OpenTelemetry in Kotlin. --- LLMS index: [llms.txt](/llms.txt) --- Welcome to the OpenTelemetry Kotlin documentation. This section introduces how to use OpenTelemetry with Kotlin 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 Kotlin. ## Status and Releases The current status of the major functional components for OpenTelemetry Kotlin is as follows: | Traces | Metrics | Logs | | ------------------- | -------------------- | ----------------- | | [Development](/docs/specs/otel/versioning-and-stability/#development) | [Development](/docs/specs/otel/versioning-and-stability/#development) | [Development](/docs/specs/otel/versioning-and-stability/#development) | For releases, including the [latest release][], see [Releases][]. [latest release]: [Releases]: ## Further Reading - [OpenTelemetry for Kotlin on GitHub](https://github.com/open-telemetry/opentelemetry-kotlin) - [Installation](https://github.com/open-telemetry/opentelemetry-kotlin#getting-started) --- Section pages: - [Getting Started](/pl/docs/languages/kotlin/getting-started/): Get started with the OpenTelemetry Kotlin SDK - [Examples](/pl/docs/languages/kotlin/examples/) - [Registry](/pl/docs/languages/kotlin/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry Kotlin