Skip to content

Commit c7caea4

Browse files
committed
Resolve conflicts and address comments
1 parent 6de2e37 commit c7caea4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

src/content/BlogPosts/blogPosts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ blogs:
1010
author: "Pavan Sai Vasireddy"
1111
date: "17-October-2023"
1212
body:
13-
"AWS Distro for OpenTelemetry v0.34.0 is now available available. You can download the latest AWS Distro for OpenTelemetry Collector image
13+
"AWS Distro for OpenTelemetry v0.34.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
1414
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
1515
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.34.0"
1616

@@ -25,7 +25,7 @@ blogs:
2525
author: "Huy Vo"
2626
date: "12-October-2023"
2727
body:
28-
"AWS Distro for OpenTelemetry v0.33.3 is now available available. You can download the latest AWS Distro for OpenTelemetry Collector image
28+
"AWS Distro for OpenTelemetry v0.33.3 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
2929
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
3030
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.3"
3131

@@ -40,7 +40,7 @@ blogs:
4040
author: "Kausik Amancherla"
4141
date: "10-October-2023"
4242
body:
43-
"AWS Distro for OpenTelemetry v0.33.2 and v0.32.2 are now available available. You can download the latest AWS Distro for OpenTelemetry Collector image
43+
"AWS Distro for OpenTelemetry v0.33.2 and v0.32.2 are now available. You can download the latest AWS Distro for OpenTelemetry Collector image
4444
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
4545
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.2-and-v0.32.2"
4646

@@ -55,7 +55,7 @@ blogs:
5555
author: "Pavan Sai Vasireddy"
5656
date: "18-September-2023"
5757
body:
58-
"AWS Distro for OpenTelemetry v0.33.1 and v0.32.1 are now available available. You can download the latest AWS Distro for OpenTelemetry Collector image
58+
"AWS Distro for OpenTelemetry v0.33.1 and v0.32.1 are now available. You can download the latest AWS Distro for OpenTelemetry Collector image
5959
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
6060
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.1"
6161

src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.34.0.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,32 @@ You can download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-o
2323

2424
**New Components**
2525

26-
The following components are now included in the ADOT Collector behind the feature gate.
27-
To enable the feature flag in, you can pass the `--feature-gates=+adot.receiver.filelog,+adot.exporter.awscloudwatchlogs,+adot.extension.file_storage` in the command line parameter.
26+
The following components are now included in the ADOT Collector, behind a feature gate.
27+
To enable the functionality behind the feature gate, you can pass the `--feature-gates=+adot.receiver.filelog,+adot.exporter.awscloudwatchlogs,+adot.extension.file_storage` in the command line parameter.
2828

2929
[FileLog Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver) -
30-
See the [FileLog Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver#filelog-receiver)documentation page to for the usage.
30+
See the [FileLog Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver#filelog-receiver) documentation for the usage.
3131

3232
[AWS CloudWatch Logs Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awscloudwatchlogsexporter) -
33-
Please refer to [CloudWatch Logs Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awscloudwatchlogsexporter#aws-cloudwatch-logs-exporter) documentation page for usage
33+
Please refer to [CloudWatch Logs Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awscloudwatchlogsexporter#aws-cloudwatch-logs-exporter) documentation for usage
3434

3535
[File Storage Extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage) -
36-
See the [storage extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage#file-storage) documentation page to see how it can be used in your
36+
See the [storage extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage#file-storage) documentation to see how it can be used in your
3737
configurations.
3838

3939
** Important: ADOT Collector v0.34.0 Breaking Change **
4040

41-
Users of the statsd receiver, please refer to GitHub Issue - [Warning: StatsD Receiver → EMF Exporter
41+
Users of the `statsd` receiver, please refer to GitHub Issue - [Warning: StatsD Receiver → EMF Exporter
4242
Metric Pipeline Breaking Change](https://github.com/aws-observability/aws-otel-collector/issues/2249) for information on an upcoming breaking change.
4343

4444
** Important: ADOT Collector v0.35.0 Breaking Change
4545

46-
Users of the awscontainerinsightreceiver, please refer to the [GitHub Issue - Warning: Container Image Default User Change → Important
46+
Users of the `awscontainerinsightreceiver`, please refer to the [GitHub Issue - Warning: Container Image Default User Change → Important
4747
consideration for AWSContainerInsightReceiver](https://github.com/aws-observability/aws-otel-collector/issues/2317) for more information on an upcoming breaking change.
4848

4949
-
5050

51-
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
51+
Detailed release notes are available via - [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
5252
All code changes are upstream in the respective OpenTelemetry project components.
5353

5454
**Download**

src/content/Downloads/downloads.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- version: 'AWS Distro for OpenTelemetry Collector Version 0.34.0'
2-
releaseDate: 'October-16-2023'
2+
releaseDate: 'October-17-2023'
33
license: 'Apache-2.0'
44
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.34.0'
55
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.34.0/README.md'

0 commit comments

Comments
 (0)