Skip to content

Bump github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver from 0.121.0 to 0.127.0 in /functional_tests #1845

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver from 0.121.0 to 0.127.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver's releases.

v0.127.0

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

End User Changelog

🛑 Breaking changes 🛑

  • sqlserverreceiver: Zero values in delta attributes will be reported in top query collection. (#40041) This change includes the following attributes:

    • sqlserver.total_worker_time
    • sqlserver.execution_count
    • sqlserver.total_logical_reads
    • sqlserver.total_logical_writes
    • sqlserver.total_physical_reads
    • sqlserver.total_rows
    • sqlserver.total_grant_kb
  • stefreceiver, stefexporter: Updated to STEF 0.0.6, which had a breaking change in the format from 0.0.5 (#40058)

🚀 New components 🚀

  • stefreceiver: Update stability of STEF receiver to Alpha. (#40062)

💡 Enhancements 💡

  • coralogixexporter: Added a mechanism to drop telemetry data when rate limit, quota or authorization errors are encountered. (#40074) Added a new configuration option to the Coralogix exporter to enable a rate limiter mechanism. The rate limiter mechanism is disabled by default. It can be configured using the following configuration options:

    rate_limiter: enabled: true threshold: 10 duration: 1m

    Where:

    • enabled is a boolean flag to enable the rate limiter mechanism.
    • threshold is the number of errors to trigger the rate limiter mechanism (default: 10).
    • duration is the duration of the rate limit window (default: 1 minute).

    Note the number of errors is cumulative and reset after the duration has passed or a successful request is made.

  • coralogixexporter: Print metrics causing the partial success response from the backend. (#40199)

  • awss3receiver: Add SQS support to the awss3receiver component (#36315)

  • azuremonitorreceiver: Add support for azureauthextension as a token provider for azuremonitorreceiver. (#39048)

  • datadogreceiver: Address semantic conventions noncompliance and add support for http/db (#36924)

    • Bump semantic conventions to v1.30.0
    • Add support for http and db attributes
    • Use datadog's base service as service.name when available
    • Set server.address on client/producer/consumer spans
    • Properly name postgresql/redis/servlet/spring spans

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver's changelog.

v0.127.0

🛑 Breaking changes 🛑

  • cloudfoundryreceiver: Unexport EnvelopeStreamFactory and UAATokenProvider (#40270)
  • fluentforwardreceiver: Unexport all structs in fluentforward receiver. (#40108)
  • postgresqlreceiver: Unexport Item (#40265)
  • netflowreceiver: Unexport OtelLogsProducerWrapper (#40269)
  • k8sobserver: Unexport RunningContainer (#40228)
  • receiver/vcenter: unexport struct DatacenterStats (#40109)
  • tcpcheckreceiver: Unexport TCPConnectionState (#40271)
  • wavefrontreceiver: Unexport WavefrontParser struct (#40105)

💡 Enhancements 💡

  • sqlserverreceiver: Use generated structured event functions in mdatagen (#40041)

🧰 Bug fixes 🧰

  • pkg/experimentalmetricmetadata: Add missing otel.entity.type field to the delete events (#40279)

v0.126.0

🛑 Breaking changes 🛑

  • fluentforwardreceiver: Unexport AckResponse (#39831)
  • splunkenterprisereceiver: Unexport InfoEntry and InfoContent (#39830)

💡 Enhancements 💡

  • pkg/winperfcounters: Add methods to scrape raw values from Windows performance counters. (#39835)
  • eventlogreceiver: add raw XML query filtering option (#38517)
  • prometheusremotewriteexporter: Add exporter.prometheusremotewritexporter.enableSendingRW2 feature gate and configuration to the exporter to send Prometheus remote write 2.0 version. (#33661) WARNING! PRW 2.0 support for the exporter is still under development and not ready for usage.

v0.125.0

💡 Enhancements 💡

  • pkg/ottl: Add ottl.WithContextInferenceConditions option to allow configuring extra context inferrer OTTL conditions (#39455)
  • awss3exporter: add configuration field resource_attrs_to_s3/s3_prefix to support mapping s3 bucket prefix to OTel resource attributes (#37858) If resource_attrs_to_s3/s3_prefix is configured, s3 prefix will be determined based on the specified resource attribute and s3uploader/s3_prefix will serve as a fallback.
  • pkg/golden: Expose methods to write data to file outside of the scope of a test (#39673) Expose WriteMetricsToFile to write pmetric data to a file outside of the scope of a test. Expose WriteTracesToFile to write ptrace data to a file outside of the scope of a test Expose WriteLogsToFile to write plog data to a file outside of the scope of a test

... (truncated)

Commits
  • 97c91aa [chore] Prepare release 0.127.0 (#40296)
  • cbf00d2 [receiver/netflow] unexport OtelLogsProducerWrapper (#40269)
  • 4b08c56 [chore] Update core dependencies (#40294)
  • 0ec58b8 [chore] Remove incorrect usage of pipeline.MustNewID for status aggregator (#...
  • 169686d [pkg/experimentalmetricmetadata] Add missing otel.entity.type fields to delet...
  • 54dded5 fix(splunk): treat HTTP 403 Forbidden as a permanent error (#40255)
  • bc0a7bc [chore] unexport test struct CreateTest (#40261)
  • 1c23710 [receiver/tcpcheck] unexport TCPConnectionState (#40271)
  • 2dce563 [chore]unexport PanicProducer (#40262)
  • e7c5d7a [chore] unexport test struct MockClient (#40260)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2025
@dependabot dependabot bot requested review from a team as code owners May 26, 2025 22:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver-0.127.0 branch from 2bca12d to fff2c37 Compare May 28, 2025 15:20
…er/signalfxreceiver

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.121.0 to 0.127.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.121.0...v0.127.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver-0.127.0 branch from fff2c37 to b47f47b Compare May 29, 2025 23:15
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.

0 participants