@@ -13,14 +13,13 @@ Welcome to the AWS Distro for OpenTelemetry (ADOT) technical docs.
13
13
AWS Distro for OpenTelemetry (ADOT) is a secure, production-ready, AWS-supported
14
14
distribution of the Cloud Native Computing Foundation (CNCF)
15
15
[ OpenTelemetry] ( https://opentelemetry.io/docs/ ) project. OpenTelemetry (OTel)
16
- provides open source APIs, libraries, and agents to collect distributed traces,
17
- metrics, and logs for application monitoring.
16
+ provides open source APIs, libraries, and agents to collect logs, metrics, and traces.
18
17
19
18
With ADOT, you can instrument your applications once and send
20
- correlated metrics and traces to one or more observability backends
19
+ correlated logs, metrics, and traces to one or more observability backends
21
20
such as Amazon Managed Service for Prometheus, Amazon CloudWatch, AWS X-Ray,
22
- Amazon Open Search, any OpenTelemetry Protocol (OTLP) compliant backend,
23
- as well as Amazon Managed Streaming for Apache Kafka (MSK):
21
+ Amazon Open Search, any [ OpenTelemetry Protocol (OTLP)] ( https://opentelemetry.io/docs/specs/otlp/ )
22
+ compliant backend, as well as Amazon Managed Streaming for Apache Kafka (MSK):
24
23
25
24
<img src = { adotColConcept } alt = " ADOT collector concept" style = " margin: 30px 0;" />
26
25
<p style = " text-align: center;" ><i >The ADOT collector</i ></p >
@@ -33,14 +32,13 @@ underlying infrastructure data, reducing the mean time to problem resolution.
33
32
Use ADOT to instrument your applications running on AWS App Runner, AWS Lambda,
34
33
Amazon Elastic Compute Cloud (EC2), Amazon Elastic Container Service (ECS), and
35
34
Amazon Elastic Kubernetes Service (EKS) on EC2, and AWS Fargate, as well as
36
- in your datacenter, on-premises.
35
+ in your on-premises datacenter .
37
36
38
37
### Features
39
38
40
- * ** Instrument your applications** once to send correlated metrics and traces
41
- to multiple monitoring solutions and use auto-instrumentation agents to collect
42
- traces without changing your code. Note that [ logs support in ADOT is currently
43
- in preview] ( https://aws-otel.github.io/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.34.0 ) .
39
+ * ** Instrument your applications** once and send correlated logs, metrics, and traces
40
+ to one or more observability backends and use auto-instrumentation for
41
+ traces without changing your code.
44
42
* ** Collect metadata** from your AWS resources and managed services, so you
45
43
can correlate application performance data with underlying infrastructure data,
46
44
reducing the mean time to problem resolution.
0 commit comments