SYSTEM Cited by 1 source
AWS Distro for OpenTelemetry (ADOT)¶
AWS Distro for OpenTelemetry (ADOT) is AWS's open-source distribution of OpenTelemetry — production-ready agents, language SDKs, and Collector builds maintained by AWS, with first-party integrations for AWS observability backends (CloudWatch, Amazon Managed Prometheus, X-Ray). Stub page — expand on future ADOT-internals sources.
Why ADOT exists¶
OpenTelemetry's upstream releases are vendor-neutral. ADOT bundles the upstream collector + SDKs with AWS-specific receivers, exporters, and processors pre-built and supported under AWS's own release cadence and security commitments. Customers who want to use OpenTelemetry on AWS without curating their own collector build pull from ADOT.
In the 2026-05-13 source, ADOT is named explicitly as the recommended on-ramp: "Amazon CloudWatch, the AWS monitoring service, provides an open source distribution of OpenTelemetry called AWS Distro for OpenTelemetry to help you get started with OpenTelemetry." (Source) The actual collector deployed in the customer's VPC is not disclosed as ADOT-specifically, but the post's framing positions ADOT as the natural starting point.
Seen in¶
- sources/2026-05-13-aws-streaming-cloudwatch-metrics-to-vpc-based-opentelemetry-collectors-using-lambda — first canonical wiki naming. ADOT is named as AWS's recommended on-ramp for OpenTelemetry adoption: "AWS Distro for OpenTelemetry" explicitly cited as the get-started distribution. The post's customer architecture runs an OpenTelemetry collector on EC2 in private subnets — whether that collector build is ADOT-specifically or upstream-OTel is not disclosed.
Related¶
- systems/opentelemetry — the upstream open standard ADOT distributes.
- systems/aws-cloudwatch — AWS's monitoring service that publishes ADOT.
- systems/amazon-managed-prometheus — common ADOT exporter destination on AWS.
- systems/aws-x-ray — common ADOT trace-exporter destination on AWS.
- concepts/observability — the broader concept ADOT operationalises across metrics + traces + logs.