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 otel-collector group with 7 updates #5758

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2024

Bumps the otel-collector group with 7 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector 0.104.0 0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter 0.104.0 0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage 0.104.0 0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger 0.104.0 0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver 0.104.0 0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver 0.104.0 0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver 0.104.0 0.105.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector from 0.104.0 to 0.105.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's releases.

v0.105.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

v0.105.0

🛑 Breaking changes 🛑

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporter: Make "dedup" option no-op, always de-duplicate. (#33773) Elasticsearch does not permit duplicate keys in JSON objects, so there is no value in being able to configure deduplication.
  • elasticsearchexporter: Remove defunct "file" and "fields" configuration settings. (#33803) This is a breaking change only because removing the attributes would prevent collector startup if those attributes are specified, but otherwise there is no functional change. These configuration attributes have never done anything.
  • stanza: errors from Operator.Process are returned instead of silently ignored. (#33783) This public function is affected: https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza@v0.104.0/operator/helper#WriterOperator.Write
  • vcenterreceiver: Enables various vCenter metrics that were disabled by default until v0.105 (#34022) The following metrics will be enabled by default "vcenter.host.network.packet.drop.rate", "vcenter.vm.cpu.readiness", "vcenter.host.cpu.capacity", and "vcenter.host.cpu.reserved".

🚩 Deprecations 🚩

  • lokiexporter: Deprecate component (#33916)

🚀 New components 🚀

  • sumconnector: creates a wireframe and initial pr to develop from (#32669)
  • extensions/observer/cfgardenobserver: Add a new observer that discovers containers through the Garden API (#33618)

💡 Enhancements 💡

  • pkg/ottl: Added Hex() converter function (#31929)

  • pkg/ottl: Add IsRootSpan() converter function. (#32918) Converter IsRootSpan() returns true if the span in the corresponding context is root, that means its parent_span_id equals to hexadecimal representation of zero. In all other scenarios function returns false.

  • vcenterreceiver: Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use. (#33607) Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted" metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is currently under a feature gate.

  • kubeletstatsreceiver: Add k8s.pod.memory.node.utilization and k8s.container.memory.node.utilization metrics (#33591)

  • vcenterreceiver: Adds vCenter metrics at the datacenter level. (#33607) Introduces various datacenter metrics which work by aggregating stats from datastores, clusters, hosts, and VM's.

  • processor/resource, processor/attributes: Add an option to extract value from a client address by specifying client.address value in the from_context field. (#34051)

  • awss3receiver: Add support for retrieving logs and metrics to the AWS S3 Receiver. (#30750)

  • receiver/azuremonitorreceiver: Add support for Managed Identity and Default Credential auth (#31268, #33584)

  • azuremonitorreceiver: Add maximum_number_of_records_per_resource config parameter in order to overwrite default (#32165)

  • clickhouseexporter: Upgrading stability for logs to beta (#33615) The logs exporter has been proven to be stable for large scale production deployments. Configuration options specific to logs are unlikely to change.

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's changelog.

v0.105.0

Commits
  • d6be16b [chore] Prepare release 0.105.0 (#34117)
  • ee0e0a1 [chore] Prepare release v0.105.0 (#34112)
  • d3ba8ea [processor/resource][processor/attributes] Option to read client address (#34...
  • 00e4501 Update prom/prometheus Docker tag to v2.53.1 (#34098)
  • 5df1b52 [chore] Constrain vendor-specific components to receivers and exporters (#34080)
  • 90097ee [extension/opamp] Rely on Collector APIs for config redaction (#34078)
  • be85cc8 [cmd/opampsupervisor] Forward custom messages to/from agent (#33576)
  • a2edeb8 [chore] Update to latest otel core dependencies (#34088)
  • 8a28ee3 [chore][pkg/pdataset/pmetrictest] introduce IgnoreDatapointAttributesOrder op...
  • e495816 [exporter/elasticsearch] remove dedup config (#33776)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter from 0.104.0 to 0.105.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's releases.

v0.105.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

v0.105.0

🛑 Breaking changes 🛑

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporter: Make "dedup" option no-op, always de-duplicate. (#33773) Elasticsearch does not permit duplicate keys in JSON objects, so there is no value in being able to configure deduplication.
  • elasticsearchexporter: Remove defunct "file" and "fields" configuration settings. (#33803) This is a breaking change only because removing the attributes would prevent collector startup if those attributes are specified, but otherwise there is no functional change. These configuration attributes have never done anything.
  • stanza: errors from Operator.Process are returned instead of silently ignored. (#33783) This public function is affected: https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza@v0.104.0/operator/helper#WriterOperator.Write
  • vcenterreceiver: Enables various vCenter metrics that were disabled by default until v0.105 (#34022) The following metrics will be enabled by default "vcenter.host.network.packet.drop.rate", "vcenter.vm.cpu.readiness", "vcenter.host.cpu.capacity", and "vcenter.host.cpu.reserved".

🚩 Deprecations 🚩

  • lokiexporter: Deprecate component (#33916)

🚀 New components 🚀

  • sumconnector: creates a wireframe and initial pr to develop from (#32669)
  • extensions/observer/cfgardenobserver: Add a new observer that discovers containers through the Garden API (#33618)

💡 Enhancements 💡

  • pkg/ottl: Added Hex() converter function (#31929)

  • pkg/ottl: Add IsRootSpan() converter function. (#32918) Converter IsRootSpan() returns true if the span in the corresponding context is root, that means its parent_span_id equals to hexadecimal representation of zero. In all other scenarios function returns false.

  • vcenterreceiver: Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use. (#33607) Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted" metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is currently under a feature gate.

  • kubeletstatsreceiver: Add k8s.pod.memory.node.utilization and k8s.container.memory.node.utilization metrics (#33591)

  • vcenterreceiver: Adds vCenter metrics at the datacenter level. (#33607) Introduces various datacenter metrics which work by aggregating stats from datastores, clusters, hosts, and VM's.

  • processor/resource, processor/attributes: Add an option to extract value from a client address by specifying client.address value in the from_context field. (#34051)

  • awss3receiver: Add support for retrieving logs and metrics to the AWS S3 Receiver. (#30750)

  • receiver/azuremonitorreceiver: Add support for Managed Identity and Default Credential auth (#31268, #33584)

  • azuremonitorreceiver: Add maximum_number_of_records_per_resource config parameter in order to overwrite default (#32165)

  • clickhouseexporter: Upgrading stability for logs to beta (#33615) The logs exporter has been proven to be stable for large scale production deployments. Configuration options specific to logs are unlikely to change.

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's changelog.

v0.105.0

Commits
  • d6be16b [chore] Prepare release 0.105.0 (#34117)
  • ee0e0a1 [chore] Prepare release v0.105.0 (#34112)
  • d3ba8ea [processor/resource][processor/attributes] Option to read client address (#34...
  • 00e4501 Update prom/prometheus Docker tag to v2.53.1 (#34098)
  • 5df1b52 [chore] Constrain vendor-specific components to receivers and exporters (#34080)
  • 90097ee [extension/opamp] Rely on Collector APIs for config redaction (#34078)
  • be85cc8 [cmd/opampsupervisor] Forward custom messages to/from agent (#33576)
  • a2edeb8 [chore] Update to latest otel core dependencies (#34088)
  • 8a28ee3 [chore][pkg/pdataset/pmetrictest] introduce IgnoreDatapointAttributesOrder op...
  • e495816 [exporter/elasticsearch] remove dedup config (#33776)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage from 0.104.0 to 0.105.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage's releases.

v0.105.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

v0.105.0

🛑 Breaking changes 🛑

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporter: Make "dedup" option no-op, always de-duplicate. (#33773) Elasticsearch does not permit duplicate keys in JSON objects, so there is no value in being able to configure deduplication.
  • elasticsearchexporter: Remove defunct "file" and "fields" configuration settings. (#33803) This is a breaking change only because removing the attributes would prevent collector startup if those attributes are specified, but otherwise there is no functional change. These configuration attributes have never done anything.
  • stanza: errors from Operator.Process are returned instead of silently ignored. (#33783) This public function is affected: https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza@v0.104.0/operator/helper#WriterOperator.Write
  • vcenterreceiver: Enables various vCenter metrics that were disabled by default until v0.105 (#34022) The following metrics will be enabled by default "vcenter.host.network.packet.drop.rate", "vcenter.vm.cpu.readiness", "vcenter.host.cpu.capacity", and "vcenter.host.cpu.reserved".

🚩 Deprecations 🚩

  • lokiexporter: Deprecate component (#33916)

🚀 New components 🚀

  • sumconnector: creates a wireframe and initial pr to develop from (#32669)
  • extensions/observer/cfgardenobserver: Add a new observer that discovers containers through the Garden API (#33618)

💡 Enhancements 💡

  • pkg/ottl: Added Hex() converter function (#31929)

  • pkg/ottl: Add IsRootSpan() converter function. (#32918) Converter IsRootSpan() returns true if the span in the corresponding context is root, that means its parent_span_id equals to hexadecimal representation of zero. In all other scenarios function returns false.

  • vcenterreceiver: Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use. (#33607) Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted" metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is currently under a feature gate.

  • kubeletstatsreceiver: Add k8s.pod.memory.node.utilization and k8s.container.memory.node.utilization metrics (#33591)

  • vcenterreceiver: Adds vCenter metrics at the datacenter level. (#33607) Introduces various datacenter metrics which work by aggregating stats from datastores, clusters, hosts, and VM's.

  • processor/resource, processor/attributes: Add an option to extract value from a client address by specifying client.address value in the from_context field. (#34051)

  • awss3receiver: Add support for retrieving logs and metrics to the AWS S3 Receiver. (#30750)

  • receiver/azuremonitorreceiver: Add support for Managed Identity and Default Credential auth (#31268, #33584)

  • azuremonitorreceiver: Add maximum_number_of_records_per_resource config parameter in order to overwrite default (#32165)

  • clickhouseexporter: Upgrading stability for logs to beta (#33615) The logs exporter has been proven to be stable for large scale production deployments. Configuration options specific to logs are unlikely to change.

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage's changelog.

v0.105.0

Commits
  • d6be16b [chore] Prepare release 0.105.0 (#34117)
  • ee0e0a1 [chore] Prepare release v0.105.0 (#34112)
  • d3ba8ea [processor/resource][processor/attributes] Option to read client address (#34...
  • 00e4501 Update prom/prometheus Docker tag to v2.53.1 (#34098)
  • 5df1b52 [chore] Constrain vendor-specific components to receivers and exporters (#34080)
  • 90097ee [extension/opamp] Rely on Collector APIs for config redaction (#34078)
  • be85cc8 [cmd/opampsupervisor] Forward custom messages to/from agent (#33576)
  • a2edeb8 [chore] Update to latest otel core dependencies (#34088)
  • 8a28ee3 [chore][pkg/pdataset/pmetrictest] introduce IgnoreDatapointAttributesOrder op...
  • e495816 [exporter/elasticsearch] remove dedup config (#33776)
  • Additional commits viewable in compare view

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

Release notes

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

v0.105.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

v0.105.0

🛑 Breaking changes 🛑

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporter: Make "dedup" option no-op, always de-duplicate. (#33773) Elasticsearch does not permit duplicate keys in JSON objects, so there is no value in being able to configure deduplication.
  • elasticsearchexporter: Remove defunct "file" and "fields" configuration settings. (#33803) This is a breaking change only because removing the attributes would prevent collector startup if those attributes are specified, but otherwise there is no functional change. These configuration attributes have never done anything.
  • stanza: errors from Operator.Process are returned instead of silently ignored. (#33783) This public function is affected: https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza@v0.104.0/operator/helper#WriterOperator.Write
  • vcenterreceiver: Enables various vCenter metrics that were disabled by default until v0.105 (#34022) The following metrics will be enabled by default "vcenter.host.network.packet.drop.rate", "vcenter.vm.cpu.readiness", "vcenter.host.cpu.capacity", and "vcenter.host.cpu.reserved".

🚩 Deprecations 🚩

  • lokiexporter: Deprecate component (#33916)

🚀 New components 🚀

  • sumconnector: creates a wireframe and initial pr to develop from (#32669)
  • extensions/observer/cfgardenobserver: Add a new observer that discovers containers through the Garden API (#33618)

💡 Enhancements 💡

  • pkg/ottl: Added Hex() converter function (#31929)

  • pkg/ottl: Add IsRootSpan() converter function. (#32918) Converter IsRootSpan() returns true if the span in the corresponding context is root, that means its parent_span_id equals to hexadecimal representation of zero. In all other scenarios function returns false.

  • vcenterreceiver: Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use. (#33607) Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted" metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is currently under a feature gate.

  • kubeletstatsreceiver: Add k8s.pod.memory.node.utilization and k8s.container.memory.node.utilization metrics (#33591)

  • vcenterreceiver: Adds vCenter metrics at the datacenter level. (#33607) Introduces various datacenter metrics which work by aggregating stats from datastores, clusters, hosts, and VM's.

  • processor/resource, processor/attributes: Add an option to extract value from a client address by specifying client.address value in the from_context field. (#34051)

  • awss3receiver: Add support for retrieving logs and metrics to the AWS S3 Receiver. (#30750)

  • receiver/azuremonitorreceiver: Add support for Managed Identity and Default Credential auth (#31268, #33584)

  • azuremonitorreceiver: Add maximum_number_of_records_per_resource config parameter in order to overwrite default (#32165)

  • clickhouseexporter: Upgrading stability for logs to beta (#33615) The logs exporter has been proven to be stable for large scale production deployments. Configuration options specific to logs are unlikely to change.

... (truncated)

Changelog

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

v0.105.0

Commits
  • d6be16b [chore] Prepare release 0.105.0 (#34117)
  • ee0e0a1 [chore] Prepare release v0.105.0 (#34112)
  • d3ba8ea [processor/resource][processor/attributes] Option to read client address (#34...
  • 00e4501 Update prom/prometheus Docker tag to v2.53.1 (#34098)
  • 5df1b52 [chore] Constrain vendor-specific components to receivers and exporters (#34080)
  • 90097ee [extension/opamp] Rely on Collector APIs for config redaction (#34078)
  • be85cc8 [cmd/opampsupervisor] Forward custom messages to/from agent (#33576)
  • a2edeb8 [chore] Update to latest otel core dependencies (#34088)
  • 8a28ee3 [chore][pkg/pdataset/pmetrictest] introduce IgnoreDatapointAttributesOrder op...
  • e495816 [exporter/elasticsearch] remove dedup config (#33776)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver from 0.104.0 to 0.105.0

Release notes

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

v0.105.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

v0.105.0

🛑 Breaking changes 🛑

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporter: Make "dedup" option no-op, always de-duplicate. (#33773) Elasticsearch does not permit duplicate keys in JSON objects, so there is no value in being able to configure deduplication.
  • elasticsearchexporter: Remove defunct "file" and "fields" configuration settings. (#33803) This is a breaking change only because removing the attributes would prevent collector startup if those attributes are specified, but otherwise there is no functional change. These configuration attributes have never done anything.
  • stanza: errors from Operator.Process are returned instead of silently ignored. (#33783) This public function is affected: https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza@v0.104.0/operator/helper#WriterOperator.Write
  • vcenterreceiver: Enables various vCenter metrics that were disabled by default until v0.105 (#34022) The following metrics will be enabled by default "vcenter.host.network.packet.drop.rate", "vcenter.vm.cpu.readiness", "vcenter.host.cpu.capacity", and "vcenter.host.cpu.reserved".

🚩 Deprecations 🚩

  • lokiexporter: Deprecate component (#33916)

🚀 New components 🚀

  • sumconnector: creates a wireframe and initial pr to develop from (#32669)
  • extensions/observer/cfgardenobserver: Add a new observer that discovers containers through the Garden API (#33618)

💡 Enhancements 💡

  • pkg/ottl: Added Hex() converter function (#31929)

  • pkg/ottl: Add IsRootSpan() converter function. (#32918) Converter IsRootSpan() returns true if the span in the corresponding context is root, that means its parent_span_id equals to hexadecimal representation of zero. In all other scenarios function returns false.

  • vcenterreceiver: Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use. (#33607) Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted" metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is currently under a feature gate.

  • kubeletstatsreceiver: Add k8s.pod.memory.node.utilization and k8s.container.memory.node.utilization metrics (#33591)

  • vcenterreceiver: Adds vCenter metrics at the datacenter level. (#33607) Introduces various datacenter metrics which work by aggregating stats from datastores, clusters, hosts, and VM's.

  • processor/resource, processor/attributes: Add an option to extract value from a client address by specifying client.address value in the from_context field. (#34051)

  • awss3receiver: Add support for retrieving logs and metrics to the AWS S3 Receiver. (#30750)

  • receiver/azuremonitorreceiver: Add support for Managed Identity and Default Credential auth (#31268, #33584)

  • azuremonitorreceiver: Add maximum_number_of_records_per_resource config parameter in order to overwrite default (#32165)

  • clickhouseexporter: Upgrading stability for logs to beta (#33615) The logs exporter has been proven to be stable for large scale production deployments. Configuration options specific to logs are unlikely to change.

... (truncated)

Changelog

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

v0.105.0

Commits
  • d6be16b [chore] Prepare release 0.105.0 (#34117)
  • ee0e0a1 [chore] Prepare release v0.105.0 (#34112)
  • d3ba8ea [processor/resource][processor/attributes] Option to read client address (#34...
  • 00e4501 Update prom/prometheus Docker tag to v2.53.1 (#34098)
  • 5df1b52 [chore] Constrain vendor-specific components to receivers and exporters (#34080)
  • 90097ee [extension/opamp] Rely on Collector APIs for config redaction (#34078)
  • be85cc8 [cmd/opampsupervisor] Forward custom messages to/from agent (#33576)
  • a2edeb8 [chore] Update to latest otel core dependencies (#34088)
  • 8a28ee3 [chore][pkg/pdataset/pmetrictest] introduce IgnoreDatapointAttributesOrder op...
  • e495816 [exporter/elasticsearch] remove dedup config (#33776)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver from 0.104.0 to 0.105.0

Release notes

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

v0.105.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

v0.105.0

🛑 Breaking changes 🛑

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporter: Make "dedup" option no-op, always de-duplicate. (#33773) Elasticsearch does not permit duplicate keys in JSON objects, so there is no value in being able to configure deduplication.
  • elasticsearchexporter: Remove defunct "file" and "fields" configuration settings. (#33803) This is a breaking change only because removing the attributes would prevent collector startup if those attributes are specified, but otherwise there is no functional change. These configuration attributes have never done anything.
  • stanza: errors from Operator.Process are returned instead of silently ignored. (#33783) This public function is affected: https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza@v0.104.0/operator/helper#WriterOperator.Write
  • vcenterreceiver: Enables various vCenter metrics that were disabled by default until v0.105 (#34022) The following metrics will be enabled by default "vcenter.host.network.packet.drop.rate", "vcenter.vm.cpu.readiness", "vcenter.host.cpu.capacity", and "vcenter.host.cpu.reserved".

🚩 Deprecations 🚩

  • lokiexporter: Deprecate component (#33916)

🚀 New components 🚀

  • sumconnector: creates a wireframe and initial pr to develop from (#32669)
  • extensions/observer/cfgardenobserver: Add a new observer that discovers containers through the Garden API (#33618)

💡 Enhancements 💡

  • pkg/ottl: Added Hex() converter function (#31929)

  • pkg/ottl: Add IsRootSpan() converter function. (#32918) Converter IsRootSpan() returns true if the span in the corresponding context is root, that means its parent_span_id equals to hexadecimal representation of zero. In all other scenarios function returns false.

  • vcenterreceiver: Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use. (#33607) Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted" metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is currently under a feature gate.

  • kubeletstatsreceiver: Add k8s.pod.memory.node.utilization and k8s.container.memory.node.utilization metrics (#33591)

  • vcenterreceiver: Adds vCenter metrics at the datacenter level. (#33607) Introduces various datacenter metrics which work by aggregating stats from datastores, clusters, hosts, and VM's.

  • processor/resource, processor/attributes: Add an option to extract value from a client address by specifying client.address value in the from_context field. (#34051)

  • awss3receiver: Add support for retrieving logs and metrics to the AWS S3 Receiver. (#30750)

  • receiver/azuremonitorreceiver: Add support for Managed Identity and Default Credential auth (#31268, #33584)

  • azuremonitorreceiver: Add maximum_number_of_records_per_resource config parameter in order to overwrite default (#32165)

  • clickhouseexporter: Upgrading stability for logs to beta (#33615) The logs exporter has been proven to be stable for large scale production deployments. Configuration options specific to logs are unlikely to change.

... (truncated)

Changelog

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

v0.105.0

Commits
  • d6be16b [chore] Prepare release 0.105.0 (#34117)
  • ee0e0a1 [chore] Prepare release v0.105.0 (#34112)
  • d3ba8ea [processor/resource][processor/attributes] Option to read client address (#34...
  • 00e4501 Update prom/prometheus Docker tag to v2.53.1 (#34098)
  • 5df1b52 [chore] Constrain vendor-specific components to receivers and exporters (#34080)
  • 90097ee [extension/opamp] Rely on Collector APIs for config redaction (#34078)
  • be85cc8 [cmd/opampsupervisor] Forward custom messages to/from agent (#33576)
  • a2edeb8 [chore] Update to latest otel core dependencies (#34088)
  • 8a28ee3 [chore][pkg/pdataset/pmetrictest] introduce IgnoreDatapointAttributesOrder op...
  • e495816 [exporter/elasticsearch] remove dedup config (#33776)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver from 0.104.0 to 0.105.0

Release notes

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

v0.105.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

v0.105.0

🛑 Breaking changes 🛑

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporterDescription has been truncated

Bumps the otel-collector group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.104.0` | `0.105.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.104.0` | `0.105.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.104.0` | `0.105.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.104.0` | `0.105.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.104.0` | `0.105.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.104.0` | `0.105.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.104.0` | `0.105.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector` from 0.104.0 to 0.105.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.104.0...v0.105.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter` from 0.104.0 to 0.105.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.104.0...v0.105.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage` from 0.104.0 to 0.105.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.104.0...v0.105.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.104.0 to 0.105.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.104.0...v0.105.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver` from 0.104.0 to 0.105.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.104.0...v0.105.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver` from 0.104.0 to 0.105.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.104.0...v0.105.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver` from 0.104.0 to 0.105.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.104.0...v0.105.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 17, 2024 04:32
@dependabot dependabot bot added the changelog:dependencies Update to dependencies label Jul 17, 2024
@dependabot dependabot bot requested a review from albertteoh July 17, 2024 04:32
Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.66%. Comparing base (c19d385) to head (22d94fa).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5758      +/-   ##
==========================================
+ Coverage   96.65%   96.66%   +0.01%     
==========================================
  Files         341      341              
  Lines       16451    16451              
==========================================
+ Hits        15900    15902       +2     
+ Misses        362      361       -1     
+ Partials      189      188       -1     
Flag Coverage Δ
badger_v1 8.05% <ø> (ø)
badger_v2 1.90% <ø> (ø)
cassandra-3.x-v1 16.61% <ø> (ø)
cassandra-3.x-v2 1.82% <ø> (ø)
cassandra-4.x-v1 16.61% <ø> (ø)
cassandra-4.x-v2 1.82% <ø> (ø)
elasticsearch-6.x-v1 18.78% <ø> (+0.01%) ⬆️
elasticsearch-7.x-v1 18.84% <ø> (ø)
elasticsearch-8.x-v1 19.03% <ø> (ø)
elasticsearch-8.x-v2 1.88% <ø> (ø)
grpc_v1 9.52% <ø> (ø)
grpc_v2 7.47% <ø> (ø)
kafka 9.74% <ø> (ø)
memory_v2 1.90% <ø> (+0.01%) ⬆️
opensearch-1.x-v1 18.88% <ø> (-0.02%) ⬇️
opensearch-2.x-v1 18.89% <ø> (+0.01%) ⬆️
opensearch-2.x-v2 1.88% <ø> (ø)
unittests 95.08% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jul 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/otel-collector-05d631c109 branch July 17, 2024 06:16
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.

0 participants