Skip to content

Commit

Permalink
[aoc-collector non-root user]: Statement breaking change non root user (
Browse files Browse the repository at this point in the history
#2299)

* Statement about non-root user breaking change for awscontainerinightreceiver component

* Resolving Comments

* Adding the Issue Link

* Update README.md

---------

Co-authored-by: Raphael Philipe Mendes da Silva <[email protected]>
Co-authored-by: bryan-aguilar <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2023
1 parent ddc5d47 commit 7c8d23f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Use the community resources below for getting help with the ADOT Collector.
Users of the `statsd` receiver, please refer to GitHub Issue - [Warning: StatsD Receiver → EMF Exporter Metric Pipeline Breaking Change](https://github.com/aws-observability/aws-otel-collector/issues/2249)
for information on an upcoming breaking change.

### Notice: ADOT Collector v0.35.0 Breaking Change
Users of the 'awscontainerinsightreceiver', please refer to the GitHub Issue - [Warning: Container Image Default User Change → Important consideration for AWSContainerInsightReceiver](https://github.com/aws-observability/aws-otel-collector/issues/2317) for more information on an upcoming breaking change.

#### ADOT Collector Built-in Components

This table represents the supported components of the ADOT 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 the ADOT Collector will support.
Expand Down
4 changes: 4 additions & 0 deletions cmd/awscollector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ func buildAndParseFlagSet(featgate *featuregate.Registry) (*flag.FlagSet, error)
log.Printf("attn: users of the statsd receiver please refer to " +
"https://github.com/aws-observability/aws-otel-collector/issues/2249 in regards to an ADOT Collector v0.33.0 " +
"breaking change")
// TODO: remove after ADOT Collector v0.35.0 is released
log.Printf("attn: users of the awscontainerinsightreceiver please refer to " +
"https://github.com/aws-observability/aws-otel-collector/issues/2317 in regards to an ADOT Collector v0.35.0 " +
"breaking change")
if err := flagSet.Parse(os.Args[1:]); err != nil {
return nil, err
}
Expand Down

0 comments on commit 7c8d23f

Please sign in to comment.