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

fix mount ecs ec2 #122

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions opentelemetry/ecs-ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### 0.0.8 / 2024-03-13
- Fixed ECS EC2 default Otel configuration filelog receiver include statement to match the new mount scope
- Fixed ECS EC2 otel mount point config for hostfs

### 0.0.7 / 2024-02-23
- Updated ECS EC2 default Otel configuration to log level warn.
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry/ecs-ec2/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ Resources:

MountPoints:
- SourceVolume: hostfs
ContainerPath: "/hostfs"
ContainerPath: "/hostfs/var/lib/docker"
ReadOnly: True

- SourceVolume: docker-socket
Expand Down
Loading