Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README update #61

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions preview-program/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This program covers all preview features and AWS services integrations available
What’s *not in scope* for this program:

* The [default tracing pipelines](https://github.com/aws-observability/aws-otel-collector/blob/main/config.yaml), which includes trace collection for X-Ray.
* Metrics support
* Includes the ADOT Collector and collection pipelines using [Prometheus](https://aws-otel.github.io/docs/getting-started/advanced-prometheus-remote-write-configurations) components
to send metrics to [Amazon Managed Service for Prometheus](https://aws-otel.github.io/docs/getting-started/prometheus-remote-write-exporter)
and [CloudWatch Metrics](https://aws-otel.github.io/docs/getting-started/cloudwatch-metrics#cloudwatch-emf-exporter-awsemf).
* Java, .NET, and Python SDK support
* Any partner components and integrations.
* The following [components](https://aws-otel.github.io/docs/releases) of ADOT:
* AWS X-Ray Playground for OpenTelemetry
Expand All @@ -16,9 +21,8 @@ What’s *not in scope* for this program:

What *is included* in this program:

* Metrics support, including collection pipelines using [Prometheus](https://aws-otel.github.io/docs/getting-started/advanced-prometheus-remote-write-configurations) components
to send metrics to [Amazon Managed Service for Prometheus](https://aws-otel.github.io/docs/getting-started/prometheus-remote-write-exporter)
and [CloudWatch Metrics](https://aws-otel.github.io/docs/getting-started/cloudwatch-metrics#cloudwatch-emf-exporter-awsemf).
* Metrics support for the following SDKs
* Go, Ruby, JavaScript
* Logs support, which includes collection pipelines using component to send logs to [CloudWatch Logs](https://aws-otel.github.io/docs/getting-started/cloudwatch-metrics#cloudwatch-emf-exporter-awsemf).
* The following [components](https://aws-otel.github.io/docs/releases):
* AWS Distro for OpenTelemetry [Collector](https://aws-otel.github.io/docs/getting-started/collector)
Expand Down Expand Up @@ -51,7 +55,7 @@ Further we provide the following artifacts:

* Configurations:
* All Collector configurations are available on our ADOT GitHub repo [aws-observability/aws-otel-collector](https://github.com/aws-observability/aws-otel-collector/tree/main/config).
* GA SDKs for [Java](https://opentelemetry.io/docs/java/), [JavaScript](https://opentelemetry.io/docs/js/),
* GA tracing SDKs for [Java](https://opentelemetry.io/docs/java/), [JavaScript](https://opentelemetry.io/docs/js/),
[Python](https://opentelemetry.io/docs/python/), [.NET](https://opentelemetry.io/docs/net/), and [Go](https://opentelemetry.io/docs/go/).
* For Kubernetes and specifically EKS, we provide Helm charts via the [aws-observability/aws-otel-helm-charts](https://github.com/aws-observability/aws-otel-helm-charts) repo.
* Security policies and good practice:
Expand Down