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/pkg/pdatatest from 0.94.0 to 0.96.0 in /pkg/otlp/metrics #298

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.94.0 to 0.96.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's releases.

v0.96.0

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

User-Facing Changes

🛑 Breaking changes 🛑

  • f5cloudexporter: Remove deprecated module (#31531)

  • datadogconnector: Move feature gate connector.datadogconnector.performance to stable stage. (#31414) connector.datadogconnector.performance will be removed in the next release

  • spanmetricsprocessor: Remove spanmetrics processor (#29567)

    • You can use the spanmetrics connector as a replacement
  • httpforwarder: Remove extension named httpforwarder, use httpforwarderextension instead. (#24171)

  • k8sclusterreceiver: Remove deprecated k8s.kubeproxy.version resource attribute (#29748)

🚀 New components 🚀

  • ackextension: Adding an interface for Acknowledgement extension (#26376)
  • sumologicextension: add implementation of Sumo Logic Extension (#29601)

💡 Enhancements 💡

  • datadogexporter: Attach the collector version to stats payloads to improve the debugging experience. (#31454)

  • awsxrayexporter: support both deprecated and stable http attributes translation for backward compatibility. (#30935)

  • azuremonitorexporter: Added support for configuring the Azure Monitor Exporter connection string via the APPLICATIONINSIGHTS_CONNECTION_STRING environment variable. (#31523)

  • datadogconnector: datadogconnector no longer mutates the input traces in trace-to-trace pipelines. (#31414)

  • statsdreceiver: Add support for the latest version of DogStatsD protocol (v1.3) (#31295)

  • fileexporter: Scope the behavior of the fileexporter to its lifecycle, so it is safe to shut it down or restart it. (#27489)

  • processor/resourcedetection: Add processor.resourcedetection.hostCPUSteppingAsString feature gate to change the type of host.cpu.stepping from int to string. (#31136) This feature gate will graduate to beta in the next release.

  • routingconnector: a warning is logged if there are two or more routing items with the same routing statement (#30663)

  • pkg/ottl: Add new IsInt function to facilitate type checking. (#27894)

  • cmd/mdatagen: Make lifecycle tests generated by default (#31532)

  • opampextension: enables creating and using an http client (#31389)

  • pkg/stanza: Improve timestamp parsing documentation (#31490)

  • postgresqlreceiver: Add receiver.postgresql.connectionPool feature gate to reuse database connections (#30831) The default implementation recreates and closes connections on each scrape per database configured/discovered. This change offers a feature gated alternative to keep connections open. Also, it exposes connection configuration to control the behavior of the pool.

  • datadogconnector: Add source:datadogconnector tag to trace agent telemetry metrics generated by the datadogconnector. (#31528)

  • datadogexporter: Add source:datadogexporter tag to trace agent telemetry metrics generated by the datadogexporter. (#31528)

  • datadogexporter: Automatically map cloud.region, cloud.availability_zone and cloud.provider to the region, zone and cloud_provider host tags. (#31372)

🧰 Bug fixes 🧰

  • carbonreceiver: Accept carbon metrics with float timestamps (#31312)
  • chronyreceiver: move initialization of the chrony client to the start function (#27849)
  • deltatocumulativeprocessor: permits advancing delta start timestamps, as required by spec. (#31365)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's changelog.

v0.96.0

🛑 Breaking changes 🛑

  • cmd/mdatagen: Use enum for stability levels in the Metadata struct (#31530)
  • httpforwarder: Remove extension named httpforwarder, use httpforwarderextension instead. (#24171)

v0.95.0

🛑 Breaking changes 🛑

  • pkg/stanza: Remove deprecated pkg/stanza/attrs (#30449)
  • httpforwarderextension: Rename the extension httpforwarder to httpforwarderextension (#24171)
  • extension/storage: The filestorage and dbstorage extensions are now standalone modules. (#31040) If using the OpenTelemetry Collector Builder, you will need to update your import paths to use the new module(s).
    • github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage
    • github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/dbstorage

💡 Enhancements 💡

  • pkg/golden: Added an option to skip the metric timestamp normalization for WriteMetrics. (#30919)
  • healthcheckextension: Remove usage of deprecated host.ReportFatalError (#30582)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 4, 2024 18:39
@dependabot dependabot bot requested a review from dinooliva March 4, 2024 18:39
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/otlp/metrics/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest-0.96.0 branch from 0cd7aeb to 0b705df Compare March 4, 2024 19:38
dependabot bot and others added 3 commits March 4, 2024 14:53
…atatest

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.94.0 to 0.96.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.94.0...v0.96.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@songy23 songy23 force-pushed the dependabot/go_modules/pkg/otlp/metrics/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest-0.96.0 branch from 0b705df to 52d4d13 Compare March 4, 2024 19:57
@songy23 songy23 enabled auto-merge (squash) March 4, 2024 19:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

A newer version of github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant