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

s3mapprovider for Collector: load configuration from config files in Amazon S3 #14317

Merged
merged 6 commits into from
Sep 26, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
collector version updated
  • Loading branch information
rice-junhaoyu committed Sep 26, 2022
commit a434e2895764b2ecf376a3f011feedd77727303b
2 changes: 1 addition & 1 deletion confmap/provider/s3mapprovider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.10.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.19.0
github.com/stretchr/testify v1.8.0
go.opentelemetry.io/collector v0.60.1-0.20220916163348-84621e483dfb
go.opentelemetry.io/collector v0.60.1
gopkg.in/yaml.v2 v2.4.0
)

Expand Down