﻿---
title: Technologies supported by EDOT iOS SDK
description: Technologies supported by the Elastic Distribution of OpenTelemetry iOS.
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/opentelemetry/edot-sdks/ios/supported-technologies
products:
  - APM Agent
  - Elastic Cloud Serverless
  - Elastic Distribution of OpenTelemetry SDK
  - Elastic Distribution of OpenTelemetry iOS
  - Elastic Observability
applies_to:
  - Serverless Observability projects: Generally available
  - Elastic Stack: Generally available
  - Elastic Distribution of OpenTelemetry iOS: Generally available
---

# Technologies supported by EDOT iOS SDK
The Elastic Distribution of OpenTelemetry iOS automatically instruments various APIs, frameworks, and application servers. This section lists all supported technologies.
<note>
  Auto-instrumentation automatically captures telemetry for the frameworks and libraries listed on this page. However, it cannot instrument:
  - Custom or proprietary frameworks and libraries
  - Closed-source components without instrumentation support
  - Application-specific business logic
  If your application uses technologies not covered by auto-instrumentation, you have two options:
  1. **Native OpenTelemetry support** — Some frameworks and libraries include built-in OpenTelemetry instrumentation provided by the vendor.
  2. **Manual instrumentation** — Use the [OpenTelemetry API](https://opentelemetry.io/docs/languages/swift/instrumentation/) to add custom spans, metrics, and logs for unsupported components.
</note>


| Framework           | Version |
|---------------------|---------|
| OpenTelemetry-Swift | 1.17.0  |