Skip to content

Commit 49d4ca1

Browse files
authored
Merge pull request #671 from aws-otel/mh9-logs-ga-fix
Fixes intro for Logs GA
2 parents b9c8bd9 + 8475eba commit 49d4ca1

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/docs/introduction.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ Welcome to the AWS Distro for OpenTelemetry (ADOT) technical docs. 
1313
AWS Distro for OpenTelemetry (ADOT) is a secure, production-ready, AWS-supported
1414
distribution of the Cloud Native Computing Foundation (CNCF)
1515
[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.
1817

1918
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
2120
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):
2423

2524
<img src={adotColConcept} alt="ADOT collector concept" style="margin: 30px 0;" />
2625
<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.
3332
Use ADOT to instrument your applications running on AWS App Runner, AWS Lambda,
3433
Amazon Elastic Compute Cloud (EC2), Amazon Elastic Container Service (ECS), and
3534
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.
3736

3837
### Features
3938

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.
4442
* **Collect metadata** from your AWS resources and managed services, so you
4543
can correlate application performance data with underlying infrastructure data,
4644
reducing the mean time to problem resolution.

0 commit comments

Comments
 (0)