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

Bump github.com/aws/aws-sdk-go from 1.36.24 to 1.36.28 in /internal/awsxray/testdata/sampleapp #2060

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2021

Bumps github.com/aws/aws-sdk-go from 1.36.24 to 1.36.28.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.36.28 (2021-01-15)

Service Client Updates

  • service/sns: Updates service documentation
    • Documentation updates for Amazon SNS.

Release v1.36.27 (2021-01-14)

Service Client Updates

  • service/cognito-identity: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • Customers can create segments using 5 new filters. Filters can check for the presence of a substring in attributes and can perform time-based comparisons formatted as ISO_INSTANT datetimes.
  • service/s3control: Updates service API and documentation
    • Amazon S3 Batch Operations now supports restoring objects from the S3 Intelligent-Tiering Archive Access and Deep Archive Access tiers.
  • service/sagemaker: Updates service API and documentation
    • This feature allows customers to enable/disable model caching on Multi-Model endpoints.

Release v1.36.26 (2021-01-13)

Service Client Updates

  • service/frauddetector: Updates service API and documentation
  • service/personalize: Updates service documentation

SDK Enhancements

  • private/protocol: Loosen endpoint validation to allow customer specify port number (#3730)
    • Updates SDK's endpoint validation of the hostname to allow ports to be specified.
  • service/s3/s3manager: Add ETag field to UploadOutput (#3733)
    • Adds the ETag field to the Uploader's UploadOutput return value.
    • Fixes #2764
  • aws: Add WithLowerCaseHeaderMaps and WithDisableRestProtocolURICleaning to aws.Config. (#3671)

SDK Bugs

  • aws: Fixed a case where LowerCaseHeaderMaps would not be merged when mergingaws.Config types. (#3671)

Release v1.36.25 (2021-01-12)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Adds support for the Smart Card Redirection feature
  • service/auditmanager: Updates service API and documentation
  • service/elasticache: Updates service documentation
    • Documentation updates for elasticache
  • service/lightsail: Updates service API and documentation
    • This release adds IPv6 support for Amazon Lightsail instances, container services, CDN distributions, and load balancers.
  • service/ssm: Updates service API and documentation
    • AWS Systems Manager adds pagination support for DescribeDocumentPermission API
Changelog

Sourced from github.com/aws/aws-sdk-go's changelog.

Release v1.36.28 (2021-01-15)

Service Client Updates

  • service/sns: Updates service documentation
    • Documentation updates for Amazon SNS.

Release v1.36.27 (2021-01-14)

Service Client Updates

  • service/cognito-identity: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • Customers can create segments using 5 new filters. Filters can check for the presence of a substring in attributes and can perform time-based comparisons formatted as ISO_INSTANT datetimes.
  • service/s3control: Updates service API and documentation
    • Amazon S3 Batch Operations now supports restoring objects from the S3 Intelligent-Tiering Archive Access and Deep Archive Access tiers.
  • service/sagemaker: Updates service API and documentation
    • This feature allows customers to enable/disable model caching on Multi-Model endpoints.

Release v1.36.26 (2021-01-13)

Service Client Updates

  • service/frauddetector: Updates service API and documentation
  • service/personalize: Updates service documentation

SDK Enhancements

  • private/protocol: Loosen endpoint validation to allow customer specify port number (#3730)
    • Updates SDK's endpoint validation of the hostname to allow ports to be specified.
  • service/s3/s3manager: Add ETag field to UploadOutput (#3733)
    • Adds the ETag field to the Uploader's UploadOutput return value.
    • Fixes #2764
  • aws: Add WithLowerCaseHeaderMaps and WithDisableRestProtocolURICleaning to aws.Config. (#3671)

SDK Bugs

  • aws: Fixed a case where LowerCaseHeaderMaps would not be merged when mergingaws.Config types. (#3671)

Release v1.36.25 (2021-01-12)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Adds support for the Smart Card Redirection feature
  • service/auditmanager: Updates service API and documentation
  • service/elasticache: Updates service documentation
    • Documentation updates for elasticache
  • service/lightsail: Updates service API and documentation
    • This release adds IPv6 support for Amazon Lightsail instances, container services, CDN distributions, and load balancers.
  • service/ssm: Updates service API and documentation
    • AWS Systems Manager adds pagination support for DescribeDocumentPermission API
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from anuraaga and a team as code owners January 18, 2021 06:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2021
@project-bot project-bot bot added this to In progress in Collector Jan 18, 2021
@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #2060 (64a4e5c) into master (c076f4d) will increase coverage by 1.21%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2060      +/-   ##
==========================================
+ Coverage   89.14%   90.35%   +1.21%     
==========================================
  Files         393      394       +1     
  Lines       19321    19397      +76     
==========================================
+ Hits        17223    17527     +304     
+ Misses       1642     1407     -235     
- Partials      456      463       +7     
Flag Coverage Δ
integration 69.73% <ø> (?)
unit 89.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/common/testing/container/container.go 73.68% <0.00%> (ø)
receiver/jmxreceiver/receiver.go 94.80% <0.00%> (+16.88%) ⬆️
receiver/dockerstatsreceiver/docker.go 92.30% <0.00%> (+39.05%) ⬆️
receiver/dockerstatsreceiver/receiver.go 96.72% <0.00%> (+47.54%) ⬆️
receiver/jmxreceiver/subprocess/subprocess.go 96.55% <0.00%> (+74.48%) ⬆️
receiver/redisreceiver/receiver.go 87.50% <0.00%> (+87.50%) ⬆️
receiver/redisreceiver/client.go 100.00% <0.00%> (+100.00%) ⬆️
receiver/redisreceiver/factory.go 100.00% <0.00%> (+100.00%) ⬆️
...eceiver/jmxreceiver/subprocess/subprocess_linux.go 100.00% <0.00%> (+100.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c076f4d...64a4e5c. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/awsxray/testdata/sampleapp/github.com/aws/aws-sdk-go-1.36.28 branch 3 times, most recently from 3308c8b to e0f433d Compare January 19, 2021 15:42
Collector automation moved this from In progress to Reviewer approved Jan 19, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/awsxray/testdata/sampleapp/github.com/aws/aws-sdk-go-1.36.28 branch from e0f433d to 64a4e5c Compare January 19, 2021 15:44
@bogdandrutu bogdandrutu merged commit 20689f6 into master Jan 19, 2021
Collector automation moved this from Reviewer approved to Done Jan 19, 2021
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/internal/awsxray/testdata/sampleapp/github.com/aws/aws-sdk-go-1.36.28 branch January 19, 2021 17:48
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
…and expose exporter settings (#2060)

* add helper function to convert resource attributes to labels

Signed-off-by: Rayhan Hossain <[email protected]>

* add unit tests to improve coverage

Signed-off-by: Rayhan Hossain <[email protected]>

* get a copy of incoming metrics and modify it

Signed-off-by: Rayhan Hossain <[email protected]>

* update unit tests to make sure incoming pdata.Metrics are unchanged

Signed-off-by: Rayhan Hossain <[email protected]>

* expose Resource_To_Label seeting option for all exporters

Signed-off-by: Rayhan Hossain <[email protected]>

* use the helper function directly instead of seeting up a consumer

* update README and address PR feedbacks

Signed-off-by: Rayhan Hossain <[email protected]>

* add unit tests to improve coverage

Signed-off-by: Rayhan Hossain <[email protected]>

* PR feedback: rename ResourceToLabel to ResourceToTelemetry

Signed-off-by: Rayhan Hossain <[email protected]>

* refactoring: extract common code and create a simple func

Signed-off-by: Rayhan Hossain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants