Skip to content

Commit 3433fa2

Browse files
authored
Upgrade OTel dependencies to v0.40.0. (#778)
* Upgrade OTel dependencies to v0.40.0. * Bumped the version number in the versions.yaml. * Fix README links.
1 parent 485fce0 commit 3433fa2

File tree

6 files changed

+349
-328
lines changed

6 files changed

+349
-328
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Overview
77

8-
AWS Distro for OpenTelemetry Collector(AWS OTel Collector) is a AWS supported version of the upstream OpenTelemetry Collector and is distributed by Amazon. It supports the selected components from the OpenTelemetry community. It is fully compatible with AWS computing platforms including EC2, ECS and EKS. It enables users to send telemetry data to AWS CloudWatch Metrics, Traces and Logs backends as well as the other supported backends.
8+
AWS Distro for OpenTelemetry Collector (AWS OTel Collector) is an AWS supported version of the upstream OpenTelemetry Collector and is distributed by Amazon. It supports the selected components from the OpenTelemetry community. It is fully compatible with AWS computing platforms including EC2, ECS and EKS. It enables users to send telemetry data to AWS CloudWatch Metrics, Traces and Logs backends as well as the other supported backends.
99

1010
See the [AWS Distro for OpenTelemetry documentation](https://aws-otel.github.io/docs/getting-started/collector) for more information.
1111

@@ -20,7 +20,7 @@ Use the community resources below for getting help with AWS OTel Collector.
2020

2121
#### AWS OTel Collector Built-in Components
2222

23-
This table represents the supported components of AWS OTel Collector in 2020. The highlighted components below are developed by AWS in-house. The rest of the components in the table are the essential default components that AWS OTel Collector will support.
23+
This table represents the supported components of AWS OTel Collector. The highlighted components below are developed by AWS in-house. The rest of the components in the table are the essential default components that AWS OTel Collector will support.
2424

2525
| Receiver | Processor | Exporter | Extensions |
2626
|---------------------------------|-------------------------------|------------------------------------|------------------------|
@@ -42,9 +42,9 @@ This table represents the supported components of AWS OTel Collector in 2020. Th
4242
#### AWS OTel Collector AWS Components
4343

4444
* [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector/)
45-
* [Trace X-Ray Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/master/exporter/awsxrayexporter)
46-
* [Metrics EMF Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/master/exporter/awsemfexporter/README.md)
47-
* [ECS Container Metrics Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/master/receiver/awsecscontainermetricsreceiver)
45+
* [Trace X-Ray Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awsxrayexporter)
46+
* [Metrics EMF Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awsemfexporter)
47+
* [ECS Container Metrics Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/awsecscontainermetricsreceiver)
4848
* [StatsD Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/statsdreceiver)
4949
* [ECS Observer Extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/observer/ecsobserver)
5050

@@ -57,9 +57,9 @@ To build AWS OTel Collector locally, you will need to have Golang installed. You
5757
#### AWS OTel Collector Configuration
5858

5959
We built in a [default configuration](https://github.com/aws-observability/aws-otel-collector/blob/main/config.yaml) to our docker image and other format of release.
60-
So you can run AWS OTel Collector out of box with the default settings.
60+
So, you can run the AWS OTel Collector out of the box with the default settings.
6161
Also, AWS OTel Collector configuration uses the same configuration syntax/design from [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector)
62-
so you can customize or porting your OpenTelemetry Collector configuration files when running AWS OTel Collector. please refer `Try out AWS OTel Collector` section on configuring AWS OTel Collector.
62+
so you can customize or port your OpenTelemetry Collector configuration files when running AWS OTel Collector. Please refer to the `Try out AWS OTel Collector` section on configuring AWS OTel Collector.
6363

6464
#### Try out AWS OTel Collector
6565

@@ -74,7 +74,7 @@ AWS OTel Collector supports all AWS computing platforms and docker/kubernetes. H
7474

7575
#### Build Your Own Artifacts
7676

77-
Use the following instruction to build your own AWS OTel Collector artifacts:
77+
Use the following instructions to build your own AWS OTel Collector artifacts:
7878

7979
* [Build Docker Image](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/build-docker.md)
8080
* [Build RPM/Deb/MSI](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/build-aoc.md)
@@ -90,7 +90,7 @@ See [docs/developers](docs/developers/README.md)
9090
### Benchmark
9191

9292
The latest performance model result is [here](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/performance_model.md).
93-
The performance test conducted by following the [instruction](https://github.com/aws-observability/aws-otel-test-framework/blob/terraform/docs/get-performance-model.md) here.
93+
The performance test can be conducted by following the [instructions](https://github.com/aws-observability/aws-otel-test-framework/blob/terraform/docs/get-performance-model.md) here.
9494

9595
### License
9696

0 commit comments

Comments
 (0)