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 the opentelemetry-contrib group with 8 updates #4538

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the opentelemetry-contrib group with 8 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger 0.116.0 0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter 0.116.0 0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl 0.116.0 0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor 0.116.0 0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver 0.116.0 0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver 0.116.0 0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver 0.116.0 0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver 0.116.0 0.117.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger'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/pkg/translator/jaeger'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
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

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter'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/exporter/zipkinexporter'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
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

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl'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/pkg/ottl'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
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

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor'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/processor/filterprocessor'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
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

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver'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/jaegerreceiver'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
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

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver'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/kafkareceiver'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
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

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver'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/opencensusreceiver'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
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

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver from 0.116.0 to 0.117.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver'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/zipkinreceiver'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
Commits
  • 2aa1d00 [chore] Prepare release 0.117.0 (#37084)
  • d02233a [chore] Update ...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 13, 2025
@ie-pham
Copy link
Contributor

ie-pham commented Jan 15, 2025

@dependabot recreate

Bumps the opentelemetry-contrib group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.116.0` | `0.117.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.116.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.116.0...v0.117.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter` from 0.116.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.116.0...v0.117.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl` from 0.116.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.116.0...v0.117.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor` from 0.116.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.116.0...v0.117.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver` from 0.116.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.116.0...v0.117.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver` from 0.116.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.116.0...v0.117.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver` from 0.116.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.116.0...v0.117.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver` from 0.116.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.116.0...v0.117.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/opentelemetry-contrib-e2c1fed0ef branch from 816781c to bdbdd13 Compare January 15, 2025 22:37
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.

2 participants