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/receiver/signalfxreceiver from 0.115.0 to 0.117.0 in /functional_tests #1603

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver from 0.115.0 to 0.117.0.

Release notes

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

v0.117.0

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

Unmaintained Components

These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.

  • exporter/kineticaexporter/
  • exporter/opensearchexporter/
  • extension/observer/ecstaskobserver/
  • receiver/jmxreceiver/

End User Changelog

🛑 Breaking changes 🛑

  • cloudfoundryreceiver: Introduce a feature gate enable copying envelope tags to the metrics as resource attributes instead of datapoint attributes. (#34824)

  • pkg/ottl: removed the ability to reference entire parent objects. (#36872) Statements like set(cache["resource"], resource) in non-resource contexts will no longer work.

  • routingconnector: Change default value of match_once parameter to true. (#29882) This field was deprecated in v0.116.0 and will be removed in v0.120.0.

🚩 Deprecations 🚩

  • sapmexporter: Deprecate SAPM exporter (#36028) The SAPM exporter is being marked as deprecated. Please use the otlphttp exporter with the configuration shown below. Also update your pipeline configuration for Traces accordingly.
      exporters:
          otlphttp:
              traces_endpoint: "${SPLUNK_INGEST_URL}/v2/trace/otlp"
              headers:
                  "X-SF-Token": "${SPLUNK_ACCESS_TOKEN}"

🚀 New components 🚀

  • libhoneyreceiver: Mark the libhoney receiver exporter as Alpha. (#36693)

💡 Enhancements 💡

  • k8sclusterreceiver: Add additional attributes to node and pod entities (#35879) Adds the following attributes to node and pod metadata/entities:

    • k8s.pod.phase: The phase of a Pod indicates where the Pod is in its lifecycle. E.g. 'Pending', 'Running'
    • k8s.pod.status_reason: A brief message indicating details about why the pod is in this state. E.g. 'Evicted'
    • k8s.node.condition_*: The condition of a node. e.g. k8s.node.condition_ready. The value can be true, false, unknown.
  • awsxrayexporter: merge in latest semantic conventions for awsxrayexporter. (#36894)

  • receivercreator: Add support for starting logs' collection based on provided k8s annotations' hints (#34427)

... (truncated)

Changelog

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

v0.117.0

💡 Enhancements 💡

  • pkg/ottl: Change OTTL contexts to properly handle ottl.Path with context (#29017) The OTTL contexts have a new option EnablePathContextNames to enable support for expressing a statement's context via path names in the statement

v0.116.0

🚩 Deprecations 🚩

  • routingprocessor: Deprecated in favor of the routing connector. (#36616)

💡 Enhancements 💡

  • pkg/ottl: Add the ottl.ParserCollection utility to help handling parsers for multiple OTTL contexts (#29017) The ottl.ParserCollection groups contexts' ottl.Parsers, choosing the suitable one to parse a given statement. It supports context inference using the given statements, and allows prepending the context name to the statements' paths.
Commits
  • 2aa1d00 [chore] Prepare release 0.117.0 (#37084)
  • d02233a [chore] Update otel core dependency to 0.117.0 (#37080)
  • 363c837 [receiver/receiver_creator] Add support for enabling logs' collecting from K8...
  • 04d7a69 [pkg/ottl] fix handling of nested maps within slices in flatten function (#36...
  • 5a3c58f [chore][exporter/coralogixexporter] Removing myself as owner (#37064)
  • e5d68e0 [chore] Update otelcol core dependancies (#37051)
  • 52aea84 [chore] Fix logzioexporter tests on Windows (#37066)
  • dac7ceb fix(deps): update module google.golang.org/protobuf to v1.36.2 (#37062)
  • 40f6e9b fix(deps): update module go.opentelemetry.io/proto/otlp to v1.5.0 (#37059)
  • 165a18f fix(deps): update module github.com/huaweicloud/huaweicloud-sdk-go-v3 to v0.1...
  • 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)

…er/signalfxreceiver

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.115.0 to 0.117.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.115.0...v0.117.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 10, 2025 01:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 10, 2025 01:45
@atoulme atoulme merged commit 52d9d08 into main Jan 10, 2025
58 of 64 checks passed
@atoulme atoulme deleted the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver-0.117.0 branch January 10, 2025 02:18
@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant