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/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider from 0.77.0 to 0.81.0 in /collector #790

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider from 0.77.0 to 0.81.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider's releases.

v0.81.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.81.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

v0.81.0

🛑 Breaking changes 🛑

  • clickhouseexporter: Add scopeName and scopeVersion column to span table. (#21214)

  • clickhouseexporter: add log scope columns to span table. (#20280)

  • receiver/aerospike: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/bigip: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/couchdb: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/elasticsearch: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/mongodb: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/mongodbatlas: Change the types of Config.PrivateKey and Config.Alerts.Secret to be configopaque.String (#17273)

  • receiver/mysql: Change the type of Config.Password to be configopaque.String (#17273)

  • dockerstatsreceiver: Add non populated metrics container.memory.anon and container.memory.file that are only available when the host uses cgroups v2. (#21097) Metric container.memory.file was added to fulfil the lack of container.memory.total_cache metric in case that the cgroup version mounted in the host is v2 instead of v1.

    Now there is documentation of which metrics are available depending cgroups version being used on the host.

🚩 Deprecations 🚩

  • mysqlreceiver: set mysql.locked_connects as optional in order to remove it in next release (#14138, #23274)

💡 Enhancements 💡

  • mdatagen: Adds a parent field to metadata.yaml for subcomponents. (#23636)

  • sqlqueryreceiver: Add support of Start and End Timestamp Column in Metric Configuration. (#18925, #14146)

  • postgresqlreceiver: Adds unit to metrics where this was missing. (#23571) Affected metrics can be found below.

    • postgresql.bgwriter.maxwritten
    • postgresql.table.count
  • mdatagen: Adds validation to mdatagen to ensure that all required fields are present, and their content is valid. (#23783)

  • filelogreceiver: Add support for tracking the current file in filelogreceiver (#22998)

  • exporter/datasetexporter: Add more details to User-Agent header for DataSet HTTP requests (#20660)

  • dockerstatsreceiver: Add container.image.id and container.command_line optional resource attributes (#21092)

  • googlecloudexporter: Adds an experimental, opt-in write ahead log for GCP metrics exporter. (#23679)

  • pkg/ottl: Adds new Time converter to convert a string to a Golang time struct based on a supplied format (#22007)

  • hostmetricsreceiver: Add new Windows-exclusive process.handles metric. (#21379)

  • websocketprocessor: Rename websocketprocessor to remoteobserverprocessor (#23856)

  • resourcedetectionprocessor: Adds a way to configure the list of added resource attributes by the processor (#21482) Users can now configure what resource attributes are gathered by specific detectors. Example configuration:

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider's changelog.

v0.81.0

🛑 Breaking changes 🛑

  • clickhouseexporter: Add scopeName and scopeVersion column to span table. (#21214)

  • clickhouseexporter: add log scope columns to span table. (#20280)

  • receiver/aerospike: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/bigip: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/couchdb: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/elasticsearch: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/mongodb: Change the type of Config.Password to be configopaque.String (#17273)

  • receiver/mongodbatlas: Change the types of Config.PrivateKey and Config.Alerts.Secret to be configopaque.String (#17273)

  • receiver/mysql: Change the type of Config.Password to be configopaque.String (#17273)

  • dockerstatsreceiver: Add non populated metrics container.memory.anon and container.memory.file that are only available when the host uses cgroups v2. (#21097) Metric container.memory.file was added to fulfil the lack of container.memory.total_cache metric in case that the cgroup version mounted in the host is v2 instead of v1.

    Now there is documentation of which metrics are available depending cgroups version being used on the host.

🚩 Deprecations 🚩

  • mysqlreceiver: set mysql.locked_connects as optional in order to remove it in next release (#14138, #23274)

💡 Enhancements 💡

  • mdatagen: Adds a parent field to metadata.yaml for subcomponents. (#23636)

  • sqlqueryreceiver: Add support of Start and End Timestamp Column in Metric Configuration. (#18925, #14146)

  • postgresqlreceiver: Adds unit to metrics where this was missing. (#23571) Affected metrics can be found below.

    • postgresql.bgwriter.maxwritten
    • postgresql.table.count
  • mdatagen: Adds validation to mdatagen to ensure that all required fields are present, and their content is valid. (#23783)

  • filelogreceiver: Add support for tracking the current file in filelogreceiver (#22998)

  • exporter/datasetexporter: Add more details to User-Agent header for DataSet HTTP requests (#20660)

  • dockerstatsreceiver: Add container.image.id and container.command_line optional resource attributes (#21092)

  • googlecloudexporter: Adds an experimental, opt-in write ahead log for GCP metrics exporter. (#23679)

  • pkg/ottl: Adds new Time converter to convert a string to a Golang time struct based on a supplied format (#22007)

  • hostmetricsreceiver: Add new Windows-exclusive process.handles metric. (#21379)

  • websocketprocessor: Rename websocketprocessor to remoteobserverprocessor (#23856)

  • resourcedetectionprocessor: Adds a way to configure the list of added resource attributes by the processor (#21482) Users can now configure what resource attributes are gathered by specific detectors. Example configuration:

    resourcedetection:
      detectors: [system, ec2]
      system:
        resource_attributes:
    

... (truncated)

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)

…p/provider/s3provider

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.77.0 to 0.81.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.77.0...v0.81.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

Looks like github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/collector/github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider-0.81.0 branch July 17, 2023 15:55
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants