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.15 to 1.36.19 in /exporter/datadogexporter #1940

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/aws/aws-sdk-go from 1.36.15 to 1.36.19.

Release notes

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

Release v1.36.19 (2020-12-31)

Service Client Updates

  • service/servicecatalog: Updates service API and documentation
    • Enhanced Service Catalog DescribeProvisioningParameters API to return new parameter constraints, i.e., MinLength, MaxLength, MinValue, MaxValue, ConstraintDescription and AllowedPattern

Release v1.36.18 (2020-12-30)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Documentation updates for elasticache
  • service/macie2: Updates service documentation

Release v1.36.17 (2020-12-29)

Service Client Updates

  • service/acm-pca: Updates service API and documentation
  • service/apigatewayv2: Updates service API and documentation
    • Amazon API Gateway now supports data mapping for HTTP APIs which allows customers to modify HTTP Request before sending it to their integration and HTTP Response before sending it to the invoker.

Release v1.36.16 (2020-12-28)

Service Client Updates

  • service/cloudfront: Updates service documentation
    • Amazon CloudFront has deprecated the CreateStreamingDistribution and CreateStreamingDistributionWithTags APIs as part of discontinuing support for Real-Time Messaging Protocol (RTMP) distributions.
Changelog

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

Release v1.36.19 (2020-12-31)

Service Client Updates

  • service/servicecatalog: Updates service API and documentation
    • Enhanced Service Catalog DescribeProvisioningParameters API to return new parameter constraints, i.e., MinLength, MaxLength, MinValue, MaxValue, ConstraintDescription and AllowedPattern

Release v1.36.18 (2020-12-30)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Documentation updates for elasticache
  • service/macie2: Updates service documentation

Release v1.36.17 (2020-12-29)

Service Client Updates

  • service/acm-pca: Updates service API and documentation
  • service/apigatewayv2: Updates service API and documentation
    • Amazon API Gateway now supports data mapping for HTTP APIs which allows customers to modify HTTP Request before sending it to their integration and HTTP Response before sending it to the invoker.

Release v1.36.16 (2020-12-28)

Service Client Updates

  • service/cloudfront: Updates service documentation
    • Amazon CloudFront has deprecated the CreateStreamingDistribution and CreateStreamingDistributionWithTags APIs as part of discontinuing support for Real-Time Messaging Protocol (RTMP) distributions.
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 a review from a team January 3, 2021 21:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2021
@codecov
Copy link

codecov bot commented Jan 3, 2021

Codecov Report

Merging #1940 (07477bf) into master (330f787) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1940      +/-   ##
==========================================
+ Coverage   90.19%   90.20%   +0.01%     
==========================================
  Files         385      385              
  Lines       19063    19063              
==========================================
+ Hits        17193    17195       +2     
+ Misses       1398     1397       -1     
+ Partials      472      471       -1     
Flag Coverage Δ
integration 69.88% <ø> (ø)
unit 88.96% <ø> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
receiver/k8sclusterreceiver/watcher.go 97.64% <0.00%> (+2.35%) ⬆️

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 330f787...07477bf. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/exporter/datadogexporter/github.com/aws/aws-sdk-go-1.36.19 branch 2 times, most recently from e4d9dbd to 48c9d95 Compare January 4, 2021 17:28
@dependabot dependabot bot force-pushed the dependabot/go_modules/exporter/datadogexporter/github.com/aws/aws-sdk-go-1.36.19 branch from 48c9d95 to 07477bf Compare January 4, 2021 18:35
@bogdandrutu bogdandrutu merged commit 4ddaf62 into master Jan 4, 2021
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/exporter/datadogexporter/github.com/aws/aws-sdk-go-1.36.19 branch January 4, 2021 20:34
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
This is the first of two PRs to add support for filtering `pdata.Metric`s by arbitrary [expr](https://github.com/antonmedv/expr) expressions. The capabilities of the existing `filterprocessor`, which currently filters just metric _names_ by matching against regexes or strings, will be expanded to allow for filtering `pdata.Metric` _structs_ based on expressions such as `MetricName == "foo" && Label("mylabel") == "bar"`.

This change adds support for `match_type: expr` while maintaining backward compatibility with existing filterprocessor config yamls. Because the expr filter will be the first one that checks for matches against entire `pdata.Metric`s, rather than just their names, some minor changes are required to the structure of the configs that the filterprocessor uses.

For reference, a current filterprocessor config look might like the following:

```
processors:
  filter/1:
    metrics:
      exclude:
        match_type: regexp
        metric_names:
        - prefix/.*
```

After the second PR, the intent is for another possible config to be:

```
processors:
  filter/1:
    metrics:
      exclude:
        match_type: expr
        expressions:
        - "MetricName == 'foo' && Label('mylabel') == 'bar'"
```

This PR just adds support for `match_type: expr`.
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant