You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
### Overview
7
7
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.
9
9
10
10
See the [AWS Distro for OpenTelemetry documentation](https://aws-otel.github.io/docs/getting-started/collector) for more information.
11
11
@@ -20,7 +20,7 @@ Use the community resources below for getting help with AWS OTel Collector.
20
20
21
21
#### AWS OTel Collector Built-in Components
22
22
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.
@@ -57,9 +57,9 @@ To build AWS OTel Collector locally, you will need to have Golang installed. You
57
57
#### AWS OTel Collector Configuration
58
58
59
59
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.
61
61
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.
63
63
64
64
#### Try out AWS OTel Collector
65
65
@@ -74,7 +74,7 @@ AWS OTel Collector supports all AWS computing platforms and docker/kubernetes. H
74
74
75
75
#### Build Your Own Artifacts
76
76
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:
@@ -90,7 +90,7 @@ See [docs/developers](docs/developers/README.md)
90
90
### Benchmark
91
91
92
92
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.
0 commit comments