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 go.opentelemetry.io/collector/config/confighttp from 0.82.0 to 0.88.0 in /extension/healthcheckextension #8203

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps go.opentelemetry.io/collector/config/confighttp from 0.82.0 to 0.88.0.

Release notes

Sourced from go.opentelemetry.io/collector/config/confighttp's releases.

cmd/builder/v0.88.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.88.0

cmd/builder/v0.87.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.87.0

cmd/builder/v0.86.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.86.0

cmd/builder/v0.85.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.85.0

v0.85.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.85.0

💡 Enhancements 💡

  • components command: The "components" command now lists the component's stability levels. (#8289) Note that the format of this output is NOT stable and can change between versions.
  • confighttp: Add option to disable HTTP keep-alives (#8260)

🧰 Bug fixes 🧰

  • confmap: fix bugs of unmarshalling slice values (#4001)
  • exporterhelper: Stop logging error messages suggesting user to enable retry_on_failure or sending_queue when they are not available. (#8369)

cmd/builder/v0.84.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.84.0

v0.84.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.84.0

User Facing Changes

💡 Enhancements 💡

  • loggingexporter: Adds exemplars logging to the logging exporter when detailed verbosity level is set. (#7912)
  • configgrpc: Allow any registered gRPC load balancer name to be used. (#8262)
  • service: add OTLP export for internal traces (#8106)
  • configgrpc: Add support for :authority pseudo-header in grpc client (#8228)

🧰 Bug fixes 🧰

  • otlphttpexporter: Fix the handling of the HTTP response to ignore responses not encoded as protobuf (#8263)

Go API Changes

💡 Enhancements 💡

  • exporter/exporterhelper: Introduce a new exporter helper that operates over client-provided requests instead of pdata (#7874)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/confighttp's changelog.

v1.0.0-rcv0017/v0.88.0

💡 Enhancements 💡

  • pdata: Add IsReadOnly() method to p[metrics|logs|traces].[Metrics|Logs|Spans] pdata structs allowing to check if the struct is read-only. (#6794)

v1.0.0-rcv0016/v0.87.0

💡 Enhancements 💡

  • pdata: Introduce API to control pdata mutability (#6794) This change introduces new API pdata methods to control the mutability:
    • p[metric|trace|log].[Metrics|Traces|Logs].MarkReadOnly() - marks the pdata as read-only. Any subsequent mutations will result in a panic.
    • p[metric|trace|log].[Metrics|Traces|Logs].IsReadOnly() - returns true if the pdata is marked as read-only. Currently, all the data is kept mutable. This API will be used by fanout consumer in the following releases.

🛑 Breaking changes 🛑

  • obsreport: remove methods/structs deprecated in previous release. (#8492)
  • extension: remove deprecated Configs and Factories (#8631)

v1.0.0-rcv0015/v0.86.0

🛑 Breaking changes 🛑

  • service: remove deprecated service.PipelineConfig (#8485)

🚩 Deprecations 🚩

  • obsreporttest: deprecate To*CreateSettings funcs in obsreporttest (#8492) The following TestTelemetry methods have been deprecated. Use structs instead:

    • ToExporterCreateSettings -> exporter.CreateSettings
    • ToProcessorCreateSettings -> processor.CreateSettings
    • ToReceiverCreateSettings -> receiver.CreateSettings
  • obsreport: Deprecating obsreport.Exporter, obsreport.ExporterSettings, obsreport.NewExporter (#8492) These deprecated methods/structs have been moved to exporterhelper:

    • obsreport.Exporter -> exporterhelper.ObsReport
    • obsreport.ExporterSettings -> exporterhelper.ObsReportSettings
    • obsreport.NewExporter -> exporterhelper.NewObsReport
  • obsreport: Deprecating obsreport.BuildProcessorCustomMetricName, obsreport.Processor, obsreport.ProcessorSettings, obsreport.NewProcessor (#8492) These deprecated methods/structs have been moved to processorhelper:

    • obsreport.BuildProcessorCustomMetricName -> processorhelper.BuildCustomMetricName
    • obsreport.Processor -> processorhelper.ObsReport
    • obsreport.ProcessorSettings -> processorhelper.ObsReportSettings
    • obsreport.NewProcessor -> processorhelper.NewObsReport
  • obsreport: Deprecating obsreport scraper and receiver API (#8492)

... (truncated)

Commits
  • d42d7e8 [chore] Prepare release v1.0.0-rcv0017/v0.88.0 (#8723)
  • 37116a2 [fix] [exporterhelper] Fix nil ptr dereference on storage stop (#8718)
  • 9f454ff [chore] bump go replace statement (#8717)
  • 844b628 [exporterhelper] make enqueue failures available (#8674)
  • 3d3fffa [cmd/builder] Specify limitations of go install on the README (#8712)
  • 7c33b71 [cmd/builder] Fix otelcol_version being ignored (#8713)
  • 287b98f [chore] Adjust release dates (#8707)
  • 1d6a9b8 [chore] dependabot updates Wed Oct 18 16:11:00 UTC 2023 (#8706)
  • ec07258 [fanoutconsumer] [chore] Do not wrap one read-only consumer (#8689)
  • 8a385c2 [pdata] Enable the pdata mutation safeguards in the fanout consumers (#8634)
  • 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 Oct 30, 2023
foadnh pushed a commit that referenced this pull request Nov 6, 2023
…en-telemetry#25826)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.82.0` -> `0.83.0` |

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-releases
(otel/opentelemetry-collector-contrib)</summary>

###
[`v0.83.0`](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.83.0)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.82.0...v0.83.0)

#### Changelog

-
[`66a5e00`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/66a5e00)
Prep release v0.83.0
([#&#8203;388](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/388))
-
[`8eb6a21`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/8eb6a21)
Bump github.com/goreleaser/goreleaser from 1.19.2 to 1.20.0
([#&#8203;387](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/387))
-
[`9157d9d`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/9157d9d)
\[admin] Add criteria for distributions
([#&#8203;376](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/376))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
foadnh pushed a commit that referenced this pull request Nov 6, 2023
…o v0.84.0 (open-telemetry#26455)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.83.0` -> `0.84.0` |

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-releases
(otel/opentelemetry-collector-contrib)</summary>

###
[`v0.84.0`](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.84.0)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.83.0...v0.84.0)

#### Changelog

-
[`7adc136`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/7adc136)
Prepare 0.84.0 release
([#&#8203;394](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/394))
-
[`b7aae21`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/b7aae21)
added webhook event receiver to manifest
([#&#8203;393](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/393))
-
[`eea27d9`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/eea27d9)
adding datadog connector
([#&#8203;389](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/389))
-
[`6541997`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/6541997)
\[admin] Add contrib component rules
([#&#8203;382](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/382))
-
[`bfa247c`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/bfa247c)
Replace datadog-agent dependecy versions
([#&#8203;386](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/386))
-
[`6af351e`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/6af351e)
\[CI] Bump to Go 1.21
([#&#8203;385](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/385))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
foadnh added a commit that referenced this pull request Nov 7, 2023
* [chore] dependabot updates Wed Aug  9 04:37:47 UTC 2023 (#25105)

Bump github.com/Azure/azure-event-hubs-go/v3 from 3.6.0 to 3.6.1 in
/receiver/azureblobreceiver
Bump github.com/Azure/azure-event-hubs-go/v3 from 3.6.0 to 3.6.1 in
/receiver/azureeventhubreceiver
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/internal/aws/cwlogs
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/internal/metadataproviders
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/receiver/awsecscontainermetricsreceiver
Bump github.com/aws/aws-sdk-go from 1.44.316 to 1.44.319 in
/receiver/awsxrayreceiver
Bump github.com/aws/aws-sdk-go-v2 from 1.20.0 to 1.20.1 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2/config from 1.18.32 to 1.18.33 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.31 to 1.13.32 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.21.1 to 1.21.2 in
/extension/sigv4authextension
Bump github.com/getsentry/sentry-go from 0.22.0 to 0.23.0 in
/exporter/sentryexporter
Bump github.com/hashicorp/consul/api from 1.23.0 to 1.24.0 in
/internal/metadataproviders
Bump github.com/hashicorp/consul/api from 1.23.0 to 1.24.0 in
/processor/resourcedetectionprocessor
Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 in
/exporter/signalfxexporter
Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 in
/extension/observer/hostobserver
Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 in
/receiver/awscontainerinsightreceiver
Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 in
/receiver/hostmetricsreceiver
Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 in
/receiver/jmxreceiver
Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 in /testbed
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.715 to 1.0.717 in /exporter/tencentcloudlogserviceexporter
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /extension/observer/dockerobserver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /internal/coreinternal
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/aerospikereceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/apachereceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/dockerstatsreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/elasticsearchreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/flinkmetricsreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/jmxreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/kafkametricsreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/memcachedreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/mongodbreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/mysqlreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/nginxreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/postgresqlreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/redisreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/sqlqueryreceiver
Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0
in /receiver/zookeeperreceiver
Bump github.com/vmware/govmomi from 0.30.6 to 0.30.7 in
/receiver/vcenterreceiver
Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 in
/receiver/mongodbreceiver
Bump golang.org/x/crypto from 0.11.0 to 0.12.0 in
/receiver/podmanreceiver
Bump golang.org/x/net from 0.12.0 to 0.14.0 in
/exporter/azuremonitorexporter
Bump golang.org/x/net from 0.12.0 to 0.14.0 in /internal/aws/awsutil
Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 in
/exporter/f5cloudexporter
Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 in
/extension/oauth2clientauthextension
Bump golang.org/x/sys from 0.10.0 to 0.11.0 in
/exporter/signalfxexporter
Bump golang.org/x/sys from 0.10.0 to 0.11.0 in /pkg/stanza
Bump golang.org/x/sys from 0.10.0 to 0.11.0 in /pkg/winperfcounters
Bump golang.org/x/sys from 0.10.0 to 0.11.0 in
/receiver/hostmetricsreceiver
Bump golang.org/x/sys from 0.10.0 to 0.11.0 in
/receiver/windowseventlogreceiver
Bump golang.org/x/text from 0.11.0 to 0.12.0 in /cmd/configschema
Bump golang.org/x/text from 0.11.0 to 0.12.0 in /cmd/mdatagen
Bump golang.org/x/text from 0.11.0 to 0.12.0 in /internal/coreinternal
Bump golang.org/x/text from 0.11.0 to 0.12.0 in /pkg/stanza
Bump golang.org/x/text from 0.11.0 to 0.12.0 in /testbed
Bump golang.org/x/tools from 0.11.1 to 0.12.0 in /internal/tools
Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 in
/exporter/loadbalancingexporter

---------

Co-authored-by: Dmitrii Anoshin <[email protected]>

* [chore] preallocate slices (#24957)

* [chore] dependabot updates Wed Aug  9 06:51:47 UTC 2023 (#25113)

Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 in
/extension/observer/ecsobserver
Bump github.com/hashicorp/golang-lru from 0.6.0 to 1.0.2 in
/processor/spanmetricsprocessor
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.717 to 1.0.719 in /exporter/tencentcloudlogserviceexporter
Bump google.golang.org/api from 0.134.0 to 0.136.0 in
/receiver/googlecloudspannerreceiver

* [exporter/clickhouse] Change the type of `Config.Password` to be `configopaque.String` (#24778)

clickhouse exporter also needs use `Config.Password`.

---------

Co-authored-by: Dmitrii Anoshin <[email protected]>

* [chore] Add a new Test and refactor code function for collectdreceiver (#25120)

**Description:** Add a new test
'testInvalidMethod' in receiver_test.go, and refactor code for
readability.

* [receiver/hostmetrics] Improve description of system.cpu.utilization metric (#25123)

Replaces
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/25115

---------

Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
Co-authored-by: Ryan Fitzpatrick <[email protected]>

* [chore] [exporter/signalfx] Add few tests for histogram metrics (#25127)

**Description:** [exporter/signalfx] Added few tests for histogram
metrics on SFx exporter's converter piece

**Link to tracking Issue:**
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25067

* [chore] [processor/transform] enable exhaustive lint (#25140)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* [chore][exporter/clickhouse]enable exhaustive for linter (#25133)

relate
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23266

* [chore][exporter/azuredataexplore]enable exhaustive linter (#25130)

relate
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23266

* [chore] [dataset/exporter]: Fix flaky windows tests (#25143)

**Description:** There is flaky Windows test

**Link to tracking Issue:**
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25094

**Testing:** 
Before applying this change, it has failed in 1 test out of 60. So this
should pass 200 tests without failure.

* [chore][exporter/sumologic] enable exhaustive linter (#25159)

relate:
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23266

* [chore][exporter/skywalking] enable exhaustive linter (#25158)

relate:
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23266

* [chore][exporter/googlecloudpubsub] enable exhaustive linter (#25156)

relate
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23266

* [exporter/awsemfexporter] Propagate RetainInitialValueOfDeltaMetric to translateOTelToGroupedMetric (#24051)

**Description:**

The config option `retain_initial_value_of_delta_metric` does not seem
to be used in `translateOTelToGroupedMetric`, which prevents the initial
value of a basic counter from being published during a Lambda cold boot.

Please see the minimum project required to replicate the issue
[here](https://github.com/jameshi16/delta-initial-value-minimum-project).

**Link to tracking Issue:** The main issue related to this PR can be
found
[here](https://github.com/aws-observability/aws-otel-lambda/issues/634).

It seems like I had a predecessor fixing this issue (see #17988), but
his changes does not work for my use case.

**Testing:** An additional test ensures that if
`retain_initial_value_of_delta_metric` is set, it will be propagated to
the `cWMetricMetadata`.

**Documentation:** None

* [chore][exporter/dynatrace] enable exhaustive linter (#25155)

relate
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23266

* [chore] [CI] Exclude go version matrix from the unittest job (#25151)

To not update required jobs every time a new go version is released.

Needed for
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25116

* Bump filelog.allowHeaderMetadataParsing feature gate to beta (#25173)

* [processor/k8sattributes] Add optional k8s.cluster.uid resource attribute (#23668)

**Description:** 
Add k8s.cluster.uid to attribute to k8sattributes processor and disable
it by default for backward compatibility. Users can set it to `true` to
populate cluster uid as part of resource attributes.

**Link to tracking Issue:**
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21974

* [chore] Upgrade koanf to v2 in the Supervisor (#25169)

This is primarily to align the version with what the Collector uses in
`confmap`. It doesn't introduce any functional changes.

* Remove go 1.19 support, bump minimum to go 1.20 and add testing for 1.21 (#25162)

Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25116

* [chore] [receiver/file] enable exhaustive lint (#25180)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* [chore] [exporter/awskinesis] Migrate from deprecated kinesis.WithEndpointResolver (#25164)

Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25104

* [chore] dependabot updates Sun Aug 13 19:41:07 UTC 2023 (#25182)

Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 in
/receiver/pulsarreceiver

* [receiver/sqlquery] set ObservedTimestamp on collected logs (#23777)

Fixes #23776

* [chore] [clickhouseexporter] use errors.Join instead of go.uber.org/multierr (#25183)

Part of:
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25121

* [chore] migrate all the files under connector to use errors.Join (#25184)

Related to
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25121

* Datadog Connector Component (#25065)

This pull request is for a newly created Datadog connector that replaces
the need for the Datadog processor. This replacement is needed because
the processor made use of a work-around that directly allowed the
processor to export data. This is not something that adheres to the
OpenTelemetry standard and thus the previous system should be deprecated
and replaced by this new connector.

Link to issue:
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19740

---------

Co-authored-by: Yang Song <[email protected]>
Co-authored-by: Pablo Baeyens <[email protected]>

* [chore] Migrate all `aws` receviers to use errors.Join (#25185)

Related to
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25121

* [pkg/stanza] Create a new decoder for each TCP/UDP connection to prevent concurrent write to buffer. (#25100)

Change the TCP/UDP inputs so that they parse the
encoding and get the `encoding.Encoding` during initialization, but wait
to create the `helper.Encoding` instance in each goroutine. This
prevents concurrent calls to `Decode` using the same instance.

Co-authored-by: Dan Jaglowski <[email protected]>

* [extension/jaegerremotesampling] Support reload_interval option in remote mode of usage (#24981)

Updates the jaegerremotesampling extension's `remote` mode of usage to
support the `reload_interval` caching option already supported in `file`
mode of usage.

Co-authored-by: Anthony Mirabella <[email protected]>

* [translator/loki] Fixes a panic that occurred during the promotion of nested attributes containing dots to labels  (#25142)

When the value for loki hint attribute contains dots (more than 1 dot)
and attributes are nested so some level contains dotted attribute name
(for example `{"log": {"file.name": "foo"}}`), the getNestedAttribute
function throws a panic

Co-authored-by: Tyler Helmuth <[email protected]>

* [chore] [receiver/sqlquery] Fix flaky test TestLogsQueryReceiver_Collect (#25191)

Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25189

* Prepare update to core v0.83.0 (#25187)

Corresponds to [Step
3](https://github.com/open-telemetry/opentelemetry-collector/blob/81242fa7eff332756df6e03034c0e6686b9b988e/docs/release.md?plain=1#L34)
of collector core release process. Updated as part of Step 8.

---------

Signed-off-by: Alex Boten <[email protected]>
Co-authored-by: Alex Boten <[email protected]>

* [chore] dependabot updates Mon Aug 14 23:07:29 UTC 2023 (#25810)

Bump github.com/ClickHouse/clickhouse-go/v2 from 2.12.1 to 2.13.0 in
/exporter/clickhouseexporter
Bump github.com/antonmedv/expr from 1.12.5 to 1.13.0 in
/receiver/receivercreator
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.322 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.322 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.322 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.322 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.322 in
/receiver/awsxrayreceiver
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 in
/receiver/awsxrayreceiver
Bump github.com/daixiang0/gci from 0.10.1 to 0.11.0 in /internal/tools
Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.1 in
/internal/tools
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /extension/observer/dockerobserver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /internal/coreinternal
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/aerospikereceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/apachereceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/dockerstatsreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/elasticsearchreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/jmxreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/kafkametricsreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/nginxreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/postgresqlreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/redisreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/sqlqueryreceiver
Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.23.0
in /receiver/zookeeperreceiver
Bump go.mongodb.org/atlas from 0.32.0 to 0.33.0 in
/receiver/mongodbatlasreceiver
Bump go.opentelemetry.io/collector from 0.82.0 to 0.83.0 in /pkg/stanza
Bump go.opentelemetry.io/collector from 0.82.0 to 0.83.0 in
/receiver/carbonreceiver
Bump go.opentelemetry.io/collector/cmd/builder from
0.82.1-0.20230811173841-81242fa7eff3 to 0.83.0 in /internal/tools
Bump go.opentelemetry.io/collector/component from 0.82.0 to 0.83.0 in
/exporter/logzioexporter
Bump go.opentelemetry.io/collector/config/confighttp from 0.82.0 to
0.83.0 in /receiver/elasticsearchreceiver
Bump go.opentelemetry.io/collector/config/confighttp from 0.82.0 to
0.83.0 in /receiver/skywalkingreceiver
Bump go.opentelemetry.io/collector/config/confignet from 0.82.0 to
0.83.0 in /extension/jaegerremotesampling
Bump go.opentelemetry.io/collector/config/configopaque from 0.82.0 to
0.83.0 in /extension/jaegerremotesampling
Bump go.opentelemetry.io/collector/config/configtls from 0.82.0 to
0.83.0 in /processor/resourcedetectionprocessor
Bump go.opentelemetry.io/collector/config/configtls from 0.82.0 to
0.83.0 in /receiver/sapmreceiver
Bump go.opentelemetry.io/collector/config/configtls from 0.82.0 to
0.83.0 in /receiver/signalfxreceiver
Bump go.opentelemetry.io/collector/confmap from 0.82.0 to 0.83.0 in
/exporter/splunkhecexporter
Bump go.opentelemetry.io/collector/confmap from 0.82.0 to 0.83.0 in
/processor/logstransformprocessor
Bump go.opentelemetry.io/collector/confmap from 0.82.0 to 0.83.0 in
/receiver/awsfirehosereceiver
Bump go.opentelemetry.io/collector/confmap from 0.82.0 to 0.83.0 in
/receiver/rabbitmqreceiver
Bump go.opentelemetry.io/collector/confmap from 0.82.0 to 0.83.0 in
/receiver/saphanareceiver
Bump go.opentelemetry.io/collector/confmap from 0.82.0 to 0.83.0 in
/receiver/signalfxreceiver
Bump go.opentelemetry.io/collector/consumer from 0.82.0 to 0.83.0 in
/exporter/opencensusexporter
Bump go.opentelemetry.io/collector/consumer from 0.82.0 to 0.83.0 in
/processor/logstransformprocessor
Bump go.opentelemetry.io/collector/consumer from 0.82.0 to 0.83.0 in
/processor/resourcedetectionprocessor
Bump go.opentelemetry.io/collector/consumer from 0.82.0 to 0.83.0 in
/receiver/mysqlreceiver
Bump go.opentelemetry.io/collector/consumer from 0.82.0 to 0.83.0 in
/receiver/nsxtreceiver
Bump go.opentelemetry.io/collector/processor from 0.82.0 to 0.83.0 in
/exporter/datadogexporter
Bump go.opentelemetry.io/collector/receiver from 0.82.0 to 0.83.0 in
/receiver/dockerstatsreceiver
Bump go.opentelemetry.io/collector/receiver from 0.82.0 to 0.83.0 in
/receiver/googlecloudpubsubreceiver
Bump go.opentelemetry.io/collector/semconv from 0.82.0 to 0.83.0 in
/exporter/awsemfexporter
Bump go.opentelemetry.io/collector/semconv from 0.82.0 to 0.83.0 in
/receiver/hostmetricsreceiver

* [chore] Prepare release 0.83.0 (#25819)

The following commands were run to prepare this release:
- make chlog-update VERSION=v0.83.0
- sed -i.bak s/0.82.0/0.83.0/g versions.yaml
- make multimod-prerelease
- make multimod-sync

* [chore] Move a few entries between changelogs (#25822)

Followup to the v0.83.0 release.

The chloggen tool was recently upgraded to support multiple separate
changelogs. While the tool worked correctly, several entries were added
prior to the new feature being added, resulting in several entries going
to the default (user) changelog rather than the api changelog.

* [chore] [receiver/k8scluster] enable exhaustive lint (#25818)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* [processor/k8sattributes] Move config validation into Validate (#25153)

**Description:** 
Moves existing config validation into the Validate function

**Testing:** 
Added more unit tests

---------

Co-authored-by: Dmitrii Anoshin <[email protected]>

* Update otel/opentelemetry-collector-contrib Docker tag to v0.83.0 (#25826)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.82.0` -> `0.83.0` |

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-releases
(otel/opentelemetry-collector-contrib)</summary>

###
[`v0.83.0`](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.83.0)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.82.0...v0.83.0)

#### Changelog

-
[`66a5e00`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/66a5e00)
Prep release v0.83.0
([#&#8203;388](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/388))
-
[`8eb6a21`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/8eb6a21)
Bump github.com/goreleaser/goreleaser from 1.19.2 to 1.20.0
([#&#8203;387](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/387))
-
[`9157d9d`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/9157d9d)
\[admin] Add criteria for distributions
([#&#8203;376](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/376))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

* [chore] [cmd/mdatagen] Fix a comment in resource_test.go (#25827)

Cutting it from
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24444

* [chore] [receiver/haproxy] Use generated pdata output in the test (#25824)

Cutting it from
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24444
to reduce the change set

* [chore][fileconsumer] Move splitter factory code into internal package (#25172)

* [receiver/influxdb] Fix time precision parser (#24974) (#25791)

Add precision=n and precision=u to line protocol endpoint handler. This
explicitly matches the behavior of InfluxDB 1.11, and allows a certain
[Java
client](https://github.com/influxdata/influxdb-java/blob/master/src/main/java/org/influxdb/impl/TimeUtil.java#L63)
to write to OpenTelemetry.

Also adds precision=µ and precision=µs for more complete compatibility
with github.com/influxdata/line-protocol .

* [receiver/postgresql] Added postgresql.deadlocks metric. (#25792)

**Description:** Added new metric -- `postgresql.deadlocks` -- number of
deadlocks detected in a database.

**Link to tracking Issue:**
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25688

* [chore] [receiver/postgres] Remove custom metrics builder code (#25830)

The code was introduced to migrate table and database datapoint
attributes to resource attributes in
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/12967.
Migration was completed a long time ago. The custom code isn't needed
anymore. This also fixed the documentation to match the emitted data and
removes redundant testdata

* [chore] update segment download timeout to 2 minutes across all builds (#25832)

Fixes #25794 
Fixes #21506

* [receiver/vcenter] Metric attributes for host and vm performance metrics (#25149)

Adds 'object' data point attribute to several metrics which has undifferentiated data points

* [chore] cache telemetrygen image to avoid test flakiness (#25825)

Fixes #24223

* [chore] update rotation (#25841)

@TylerHelmuth sponsored vendor component here:
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/24294

Signed-off-by: Alex Boten <[email protected]>

* [chore] make tests faster and close http responses (#24925)

These changes only touch tests.

* [cmd/telemetrygen] Add status code to cli argument (#24673)

**Description:** 

Adding command line argument `--status-code` to `telemetrygen traces`,
which accepts `(Unset,Error,Ok)` (case sensitive) or the enum equivalent
of `(0,1,2)`.

Running 

```shell
telemetrygen traces --otlp-insecure --traces 1 --status-code 1
```

against a minimal local collector yields

```txt
2023-07-29T21:27:57.862+0100	info	ResourceSpans #0
Resource SchemaURL: https://opentelemetry.io/schemas/1.4.0
Resource attributes:
     -> service.name: Str(telemetrygen)
ScopeSpans #0
ScopeSpans SchemaURL:
InstrumentationScope telemetrygen
Span #0
    Trace ID       : f6dc4be32c78b9999c69d504a79e68c1
    Parent ID      : 4e2cd6e0e90cf2ea
    ID             : 20835413e32d26a5
    Name           : okey-dokey
    Kind           : Server
    Start time     : 2023-07-29 20:27:57.861602 +0000 UTC
    End time       : 2023-07-29 20:27:57.861726 +0000 UTC
    Status code    : Error
    Status message :
Attributes:
     -> net.peer.ip: Str(1.2.3.4)
     -> peer.service: Str(telemetrygen-client)
Span #1
    Trace ID       : f6dc4be32c78b9999c69d504a79e68c1
    Parent ID      :
    ID             : 4e2cd6e0e90cf2ea
    Name           : lets-go
    Kind           : Client
    Start time     : 2023-07-29 20:27:57.861584 +0000 UTC
    End time       : 2023-07-29 20:27:57.861726 +0000 UTC
    Status code    : Error
    Status message :
Attributes:
     -> net.peer.ip: Str(1.2.3.4)
     -> peer.service: Str(telemetrygen-server)
```

and similarly (the string version)

```shell
telemetrygen traces --otlp-insecure --traces 1 --status-code '"Ok"'
```

produces 

```txt
Resource SchemaURL: https://opentelemetry.io/schemas/1.4.0
Resource attributes:
     -> service.name: Str(telemetrygen)
ScopeSpans #0
ScopeSpans SchemaURL:
InstrumentationScope telemetrygen
Span #0
    Trace ID       : dfd830da170acfe567b12f87685d7917
    Parent ID      : 8e15b390dc6a1ccc
    ID             : 165c300130532072
    Name           : okey-dokey
    Kind           : Server
    Start time     : 2023-07-29 20:29:16.026965 +0000 UTC
    End time       : 2023-07-29 20:29:16.027089 +0000 UTC
    Status code    : Ok
    Status message :
Attributes:
     -> net.peer.ip: Str(1.2.3.4)
     -> peer.service: Str(telemetrygen-client)
Span #1
    Trace ID       : dfd830da170acfe567b12f87685d7917
    Parent ID      :
    ID             : 8e15b390dc6a1ccc
    Name           : lets-go
    Kind           : Client
    Start time     : 2023-07-29 20:29:16.026956 +0000 UTC
    End time       : 2023-07-29 20:29:16.027089 +0000 UTC
    Status code    : Ok
    Status message :
Attributes:
     -> net.peer.ip: Str(1.2.3.4)
     -> peer.service: Str(telemetrygen-server)
```

The default is `Unset` which is the current behaviour.

**Link to tracking Issue:**

24286

**Testing:**

Added unit tests which covers both valid and invalid inputs.

**Documentation:**

Command line arguments are self documenting via the usage info in the
flag.

Co-authored-by: Pablo Baeyens <[email protected]>

* [receiver/vcenter] Add resource attribute for resource pool inventory path (#25842)

ix the issue where the integration test
was emitting resource pools resources with the same identifiers. A
resource pool generally isn't going to be named the same unless there is
some nested structure and generally is believed to be a malpractice from
my experience.

The inventory path may be the best all around solution for adding
context to where the metrics are coming from.

* [chore][fileconsumer] Extract a readerMetadata struct (#25828)

This PR continues the incremental refactoring of the fileconsumer
package. I'd like to eventually move the reader struct into an internal
package. Prior to doing so, I believe it will be helpful to simplify the
struct's contents and usage.

- Extract a readerMetadata struct from the reader struct. This contains
exactly the fields which can be saved and reloaded. Consequently, saving
and reloading will operator directly on the metadata, rather than the
entire reader.
- Simplify the readerFactory and readerBuilder by pulling some nuanced
responsibilities out of the builder and into the factory's specialized
functions.
- Remove several builder options, which are now handled by factory.
- Remove special case where fingerprint was initialized by builder. This
was only used in tests.
- Remove useless test which only validates that json encoder
functionality.

* [chore][golden] Normal timestamps in golden metric files (#23002)

Normalized the timestamps on Golden file outputs.
Normalization in this instance basically means setting non-unique
timestamps of a metric equal to each other and unique timestamps
incremented in increments of 1,000,000 nanoseconds. To see a clear
example of this, navigate into the added test files
(internal/coreinternal/golden/testdata/timestamp-norm)


The goal is to further make the Golden output files as deterministic as
possible and clear up the cluttered git diff's every time one of these
golden files are remade.

* [chore] update codeowners to respect capitalization (#25848)

Update github logins to match capitalization.

* [pkg/stanza] Deprecate EncodingConfig (#25846)

* Revert "[chore] cache telemetrygen image to avoid test flakiness" (#25853)

Reverts open-telemetry/opentelemetry-collector-contrib#25825

* [chore] do not ignore error when json marshaling (#24934)

* [exporter/opensearch] Send traces to OpenSearch (#24540)

Implementation of exporter to OpenSearch using opensearch-go library.
Requests sent adhere to OpenSearch Catalog [schema for
traces](https://github.com/opensearch-project/opensearch-catalog/tree/main/schema/observability/traces).

# Testing
## Integration
- Successful round-trip to HTTP endpoint,
- Permanent error during round-trip,
- Retryable error response for first request, followed by successful
response on retry,
- Two retriable error responses, followed by successful response on
second retry.
## Manual end-to-end
- Authenticating using basicauth extension,
- Connecting to OpenSearch using TLS.
## Issues Found
### Rejected Attribute JSON

In bdd41142467997c3261c5c991ddffd038fff43db, some values in
`ptrace.Span.Attributes()` can be converted to JSON that OpenSearch
Observability's ss4o index template rejects. The collector correctly
logs these as dropped.

Working with OpenSearch observability to find root cause. The fix will
be localized to `sso_model.go` and `traceBulkIndexer.createJSON`.

---------

Signed-off-by: Max Ksyunz <[email protected]>
Co-authored-by: Anthony Mirabella <[email protected]>

* [chore] prealloc for internal/coreinternal (#24947)

* [chore] Code linter findings for internal/aws (#24946)

preallocate slices
do not assign a boolean if it is reassigned right after

* [chore] Add TylerHelmuth to k8s components codeowners (#25869)

**Description:** 
I'd like to be more actively involved with the collector's k8s
components.

* [chore] [pkg/stanza] correct code comment (#25873)

Corrects an inaccurate comment header on the FromPdataConverter type.

**Description:** Small correction to a go comment that threw me for a
loop. Thanks!

**Link to tracking Issue:** NA

**Testing:** NA

**Documentation:** None

Signed-off-by: Christian Kruse <[email protected]>

* [chore] rename error variable to match expected golang pattern (#24936)

* [chore] preallocate slice (#24940)

* [chore] preallocate slices throughout the observer extension (#24943)

* [chore] [exporter/alibabacloudlogservice] enable exhaustive lint (#25877)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* Deprecating The Datadog Processor (#25437)

The Datadog Processor is deprecated in favor of the Datadog Connector

Link to issue:
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19740

---------

Co-authored-by: Yang Song <[email protected]>
Co-authored-by: Alex Boten <[email protected]>

* [receiver/kubeletstats] Add uptime metric for nodes, pods, and containers (#25867)

**Description:**
Adds a new monotonic, cumulative sum metric for tracking uptime of
nodes, pods, and containers. Uptime is calculated as the number of
seconds since the object's `StartTime`.

**Testing:** 
Updated unit tests.  Tested locally using the otel demo

* [chore][receiver/httpcheck] fix configuration docs (#25881)

Replaces `endpoint` with `targets` in README as changed in
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/23439.

* [chore] Add to TylerHelmuth as codeowner for kubeletstats receiver (#25891)

* [chore][exporter/azuremonitor]enable exhaustive for linter (#25131)

related to
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23266

Co-authored-by: Alex Boten <[email protected]>

* [cmd/telemetrygen] fix status-code args default value (#25889)

Fix #25849

after adding more logs for failed telemetrygen pod, I found traces-job
keeps failing with the error log

```
Error: expected `status-code` to be one of (Unset, Error, Ok) or (0, 1, 2), got "Unset" instead
```

here is a failed run
https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/5899236967/job/16005926116

I thinks this bug is brought in by the pr #24673 , the default value
`Unset` for arg `status-code` is not a legal one, the legal one is
`"Unset"`

---------

Signed-off-by: Ziqi Zhao <[email protected]>

* [chore] Remove unused BUILD_INFO from Makefile (#25823)

This PR removes unused `BUILD_INFO` from Makefile which was originally
deleted in
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16828.
As far as I checked briefly, the file itself was already deleted, and no
one uses it now.

**Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/11867

**Testing:**

```shell-session
$ make otelcontribcol
cd ./cmd/otelcontribcol && GO111MODULE=on CGO_ENABLED=0 go build -trimpath -o ../../bin/otelcontribcol_darwin_arm64 \
		-tags "" .
$ ./bin/otelcontribcol_darwin_arm64 -v
otelcontribcol version 0.83.0-dev
```

Signed-off-by: Kotaro Inoue <[email protected]>

* [exporter/azuremonitor] Log exporter handle non-string values (#24911)

The log exporter was incorrectly assuming a string value for the body.
Minor refactoring of the log exporter unit tests for better isolation.

Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23422

**Testing:**
Unit tests

---------

Co-authored-by: Alex Boten <[email protected]>

* [receiver/haproxy] add support for http (#24560)

Support HTTP endpoints as well for haproxy receiver.

* [exporter/signalfx] Option to drop histogram buckets. part-1 (#25893)

**Description:** : Added a mechanism to drop histogram buckets from the
signalfx translator. Please note this will be used in upcoming second
part of the "histogram bucket drop" effort for the same issue.

**Link to tracking Issue:** #25845

* [receiver/redis] Add username parameter for connecting to redis (#24408)

**Description:** Adding a feature - Adding username for redis receiver
for connecting to redis over ACL

**Testing:** Running go test is ok. Generating my custom OpenTelemetry
Collector binary with redis receiver and otlp exporter (using ocb). This
custom Opentelemetry Collector collecting redis data by connecting with
a username and password work fine. I test to collect data using password
only, it works too.

**Documentation:** Mardown file has been updated

* [receiver/journald]: add support for dmesg (#25910)

Adds support for `--dmesg` to journaldreceiver

* [chore] [connector/datadog] add status table to readme (#25903)

For consistency with other components.

Signed-off-by: Alex Boten <[email protected]>

* [exporter/opensearch] ensure readme is generated (#25899)

This will ensure consistency w/ the other components in the repo.

Signed-off-by: Alex Boten <[email protected]>

* [receiver/journald]: add support for identifiers (#25911)

Adds support for `identifiers` to journaldreceiver

* [pkg/ottl] use IntGetter argument for Substring function (#25874)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.--> 
use IntGetter argument for Substring function

**Link to tracking Issue:** <Issue number if applicable> #25852 

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>

---------

Co-authored-by: Antoine Toulme <[email protected]>
Co-authored-by: Tyler Helmuth <[email protected]>

* [internal/filter] enable exhaustive lint (#25908)

**Description:**
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* [internal/coreinternal] enable exhaustive lint (#25907)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* [exporter/clickhouse] Change writing of metrics data to batch (#24403)

**Description:** <Describe what has changed.>

The clickhouseexporter using a StringBuilder to build a big sql string
while writing metrics. This will be causing the queue to full when
metric data is big.

Changes: 

	valueArgs := make([]any, e.count*expHistogramValueCounts)
	var b strings.Builder

	index := 0
	for _, model := range e.expHistogramModels {
		for i := 0; i < model.expHistogram.DataPoints().Len(); i++ {
			dp := model.expHistogram.DataPoints().At(i)
			b.WriteString(*expHistogramPlaceholders)

			valueArgs[index] = model.metadata.ResAttr
			valueArgs[index+1] = model.metadata.ResURL
			.....
			valueArgs[index+28] = dp.Max()

			index += expHistogramValueCounts
		}
	}

	start := time.Now()
	err := doWithTx(ctx, db, func(tx *sql.Tx) error {
_, err := tx.ExecContext(ctx, fmt.Sprintf("%s %s", e.insertSQL,
strings.TrimSuffix(b.String(), ",")), valueArgs...)
		return err
	})

TO:

	start := time.Now()
	err := doWithTx(ctx, db, func(tx *sql.Tx) error {
		batch, err := tx.PrepareContext(ctx, e.insertSQL)
		if err != nil {
			return err
		}

	batch:
		for _, model := range e.expHistogramModels {
			for i := 0; i < model.expHistogram.DataPoints().Len(); i++ {
				dp := model.expHistogram.DataPoints().At(i)

attrs, times, values, traceIDs, spanIDs :=
convertExemplars(dp.Exemplars())
				_, err = batch.ExecContext(ctx,
					model.metadata.ResAttr,
					model.metadata.ResURL,
					model.metadata.ScopeInstr.Name(),
					model.metadata.ScopeInstr.Version(),
					attributesToMap(model.metadata.ScopeInstr.Attributes()),
					model.metadata.ScopeInstr.DroppedAttributesCount(),
					model.metadata.ScopeURL,
					model.metricName,
					model.metricDescription,
					model.metricUnit,
					attributesToMap(dp.Attributes()),
					dp.StartTimestamp().AsTime(),
					dp.Timestamp().AsTime(),
					dp.Count(),
					dp.Sum(),
					dp.Scale(),
					dp.ZeroCount(),
					dp.Positive().Offset(),
					convertSliceToArraySet(dp.Positive().BucketCounts().AsRaw()),
					dp.Negative().Offset(),
					convertSliceToArraySet(dp.Negative().BucketCounts().AsRaw()),
					attrs,
					times,
					values,
					traceIDs,
					spanIDs,
					uint32(dp.Flags()),
					dp.Min(),
					dp.Max(),
				)
				if err != nil {
					break batch
				}
			}
		}
		return err
	})

---------

Co-authored-by: Murphy Chen <[email protected]>

* [pkg/ottl] Add new `ExtractPatterns` converter that extract regex patterns from string (#25878)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.--> 
[pkg/ottl] Add new `ExtractPatterns` converter that extract regex
pattern from string

**Link to tracking Issue:** <Issue number if applicable>
#25834, #25856

**Testing:** <Describe what testing was performed and which tests were
added.>
Unit tests

**Documentation:** <Describe the documentation added.>
Added documentation to pkg/ottl/ottlfuncs/README.md.

---------

Co-authored-by: Tyler Helmuth <[email protected]>

* [chore][fileconsumer] Remove readerBuilder and simplify reader instantiation (#25847)

Followup to
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/25828

- Remove the `readerBuilder` entirely and instead works with clearer
`readerFactory` methods.
- Fixes test setup in `otlpjsonfilereceiver`, which was previous relying
on a force flush event. This was exposed as part of this refactoring.

* [chore][fileconsumer] Cleanup file handle when closed by reader (#25912)

This PR is a small step towards reducing complexity in the way we manage
readers and their files. With this change we now have an expectation
that reader file handles are always open.

* [fileconsumer] Remove deprecated structs (#25916)

* Revert "[chore][fileconsumer] Cleanup file handle when closed by reader" (#26021)

Reverts open-telemetry/opentelemetry-collector-contrib#25912

This change appears to have caused special behaviors on windows.

* Remove retry_on_failure from the googlecloud exporters (#25900)

**Description:**

In
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/19203,
we disabled retry_on_failure by default because retry is now handled by
the google cloud client libraries.

However, many users still enable it because the error message encourages
users to enable retry_on_failure. This is causing problems, especially
with metrics because retrying a batch of metrics produces confusing
errors (like out-of-order or duplicate timeseries errors) and spams
users logs more than necessary.

This PR removes the retry_on_failure config from the GMP and googlecloud
exporters.

* [pkg/translator/loki] Added Attributes support to the InstrumentationScope (#25883)

**Description:** <Describe what has changed.>
Added Attributes support to InstrumentationScope
Now the attributes information in the `pcommon.InstrumentationScope`
structure is translated and transmitted to Loki.

**Link to tracking Issue:**
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/24027

**Testing:** Added unit tests

* [extension/healthcheck] remove dependency on jaeger package (#25895)

This extension was pulling in a dependency on jaeger for a fairly small
amount of code. I've copied the code into an internal package instead to
remove the dep.

---------

Signed-off-by: Alex Boten <[email protected]>

* Fix replace_all_patterns attributes for transform readme (#26032)

In the transform processor readme, there's still one instance of the
replace_all_patterns without the mode parameter. This PR fixed that.

Signed-off-by: Juraci Paixão Kröhling <[email protected]>

Signed-off-by: Juraci Paixão Kröhling <[email protected]>

* [pkg/stanza] Move encoding concerns to dedicated package (#26019)

* Remove defunct elastic_output reference from operator README (#26034)

**Description:** The operators README file still included a reference to
the `elastic_output` which was removed a while back in favor of the
`elasticsearchexporter`. This PR replaces the example with a file_output
example, which still exists.

* Translate unit from words to UCUM in the prometheus receiver (#25887)

Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23208

This is the reverse of the logic in the prometheus exporter, which
changes UCUM to words.

* [chore][fileconsumer] Fix bug where flush period would be forgotten (#26033)

Adds a test for and fixes a bug introduced in
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/25847

No changelog is necessary because the bug was introduced yesterday and
was never released.

* [chore][fileconsumer] Extract splitter, flusher, multiline, encoding into dedicated package (#25914)

~~Follows #26019~~

There are several structs in `pkg/stanza/operator/helper` which define
and manage tokenization related behaviors.
`fileconsumer` has a dependency on these, as do a few other components
such as tcp and udp receivers. These structs have complex
interrelationships which I find difficult to reason about and difficult
to manage. Their current location in the `helpers` package is unhelpful
and unnecessary. I'd like to move them into a dedicated package where I
can start to untangle and hopefully simplify them.

* [chore] [exporter/coralogix] Document and test attributes ordering (#26027)

**Description:** We were seeing reports of cases where unexpected
attribute has been picked up as subsytem / application attribute. This
PR adds some clarifications on how the attribute is picked. Also adds
tests to validate this behavior.

**Link to tracking Issue:** N/A

**Testing:** N/A

**Documentation:** Added documentation regarding attributes ordering.

---------

Signed-off-by: Matej Gera <[email protected]>

* [chore][pkg/stanza] Move tokenization tests into tokenizetest package (#25997)

* [chore] Remove non-ucum units from prometheus readme (#26035)

Follow-up to
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24647

Addresses comment in
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/25887#pullrequestreview-1588092792

* [chore] dependabot updates Tue Aug 22 20:28:42 UTC 2023 (#26039)

Bump cloud.google.com/go/spanner from 1.47.0 to 1.48.0 in
/receiver/googlecloudspannerreceiver
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.0 to 2.13.2 in
/exporter/clickhouseexporter
Bump github.com/aliyun/aliyun-log-go-sdk from 0.1.51 to 0.1.53 in
/exporter/alibabacloudlogserviceexporter
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/internal/aws/cwlogs
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/internal/metadataproviders
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.327 in
/receiver/awsecscontainermetricsreceiver
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 in
/receiver/awsxrayreceiver
Bump github.com/aws/aws-sdk-go-v2 from 1.20.1 to 1.20.3 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2 from 1.20.1 to 1.21.0 in
/exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.35 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.36 in
/exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.32 to 1.13.34 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.32 to 1.13.35 in
/exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.18.2 to 1.18.5
in /exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.21.2 to 1.21.4 in
/extension/sigv4authextension
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in /cmd/configschema
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/exporter/awscloudwatchlogsexporter
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/exporter/awsemfexporter
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/exporter/googlecloudpubsubexporter
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/exporter/tanzuobservabilityexporter
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in /pkg/ottl
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/processor/k8sattributesprocessor
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/processor/tailsamplingprocessor
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/receiver/awsxrayreceiver
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/receiver/k8sclusterreceiver
Bump github.com/google/uuid from 1.3.0 to 1.3.1 in
/receiver/skywalkingreceiver
Bump github.com/mongodb-forks/digest from 1.0.4 to 1.0.5 in
/receiver/mongodbatlasreceiver
Bump github.com/sijms/go-ora/v2 from 2.7.11 to 2.7.14 in
/receiver/sqlqueryreceiver
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.719 to 1.0.727 in /exporter/tencentcloudlogserviceexporter
Bump go.opentelemetry.io/collector/receiver from 0.82.0 to 0.83.0 in
/receiver/googlecloudpubsubreceiver
Bump golang.org/x/vuln from 1.0.0 to 1.0.1 in /internal/tools
Bump gonum.org/v1/gonum from 0.13.0 to 0.14.0 in /pkg/stanza
Bump gonum.org/v1/gonum from 0.13.0 to 0.14.0 in
/receiver/statsdreceiver
Bump google.golang.org/api from 0.136.0 to 0.138.0 in
/exporter/f5cloudexporter
Bump google.golang.org/api from 0.136.0 to 0.138.0 in
/exporter/googlecloudpubsubexporter
Bump google.golang.org/api from 0.136.0 to 0.138.0 in
/receiver/googlecloudpubsubreceiver
Bump google.golang.org/api from 0.136.0 to 0.138.0 in
/receiver/googlecloudspannerreceiver

* [chore] [processor/transform] Add the missing parenthesis in the README example (#26066)

One parenthesis is missing in "Comnbine two attributes" example code.

* [exporter/loadbalancingexporter] fix k8s service resolver retaining invalid old endpoints (#25061)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

fix k8s service resolver retaining invalid old endpoints

In the endpoint update event, the step of deleting the old endpoint is
missed, so a connection request will still be made to the old endpoint.

**Link to tracking Issue:** <Issue number if applicable>
#24914 
**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>

Signed-off-by: Yuan Fang <[email protected]>
Co-authored-by: Juraci Paixão Kröhling <[email protected]>

* [chore] dependabot updates Wed Aug 23 04:31:08 UTC 2023 (#26067)

Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/internal/aws/cwlogs
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/internal/metadataproviders
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/receiver/awsecscontainermetricsreceiver
Bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 in
/receiver/awsxrayreceiver
Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.36 in
/exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go-v2/config from 1.18.35 to 1.18.36 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.32 to 1.13.35 in
/exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.34 to 1.13.35 in
/extension/sigv4authextension
Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.21.4 to 1.21.5 in
/extension/sigv4authextension
Bump github.com/sijms/go-ora/v2 from 2.7.14 to 2.7.15 in
/receiver/sqlqueryreceiver
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.727 to 1.0.728 in /exporter/tencentcloudlogserviceexporter
Bump go.opentelemetry.io/collector/receiver from 0.82.0 to 0.83.0 in
/receiver/googlecloudpubsubreceiver

* fix e2e telemetrygen pod to enable e2e-test action  (#25905)

**Description:** 
before #25889 is released, the telemetrygen image is still not the
latest one, so we need to
fix e2e telemetrygen pod yaml to enable e2e-test action again.

---------

Signed-off-by: Ziqi Zhao <[email protected]>

* Add support for Metrics Slices to ottl len converter (#25890)

Fixes #25868

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

**Link to tracking Issue:** <Issue number if applicable>

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>

* Allow log's body to be set in telemetrygen (#26069)

This change adds a flag allowing users to set the log's body. It also
sets a log body to a default message.

Replaces #26031

Signed-off-by: Juraci Paixão Kröhling <[email protected]>

* [exporter/tanzuobservability] Deprecate Tanzu Observability (Wavefront) Exporter (#25904)

The Tanzu Observability (Wavefront) Proxy has support for ingesting
traces and metrics via OTLP, so the vendor specific exporter is no
longer needed. This PR adds a deprecation message.

**Link to tracking Issue:**
#24225

**Documentation:**
Readme updated with deprecation notice and link to migration
documentation.

* [chore] dependabot updates Wed Aug 23 16:09:23 UTC 2023 (#26077)

Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.728 to 1.0.729 in /exporter/tencentcloudlogserviceexporter

* receiver_creator: update expr with breaking type fn (#26064)

Fixing a bug - These changes adopt the latest version of expr and
incorporate a breaking built-in `type` function addition by relocating
its implementation to `typeOf`.

Fixes #26038

* [chore] Update lb exporter and k8sattributes processor with aws distro (#26079)

**Description:** ADOT Collector now includes load balancing exporter and
k8s attributes processor. This PR Updates medata.yaml and the components
associated readme.

* [pkg/resourcetotelemetry] enable exhaustive lint (#26075)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* [chore] enforce validation of codeowners membership (#24638)

**Description:**
This adds a validation to our codeowners by forcing us to review and
manage the codeowners registered with the OpenTelemetry github
organization.

* [chore] Check component API (#25855)

**Description:**
Introduce an API checker ensuring components only define a function per
component to expose the factory function NewFactory

**Testing:**
Run locally, run as part of CI

* [chore] only check for codeowners on main branch (#26088)

Restrict when this step is run to make sure the secret GITHUB_TOKEN is
set.

* [receiver/memcached] remove duplicate Timeout setting (#26084)

Use the Timeout setting from ScraperHelper instead

---------

Signed-off-by: Alex Boten <[email protected]>

* [receiver/k8sobjects] Switch to current config testing pattern (#26078)

**Description:** 
Updates the component to use the latest config testing patterns.

* [pkg/translator/loki] Moved labels names normalization to LogToLokiEntry function (#26093)

**Description:** <Describe what has changed.>
The public method `LogToLokiEntry` should return normalized label names
to release developers who use it from the necessity to normalize them in
their code

**Testing:** adjusted unit tests of lokitranslator

* feat: allow custom port for cassandra connection (#25179)

* Add JMX metrics gatherer version 1.29.0-alpha (#26089)

Add JMX metrics gatherer version `1.29.0-alpha`.

cc @open-telemetry/java-contrib-approvers

* [chore] fix exhaustive lint for processor groupbyattrs (#24919)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>
Co-authored-by: Alex Boten <[email protected]>

* [exporter/awsxray] Feature Gate to Allow fully random Trace IDs in XRay Exporter  (#26041)

Currently, the AWS XRay Exporter will drop segments/traces with trace
IDs where the first 32 bits, when converted to UNIX Epoch time, are not
within the past 28 days. This change is to add an Alpha feature gate
`exporter.awsxray.skiptimestampvalidation`, which is disabled by
default. If enabled, the timestamp restriction is removed so that users
do not need to use the AWS XRay ID Generator.

- Updated unit test in `config_test.go` 
- Added unit tests in `factory_test.go` and `segment_test.go`
- All other unit tests related to trace ID are passing.

* added a new postgresql metric. (#26086)

Added new metric `postgresql.time_files` which is
number of temp files detected in a database.

Fixes #26080

* [receiver/zookeeper] remove duplicate Timeout field (#26082)

Rely on the scraper helper's Timeout instead

---------

Signed-off-by: Alex Boten <[email protected]>

* [chore] [exporter/datasetexporter]: Update dataset-go to 0.14.0 (#26094)

Upgrade dataset-go from 0.12.1 to 0.14.0

Next release is happening on 2023-08-28 (Monday) -
https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/release.md
- but next dependant is running on 2023-08-31 (Wednesday) -
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/.github/dependabot.yml
- so it will not get updated on time.

* [receiver/azuremonitorreceiver] Added new attributes for metrics (#24774)

Added new attributes: name, type and resource group to the metrics

* [chore] Add bryan-aguilar as EMF Exporter codeowner (#26100)

**Description:** Adding myself as a codeowner of AWS EMF Exporter

* [chore] add cmd group target and use it for testing and lint (#25876)

Fixes #25875

* Parse scope information from otel_scope_name, otel_scope_version, and otel_scope_info (#25898)

**Description:**

Implements this specification:
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/prometheus_and_openmetrics.md#instrumentation-scope,
with
https://github.com/open-telemetry/opentelemetry-specification/pull/3660

Instrumentation Scope

> Each otel_scope_info metric point present in a batch of metrics SHOULD
be dropped from the incoming scrape, and converted to an instrumentation
scope. The otel_scope_name and otel_scope_version labels, if present,
MUST be converted to the Name and Version of the Instrumentation Scope.
Additional labels MUST be added as scope attributes, with keys and
values unaltered. Other metrics in the batch which have otel_scope_name
and otel_scope_version labels that match an instrumentation scope MUST
be placed within the matching instrumentation scope, and MUST remove
those labels.

> Metrics which are not found to be associated with an instrumentation
scope MUST all be placed within an empty instrumentation scope, and MUST
not have any labels removed.

It does this by:

* For all metrics, use `otel_scope_name` and `otel_scope_version` to set
the scope name and version.
* For `otel_scope_info` metrics, use `otel_scope_name` and
`otel_scope_version` as the scope name and version, and all other labels
(other than `job`/`instance`/`__name__`) as scope attributes.
* Change `map[metricName]metricFamily` to
`map[scope][metricName]metricFamily` to sort metrics by instrumentation
scope as they come in, and to make writing the scope easier on commit.

**Link to tracking Issue:**
Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25870

* [receiver/jaeger] Removing remote sampling configuration code (#24186)

Most remote sampling code is already removed from the jaeger receiver
via #6633, but the configuration is still there. It is unused and should
be removed.

The only reason I can think of for retaining it is so that old
configuration files don't stop the Collector from running. However,
given that this is a no-op, I think it would be better to have an error
and let the customers reconfigure their collectors. Here, I'm assuming
that configuring a struct which doesn't exist will indeed raise an
error.

There is no changelog entry since the change is mostly an implementation
detail.

---------

Co-authored-by: Juraci Paixão Kröhling <[email protected]>

* [pkg/pdatatest] enable exhaustive lint (#26105)

**Description:** 
related #23266

Signed-off-by: Ziqi Zhao <[email protected]>

* feat: add duration to int float converters (#25069)

Description: Allows conversion of durations to nanoseconds,
microseconds, milliseconds, seconds, minutes or hours

Link to tracking Issue: 
Related to #24686 

Testing: Unit tests for each converter

Documentation:

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelm…
Bumps [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) from 0.82.0 to 0.88.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.82.0...v0.88.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/config/confighttp
  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/extension/healthcheckextension/go.opentelemetry.io/collector/config/confighttp-0.88.0 branch from bfb68e0 to c2f1e2b Compare November 7, 2023 02:52
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Nov 21, 2023
@foadnh foadnh closed this Nov 21, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/extension/healthcheckextension/go.opentelemetry.io/collector/config/confighttp-0.88.0 branch November 21, 2023 21:59
Copy link
Author

dependabot bot commented on behalf of github Nov 21, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@foadnh
Copy link

foadnh commented Nov 22, 2023

@dependabot ignore this major version

Copy link
Author

dependabot bot commented on behalf of github Nov 22, 2023

OK, I won't notify you about version 0.x.x again, unless you re-open this PR.

foadnh added a commit that referenced this pull request Mar 6, 2024
* [chore] Remove use of deprecated ReportFatalError (#31146)

Fixes #30586

* fix(deps): update module github.com/aws/aws-sdk-go to v1.50.14 (#31057)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) |
`v1.50.7` -> `v1.50.14` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go/v1.50.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go/v1.50.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go/v1.50.7/v1.50.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go/v1.50.7/v1.50.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>aws/aws-sdk-go (github.com/aws/aws-sdk-go)</summary>

###
[`v1.50.14`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15014-2024-02-08)

[Compare
Source](https://github.com/aws/aws-sdk-go/compare/v1.50.13...v1.50.14)

\===

##### Service Client Updates

-   `service/codepipeline`: Updates service API and documentation
- Add ability to execute pipelines with new parallel & queued execution
modes and add support for triggers with filtering on branches and file
paths.
-   `service/quicksight`: Updates service API and documentation
- General Interactions for Visuals; Waterfall Chart Color Configuration;
Documentation Update
-   `service/workspaces`: Updates service API and documentation
- This release introduces User-Decoupling feature. This feature allows
Workspaces Core customers to provision workspaces without providing
users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new
optional parameter "WorkspaceName".

###
[`v1.50.13`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15013-2024-02-07)

[Compare
Source](https://github.com/aws/aws-sdk-go/compare/v1.50.12...v1.50.13)

\===

##### Service Client Updates

-   `service/datasync`: Updates service API and documentation
- `service/models.lex.v2`: Updates service API, documentation, and
paginators
- `service/redshift`: Updates service API, documentation, and paginators
- LisRecommendations API to fetch Amazon Redshift Advisor
recommendations.

###
[`v1.50.12`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15012-2024-02-06)

[Compare
Source](https://github.com/aws/aws-sdk-go/compare/v1.50.11...v1.50.12)

\===

##### Service Client Updates

-   `service/appsync`: Updates service API and documentation
-   `service/ecs`: Updates service documentation
- This release is a documentation only update to address customer
issues.
-   `service/es`: Updates service API and documentation
- This release adds clear visibility to the customers on the changes
that they make on the domain.
-   `service/logs`: Updates service API and documentation
- This release adds a new field, logGroupArn, to the response of the
logs:DescribeLogGroups action.
-   `service/opensearch`: Updates service API and documentation
-   `service/wafv2`: Updates service API and documentation

###
[`v1.50.11`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15011-2024-02-05)

[Compare
Source](https://github.com/aws/aws-sdk-go/compare/v1.50.10...v1.50.11)

\===

##### Service Client Updates

-   `service/glue`: Updates service API and documentation
- Introduce Catalog Encryption Role within Glue Data Catalog Settings.
Introduce SASL/PLAIN as an authentication method for Glue Kafka
connections
-   `service/workspaces`: Updates service documentation
    -   Added definitions of various WorkSpace states

###
[`v1.50.10`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15010-2024-02-02)

[Compare
Source](https://github.com/aws/aws-sdk-go/compare/v1.50.9...v1.50.10)

\===

##### Service Client Updates

- `service/dynamodb`: Updates service API, documentation, waiters,
paginators, and examples
- Any number of users can execute up to 50 concurrent restores (any type
of restore) in a given account.
-   `service/sagemaker`: Updates service API and documentation
- Amazon SageMaker Canvas adds GenerativeAiSettings support for
CanvasAppSettings.

###
[`v1.50.9`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1509-2024-02-01)

[Compare
Source](https://github.com/aws/aws-sdk-go/compare/v1.50.8...v1.50.9)

\===

##### Service Client Updates

-   `service/cognito-idp`: Updates service API and documentation
-   `service/ivs`: Updates service API, documentation, and paginators
- `service/managedblockchain-query`: Updates service API and
documentation
-   `service/mediaconvert`: Updates service API and documentation
- This release includes support for broadcast-mixed audio description
tracks.

###
[`v1.50.8`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1508-2024-01-31)

[Compare
Source](https://github.com/aws/aws-sdk-go/compare/v1.50.7...v1.50.8)

\===

##### Service Client Updates

- `service/cloudformation`: Updates service API, documentation,
paginators, and examples
- CloudFormation IaC generator allows you to scan existing resources in
your account and select resources to generate a template for a new or
existing CloudFormation stack.
- `service/elasticloadbalancingv2`: Updates service API and
documentation
-   `service/glue`: Updates service API and documentation
    -   Update page size limits for GetJobRuns and GetTriggers APIs.
-   `service/ssm`: Updates service API and documentation
- This release adds an optional Duration parameter to StateManager
Associations. This allows customers to specify how long an
apply-only-on-cron association execution should run. Once the specified
Duration is out all the ongoing cancellable commands or automations are
cancelled.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>

* Fix comment missing a dash for argument name (#31160)

* fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azcore to v1.9.2 (#31080)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go)
| `v1.9.1` -> `v1.9.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fazcore/v1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fazcore/v1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fazcore/v1.9.1/v1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fazcore/v1.9.1/v1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>

* fix(deps): update module github.com/knadh/koanf/v2 to v2.1.0 (#31061)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) |
`v2.0.2` -> `v2.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fknadh%2fkoanf%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fknadh%2fkoanf%2fv2/v2.0.2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fv2/v2.0.2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>knadh/koanf (github.com/knadh/koanf/v2)</summary>

### [`v2.1.0`](https://github.com/knadh/koanf/releases/tag/v2.1.0)

[Compare
Source](https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0)

### Important


[https://github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162](https://github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162)
is discontinued and koanf has switched to using the fork
`github.com/go-viper/mapstructure/v2`.

If you are referencing the mapstructure lib in your code (custom
DecoderConfig), you have to switch the paths to the above forked version
of koanf.

`github.com/mitchellh/mapstructure` =>
`github.com/go-viper/mapstructure/v2`

#### What's Changed

- fix: retract v2.0.2 by [@&#8203;rhnvrm](https://github.com/rhnvrm)
in
[https://github.com/knadh/koanf/pull/270](https://github.com/knadh/koanf/pull/270)

**Full Changelog**:
https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>

* [chore][exporter/coralogixexporter] Enable goleak check (#30803)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
This enables the `goleak` check on all tests in this package, to ensure
the exporter isn't leaking goroutines. The only updates here are tests,
as some were missing necessary `shutdown` calls. I also updated some
variable naming to match types, such as `le` for a logs exporter instead
of `me`.

**Link to tracking Issue:** <Issue number if applicable>
#30438

**Testing:** <Describe what testing was performed and which tests were
added.>
All tests are passing, including added `goleak` check.

---------

Co-authored-by: Alex Boten <[email protected]>

* [chore] Add --no-print-directory to recursive Makefile invocations (#31164)

**Description:** 

Add
[`--no-print-directory`](https://www.gnu.org/software/make/manual/html_node/_002dw-Option.html)
to Makefile invocations. The information is already there since the
`make -C` invocation is printed, and it makes the output much longer.


Before:

```
Running target 'test' in module 'extension/encoding' as part of group 'extension'
make -C extension/encoding test
make[2]: Entering directory '/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/extension/encoding'
# Actual test output goes here
# ...
make[2]: Leaving directory '/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/extension/encoding'
Running target 'test' in module 'extension/encoding/jaegerencodingextension' as part of group 'extension'
# ...
```

After: 

```
Running target 'test' in module 'extension/encoding' as part of group 'extension'
make --no-print-directory -C extension/encoding test
# Actual test output goes here
# ...
Running target 'test' in module 'extension/encoding/jaegerencodingextension' as part of group 'extension'
# ...
```

* [chore] Add build-and-test, build-and-test-windows, changelog and telemetrygen to merge group (#31162)

**Description:** 

Adds CI jobs that have required jobs to merge group. Needed for the
merge queue requested on open-telemetry/community/issues/1936

**Link to tracking Issue:** #30880

* [exporter/awsemf] Drop redundant arg from addToGroupedMetric (#30813)

**Description:** <Describe what has changed.>
The `addToGroupedMetric` previously took the logger as well as the
config as arguments. However, the logger is already available as a field
in the config so it is redundant to pass it separately.

This commit removes the logger argument.

**Testing:** 
The affected unit tests were updated

* [pkg/golden]: Add option to skip normalizing timestamps when writing metrics (#31161)

**Description:** <Describe what has changed.>
* Adds a new WriteMetricsOption type, which can be specified when
calling WriteMetrics
* Adds a WriteMetricsOption for skipping the timestamp normalization
step.

**Link to tracking Issue:** Closes #30919

**Testing:** <Describe what testing was performed and which tests were
added.>
* Unit test added for new functionality

* [processor/logstransform]: Fix shutdown ordering leading to panic (#31153)

**Description:**
* re-order how we start and stop the different goroutines in the
logstransform processor

The idea is, we start the goroutines from the consumer end up to the
producer end, then shut them down in reverse order. This is similar to
how stanza itself starts and stops it's operators, for instance (starts
in reverse topological order, stops in topological order).

**Link to tracking Issue:** Closes #31139

**Testing:**
Added a unit test. This unit test regularly fails on the code on main
(panics), but works consistently on this branch (I've run it 100 times
to makes sure).
```sh
go test -timeout 10m -count=100 -v -run '^TestProcessorShutdownWithSlowOperator$' github.com/open-telemetry/opentelemetry-collector-contrib/processor/logstransformprocessor
```

* [receiver/filelog] Add multiline example (#31124)

**Description:** 
This PR adds a more detailed example on how to use `multiline` setting
on `filelog` receiver. From my search I wasn't able to find any examples
around so I think it would be nice to have something for users that are
willing to quickly get on-boarded on log collection.

**Link to tracking Issue:** <Issue number if applicable> -

**Testing:** <Describe what testing was performed and which tests were
added.> -

**Documentation:** <Describe the documentation added.> .

Signed-off-by: ChrsMark <[email protected]>

* Break storage extensions into dedicated modules (#31040)

This creates dedicated modules for `filestorage` and `dbstorage`
extensions. It leaves the `storage` module in place to contain the
`storage/storagetest` package.

* [chore] remove tests checking nil consumer as we're handling nil checks in builder (#31172)

See https://github.com/open-telemetry/opentelemetry-collector/pull/9526
for context - we are removing the possibility that the next consumer
passed in is nil in the pipelines builders.

* [exporter/logicmonitorexporter] Fix leaking goroutines on shutdown (#31150)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
The [logicmonitor
dependency](https://github.com/logicmonitor/lm-data-sdk-go) that handles
exporting data relies on the context being cancelled to shutdown its
running goroutines ([traces
reference](https://github.com/logicmonitor/lm-data-sdk-go/blob/93e0505a0dce33bfd874c67bdf85e3845126cc3d/pkg/ratelimiter/traces.go#L113),
[logs
reference](https://github.com/logicmonitor/lm-data-sdk-go/blob/93e0505a0dce33bfd874c67bdf85e3845126cc3d/pkg/ratelimiter/logs.go#L70)).
The exporter has now been updated to properly cancel the passed context
to fix leaking goroutines on shutdown. This change also enables `goleak`
to check for leaking goroutines in the logicmonitor exporter package.

**Link to tracking Issue:** <Issue number if applicable>
#30438

**Testing:** <Describe what testing was performed and which tests were
added.>
All existing tests are passing, as well as added `goleak` check.

* [exporter/datadog][connector/datadog] Add trace config peer_tags (#31158)

This config mirrors
https://github.com/DataDog/datadog-agent/blob/64e39b562df7ad3f40880ba603f70469f6659f17/pkg/config/config_template.yaml#L1532.

* [chore] add make checks target (#31149)

This will allow us to run all the "checks" locally. It's not fast, but
it at least saves me from waiting for CI to tell me i messed up :D

Signed-off-by: Alex Boten <[email protected]>

* [chore][pkg/stanza] Various code cleanup (#30784)

This PR contains a few minor code cleanups and test speed optimizations.

* [chore] Define code ownership in slightly more open terms (#31117)

See #31115 

Our existing definition and process for code ownership are quite good
but this PR suggests a few minor tweaks.
- Add triaging as a code owner responsibility. Since this is arguably
the easiest thing a code owner can do, we should highlight that it is
helpful work.
- Move "The existing Code Owners are actively looking for more help" to
the top of the list of reasons why additional code owners may be needed,
since this is most often the case.
- Add a note about code ownership not needing to be a full time job. The
goal is not to lower the bar in terms of quality, but to encourage lower
bandwidth contributors not to self-select out.

* [extension/storage/filestorage] Ensure fsync is turned on after compaction (#31185)

**Description:** 

Fsync was added to filestorage, but during compaction the database is
re-opened which doesn't carry over the fsync configuration but always
sets it to false(!)

**Link to tracking Issue:**
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20266

**Testing:** -

**Documentation:** -

* [chore][processor/groupbyattrsprocess] Fix typos in README (#31168)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
`Instumentation` -> `Instrumentation`. Also had to remove a dead link.

* [chore][extension/jaegarremotesampling] Enable goleak check (#31155)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
This enables `goleak` checks on the `jaegarremotesampling` extension, to
help ensure no goroutines are leaking. This is a test only change, a
couple close/stop calls were missing.

**Link to tracking Issue:** <Issue number if applicable>
#30438

**Testing:** <Describe what testing was performed and which tests were
added.>
All existing tests are passing, as well as added goleak check.

* [chore] Try bumping ruby to bif dep/rpm tests (#31189)

Attempt to fix
https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/7876454427/job/21490717383

* [exporter/f5] deprecate exporter (#31186)

After discussion with @lquerel, he mentioned the component is no longer
maintained at F5. Marking it as deprecated.

---------

Signed-off-by: Alex Boten <[email protected]>

* [all] bump minimum go version to 1.21 (#31109)

Fixes #31105

---------

Signed-off-by: Alex Boten <[email protected]>

* [receiver/opencensusreceiver] Fix memory leak on shutdown (#31152)

The opencensus receiver opens a few servers on `Start`, each of which
use the context's cancel to signal shutdown. Without cancelling the
context, the goroutines were being leaked. This change properly cancels
the context and shutdowns the receiver's servers.

This also enables `goleak` checks on the opencensus receiver and
exporter. I realize the exporter is not technically related here, but
its tests were what alerted me to the leak in the receiver. The
`TestSendTraces` and `TestSendMetrics` tests in the exporter were
starting opencensus receivers and exporters, and failing on leaks.

The change here is test-only for the exporter, and a bug fix for the
receiver.

#30438

All existing tests are passing, as well as added `goleak` checks.

* [chore] use generated tests for zipkinencodingextension (#31148)

Relates to #27849

Co-authored-by: Tyler Helmuth <[email protected]>

* [chore][pkg/stanza] Add file disambiguation tests (#31171)

Closes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20850
Closes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20851

Also enhances the `emittest` package, though it remains internal.

* [chore][extension/bearertokenauth] Enable goleak check (#31154)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
This adds `goleak` checks on the `bearertokenauthextension` extension to
help ensure no goroutines are being leaked. This is a test only change.

**Link to tracking Issue:** <Issue number if applicable>
#30438

**Testing:** <Describe what testing was performed and which tests were
added.>
All existing tests are passing as well as added `goleak` check.

* [feat][exporter/loadbalancingexporter] add benchmarks for metrics and traces consume (#30915)

**Description:** 
According to
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30141#pullrequestreview-1843647046
PR adds benchmarks for functions:
- `mergeTraces`
- `mergeMetrics`
- `consumeTraces`
- `consumeMetrics`

* [exporter/syslog] Add support for octet counting in the syslog exporter (#31014)

**Description:** <Describe what has changed.>

This introduces a new configuration `enable_octet_counting` which
matches the same configuration on the syslog receiver side, and if
enabled will append the length of the message to the start of the
message.

**Link to tracking Issue:**  #31013

**Testing:**

Added tests alongside the existing syslog exporter tests

**Documentation:**

Updated the README with the new config option

Signed-off-by: sinkingpoint <[email protected]>

* [chore] set fixed Go patch version to prevent CI failures (#31214)

Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31213

* Update module github.com/jaegertracing/jaeger to v1.54.0 (#31217)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/jaegertracing/jaeger](https://github.com/jaegertracing/jaeger)
| `v1.53.0` -> `v1.54.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.53.0/v1.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.53.0/v1.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jaegertracing/jaeger
(github.com/jaegertracing/jaeger)</summary>

###
[`v1.54.0`](https://github.com/jaegertracing/jaeger/releases/tag/v1.54.0)

[Compare
Source](https://github.com/jaegertracing/jaeger/compare/v1.53.0...v1.54.0)

##### Backend Changes

##### ⛔ Breaking Changes:

- Remove remnants of internal otlp types
([@&#8203;yurishkuro](https://github.com/yurishkuro) in
[#&#8203;5107](https://github.com/jaegertracing/jaeger/pull/5107))
- Use official otlp types in api_v3 and avoid triple-marshaling
([@&#8203;yurishkuro](https://github.com/yurishkuro) in
[#&#8203;5098](https://github.com/jaegertracing/jaeger/pull/5098))

##### ✨ New Features:

- \[jaeger-v2] add support for badger
([@&#8203;akagami-harsh](https://github.com/akagami-harsh) in
[#&#8203;5112](https://github.com/jaegertracing/jaeger/pull/5112))

##### 🐞 Bug fixes, Minor Improvements:

- \[jaeger-v2] streamline storage initialization
([@&#8203;yurishkuro](https://github.com/yurishkuro) in
\[[#&#8203;5171](https://github.com/jaegertracing/jaeger/issues/5171)]\(https://github.com/jaegertracing/jaeger/
    pull/5171))
- Replace security self-assesment with one from cncf/tag-security
([@&#8203;jkowall](https://github.com/jkowall) in
\[[#&#8203;5142](https://github.com/jaegertracing/jaeger/issues/5142)]\(https://github.com/jaegertra
    cing/jaeger/pull/5142))
- Avoid changing a correct order of span references
([@&#8203;sherwoodwang](https://github.com/sherwoodwang) in
\[[#&#8203;5121](https://github.com/jaegertracing/jaeger/issues/5121)]\(https://github.com/jaegertracing
    /jaeger/pull/5121))

##### 👷 CI Improvements:

- Remove test summary reports
([@&#8203;albertteoh](https://github.com/albertteoh) in
[#&#8203;5126](https://github.com/jaegertracing/jaeger/pull/5126))

##### UI Changes

- UI pinned to version
[1.38.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1380-2024-02-06).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>

* Update module github.com/IBM/sarama to v1.42.2 (#31195)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `v1.42.1`
-> `v1.42.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fIBM%2fsarama/v1.42.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fIBM%2fsarama/v1.42.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fIBM%2fsarama/v1.42.1/v1.42.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fIBM%2fsarama/v1.42.1/v1.42.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>IBM/sarama (github.com/IBM/sarama)</summary>

### [`v1.42.2`](https://github.com/IBM/sarama/releases/tag/v1.42.2):
Version 1.42.2 (2024-02-09)

[Compare
Source](https://github.com/IBM/sarama/compare/v1.42.1...v1.42.2)

<!-- Release notes generated using configuration in .github/release.yaml
at main -->

#### What's Changed

⚠️ The go.mod directive has been bumped to 1.18 as the minimum version
of Go required for the module. This was necessary to continue to receive
updates from some of the third party dependencies that Sarama makes use
of for compression.

##### :tada: New Features / Improvements

- feat: update go directive to 1.18 by
[@&#8203;dnwe](https://github.com/dnwe) in
[https://github.com/IBM/sarama/pull/2713](https://github.com/IBM/sarama/pull/2713)
- feat: return KError instead of errors in AlterConfigs and
DescribeConfig by [@&#8203;zhuliquan](https://github.com/zhuliquan) in
[https://github.com/IBM/sarama/pull/2472](https://github.com/IBM/sarama/pull/2472)

##### :bug: Fixes

- fix: don't waste time for backoff on member id required error by
[@&#8203;lzakharov](https://github.com/lzakharov) in
[https://github.com/IBM/sarama/pull/2759](https://github.com/IBM/sarama/pull/2759)
- fix: prevent ConsumerGroup.Close infinitely locking by
[@&#8203;maqdev](https://github.com/maqdev) in
[https://github.com/IBM/sarama/pull/2717](https://github.com/IBM/sarama/pull/2717)

##### :package: Dependency updates

- chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2716](https://github.com/IBM/sarama/pull/2716)
- chore(deps): bump golang.org/x/sync to v0.5.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2718](https://github.com/IBM/sarama/pull/2718)
- chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.18 to 4.1.19 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2739](https://github.com/IBM/sarama/pull/2739)
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2748](https://github.com/IBM/sarama/pull/2748)
- chore(deps): bump the golang-org-x group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2734](https://github.com/IBM/sarama/pull/2734)
- chore(deps): bump the golang-org-x group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2764](https://github.com/IBM/sarama/pull/2764)
- chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.19 to 4.1.21 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2763](https://github.com/IBM/sarama/pull/2763)
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in
/examples/exactly_once by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2749](https://github.com/IBM/sarama/pull/2749)
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in
/examples/consumergroup by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2750](https://github.com/IBM/sarama/pull/2750)
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in
/examples/sasl_scram_client by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2751](https://github.com/IBM/sarama/pull/2751)
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in
/examples/interceptors by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2752](https://github.com/IBM/sarama/pull/2752)
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in
/examples/http_server by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2753](https://github.com/IBM/sarama/pull/2753)
- chore(deps): bump github.com/eapache/go-resiliency from 1.4.0 to 1.5.0
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2745](https://github.com/IBM/sarama/pull/2745)
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in
/examples/txn_producer by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2754](https://github.com/IBM/sarama/pull/2754)
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.19.0 to 1.22.0
in /examples/interceptors by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2767](https://github.com/IBM/sarama/pull/2767)
- chore(deps): bump the golang-org-x group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2793](https://github.com/IBM/sarama/pull/2793)
- chore(deps): bump
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 0.42.0 to
1.23.1 in /examples/interceptors by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/IBM/sarama/pull/2792](https://github.com/IBM/sarama/pull/2792)

##### :wrench: Maintenance

- fix(examples): housekeeping of code and deps by
[@&#8203;dnwe](https://github.com/dnwe) in
[https://github.com/IBM/sarama/pull/2720](https://github.com/IBM/sarama/pull/2720)

##### :heavy_plus_sign: Other Changes

- fix(test): retry MockBroker Listen for EADDRINUSE by
[@&#8203;dnwe](https://github.com/dnwe) in
[https://github.com/IBM/sarama/pull/2721](https://github.com/IBM/sarama/pull/2721)

#### New Contributors

- [@&#8203;maqdev](https://github.com/maqdev) made their first
contribution in
[https://github.com/IBM/sarama/pull/2717](https://github.com/IBM/sarama/pull/2717)
- [@&#8203;zhuliquan](https://github.com/zhuliquan) made their first
contribution in
[https://github.com/IBM/sarama/pull/2472](https://github.com/IBM/sarama/pull/2472)

**Full Changelog**:
https://github.com/IBM/sarama/compare/v1.42.1...v1.42.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Tyler Helmuth <[email protected]>

* [chore] Try adding merge_group to more jobs (#31228)

**Description:** 
The merge queue isn't working.  Maybe it wants more jobs to be included?

**Link to tracking Issue:** <Issue number if applicable>

https://github.com/open-telemetry/community/issues/1936

* Update module github.com/docker/docker to v24.0.9+incompatible (#31059)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/docker/docker](https://github.com/docker/docker) |
`v24.0.8+incompatible` -> `v24.0.9+incompatible` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fdocker/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdocker%2fdocker/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdocker%2fdocker/v24.0.8+incompatible/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fdocker/v24.0.8+incompatible/v24.0.9+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>docker/docker (github.com/docker/docker)</summary>

###
[`v24.0.9+incompatible`](https://github.com/docker/docker/compare/v24.0.8...v24.0.9)

[Compare
Source](https://github.com/docker/docker/compare/v24.0.8...v24.0.9)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Tyler Helmuth <[email protected]>

* Update module github.com/vmware/govmomi to v0.35.0 (#31230)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/vmware/govmomi](https://github.com/vmware/govmomi) |
`v0.34.2` -> `v0.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvmware%2fgovmomi/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvmware%2fgovmomi/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvmware%2fgovmomi/v0.34.2/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvmware%2fgovmomi/v0.34.2/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vmware/govmomi (github.com/vmware/govmomi)</summary>

###
[`v0.35.0`](https://github.com/vmware/govmomi/releases/tag/v0.35.0)

[Compare
Source](https://github.com/vmware/govmomi/compare/v0.34.2...v0.35.0)

<a name="v0.35.0"></a>

#### [Release
v0.35.0](https://github.com/vmware/govmomi/compare/v0.34.2...v0.35.0)

> Release Date: 2024-02-12

##### 💫 API Changes

- \[[`8e17e4c`](https://github.com/vmware/govmomi/commit/8e17e4c1)]
Sim vm config.changeVersion & config.modified
- \[[`95aa257`](https://github.com/vmware/govmomi/commit/95aa2571)]
WaitForUpdatesEx & DestroyPropertyFilter

##### 💫 `govc` (CLI)

- \[[`9ddfc53`](https://github.com/vmware/govmomi/commit/9ddfc534)]
json tag camelCase fixes
([#&#8203;3007](https://github.com/vmware/govmomi/issues/3007))
([#&#8203;3247](https://github.com/vmware/govmomi/issues/3247))
([#&#8203;3318](https://github.com/vmware/govmomi/issues/3318))

##### 💫 `vcsim` (Simulator)

- \[[`557d265`](https://github.com/vmware/govmomi/commit/557d2654)]
Fix -method-delay option to update task states
([#&#8203;3323](https://github.com/vmware/govmomi/issues/3323))

##### 📃 Documentation

- \[[`2d1b52f`](https://github.com/vmware/govmomi/commit/2d1b52ff)]
update release doc
([#&#8203;3284](https://github.com/vmware/govmomi/issues/3284))

##### 🧹 Chore

- \[[`d7c0094`](https://github.com/vmware/govmomi/commit/d7c0094a)]
Update version.go for v0.35.0
- \[[`69785ff`](https://github.com/vmware/govmomi/commit/69785ff0)]
update CONTRIBUTORS

##### ⚠️ BREAKING

json tag camelCase fixes
\[[`9ddfc53`](https://github.com/vmware/govmomi/commit/9ddfc534)]:
follow up to json tags missed in PR
[#&#8203;3007](https://github.com/vmware/govmomi/issues/3007) and PR
[#&#8203;3247](https://github.com/vmware/govmomi/issues/3247)

WaitForUpdatesEx & DestroyPropertyFilter
\[[`95aa257`](https://github.com/vmware/govmomi/commit/95aa2571)]:
The semantics around the helper functions in the
property package have changed. Please review any
code that calls this package to ensure it is
compatible with the new behaviors.

##### 📖 Commits

- \[[`d7c0094`](https://github.com/vmware/govmomi/commit/d7c0094a)]
chore: Update version.go for v0.35.0
- \[[`2d1b52f`](https://github.com/vmware/govmomi/commit/2d1b52ff)]
docs: update release doc
([#&#8203;3284](https://github.com/vmware/govmomi/issues/3284))
- \[[`69785ff`](https://github.com/vmware/govmomi/commit/69785ff0)]
chore: update CONTRIBUTORS
- \[[`9ddfc53`](https://github.com/vmware/govmomi/commit/9ddfc534)]
govc: json tag camelCase fixes
([#&#8203;3007](https://github.com/vmware/govmomi/issues/3007))
([#&#8203;3247](https://github.com/vmware/govmomi/issues/3247))
([#&#8203;3318](https://github.com/vmware/govmomi/issues/3318))
- \[[`b137a5d`](https://github.com/vmware/govmomi/commit/b137a5d2)]
Add "AggregatedSnapshotCapacityInMb" to cnstype.
- \[[`b948e3c`](https://github.com/vmware/govmomi/commit/b948e3cb)]
add -json to snapshot.tree
- \[[`dabec6c`](https://github.com/vmware/govmomi/commit/dabec6cd)]
build(deps): bump nokogiri from 1.14.3 to 1.16.2 in /gen
- \[[`8e17e4c`](https://github.com/vmware/govmomi/commit/8e17e4c1)]
api: Sim vm config.changeVersion & config.modified
- \[[`d55cf6e`](https://github.com/vmware/govmomi/commit/d55cf6e4)]
build(deps): bump peter-evans/create-pull-request from 5 to 6
- \[[`25cab09`](https://github.com/vmware/govmomi/commit/25cab091)]
Re-enable PC updates for indexed properties
([#&#8203;3349](https://github.com/vmware/govmomi/issues/3349))
- \[[`8150eed`](https://github.com/vmware/govmomi/commit/8150eedd)]
build(deps): bump andstor/file-existence-action from 2 to 3
- \[[`bfc5d64`](https://github.com/vmware/govmomi/commit/bfc5d64c)]
build(deps): bump peter-evans/create-or-update-comment from 3 to 4
- \[[`42d7d71`](https://github.com/vmware/govmomi/commit/42d7d711)]
Add new "UsedCapacityInMb" in struct "CnsBlockBackingDetails"
- \[[`61f901e`](https://github.com/vmware/govmomi/commit/61f901eb)]
build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
- \[[`3b5917a`](https://github.com/vmware/govmomi/commit/3b5917a2)]
build(deps): bump actions/cache from 3 to 4
- \[[`78898bd`](https://github.com/vmware/govmomi/commit/78898bd2)]
Self identify the executable making calls to vCenter
- \[[`95aa257`](https://github.com/vmware/govmomi/commit/95aa2571)]
api: WaitForUpdatesEx & DestroyPropertyFilter
- \[[`cd8a788`](https://github.com/vmware/govmomi/commit/cd8a7883)]
Changes to fix xml tag used for SnapshotId
- \[[`557d265`](https://github.com/vmware/govmomi/commit/557d2654)]
vcsim: Fix -method-delay option to update task states
([#&#8203;3323](https://github.com/vmware/govmomi/issues/3323))
- \[[`98b0b77`](https://github.com/vmware/govmomi/commit/98b0b77f)]
Fixes Missing Tags in AttachedTags
([#&#8203;3320](https://github.com/vmware/govmomi/issues/3320))
- \[[`5410a06`](https://github.com/vmware/govmomi/commit/5410a069)]
Changes to add CNS fault CnsSnapshotCreatedFault
- \[[`8c1d8f1`](https://github.com/vmware/govmomi/commit/8c1d8f18)]
build(deps): bump actions/upload-artifact from 3 to 4
- \[[`14d3538`](https://github.com/vmware/govmomi/commit/14d35380)]
build(deps): bump github/codeql-action from 2 to 3
- \[[`f6c537d`](https://github.com/vmware/govmomi/commit/f6c537d7)]
build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
- \[[`e9a9f2c`](https://github.com/vmware/govmomi/commit/e9a9f2c0)]
build(deps): bump chuhlomin/render-template from 1.8 to 1.9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>

* Update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.48.0 (#31231)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib)
| `v0.47.0` -> `v0.48.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.47.0/v0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.47.0/v0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>

* Update opentelemetry-go monorepo (#31204)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/prometheus](https://github.com/open-telemetry/opentelemetry-go)
| `v0.45.1` -> `v0.45.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.45.1/v0.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.45.1/v0.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fmetric/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fmetric/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fmetric/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fmetric/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fsdk/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fsdk/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fsdk/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fsdk/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go)
| `v1.23.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2ftrace/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2ftrace/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2ftrace/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2ftrace/v1.23.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-go
(go.opentelemetry.io/otel)</summary>

###
[`v1.23.1`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.23.1):
/v0.45.2

[Compare
Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.0...v1.23.1)

##### Fixed

- Register all callbacks passed during observable instrument creation
instead of just the last one multiple times in
`go.opentelemetry.io/otel/sdk/metric`.
([#&#8203;4888](https://github.com/open-telemetry/opentelemetry-go/issues/4888))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Tyler Helmuth <[email protected]>

* Update All github.com/datadog packages (#31194)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://github.com/DataDog/agent-payload)
| `v5.0.103` -> `v5.0.104` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.104?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.104?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.103/v5.0.104?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.103/v5.0.104?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata](https://github.com/DataDog/opentelemetry-mapping-go)
| `v0.13.2` -> `v0.13.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2finframetadata/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2finframetadata/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2finframetadata/v0.13.2/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2finframetadata/v0.13.2/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes](https://github.com/DataDog/opentelemetry-mapping-go)
| `v0.13.2` -> `v0.13.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2fattributes/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2fattributes/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2fattributes/v0.13.2/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2fattributes/v0.13.2/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs](https://github.com/DataDog/opentelemetry-mapping-go)
| `v0.13.2` -> `v0.13.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2flogs/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2flogs/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2flogs/v0.13.2/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fopentelemetry-mapping-go%2fpkg%2fotlp%2flogs/v0.13.2/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-co…
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…ib/internal/common to v0.100.0 (open-telemetry#32758)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opentelemetry-collector-contrib/internal/common](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `v0.99.0` -> `v0.100.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.99.0/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.99.0/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-contrib
(github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)</summary>

###
[`v0.100.0`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01000)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.99.0...v0.100.0)

##### 🛑 Breaking changes 🛑

- `receiver/hostmetrics`: enable feature gate
`receiver.hostmetrics.normalizeProcessCPUUtilization`
([#&#8203;31368](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31368))
This changes the value of the metric `process.cpu.utilization` by
dividing it by the number of CPU cores.
    For example, if a process is using 2 CPU cores on a 16-core machine,
the value of this metric was previously `2`, but now it will be `0.125`.

- `testbed`: Remove deprecated `GetAvailablePort` function
([#&#8203;32800](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32800))

##### 🚀 New components 🚀

- `healthcheckv2extension`: Introduce the skeleton for the temporary
healthcheckv2 extension.
([#&#8203;26661](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26661))
- `intervalprocessor`: Implements the new interval processor. See the
README for more info about how to use it
([#&#8203;29461](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29461))
- `OpenTelemetry Protocol with Apache Arrow Receiver`: Implementation
copied from opentelemetry/otel-arrow repository
[@&#8203;v0](https://github.com/v0).20.0.
([#&#8203;26491](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26491))
- `roundrobinconnector`: Add a roundrobin connector, that can help
single thread components to scale
([#&#8203;32853](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32853))

##### 💡 Enhancements 💡

- `telemetrygen`: Add support to set metric name
([#&#8203;32840](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32840))

- `exporter/kafkaexporter`: Enable setting message topics using resource
attributes.
([#&#8203;31178](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31178))

- `exporter/datadog`: Introduces the Datadog Agent logs pipeline for
exporting logs to Datadog under the
"exporter.datadogexporter.UseLogsAgentExporter" feature gate.
([#&#8203;32327](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32327))

- `elasticsearchexporter`: Add retry.retry_on_status config
([#&#8203;32584](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32584))
Previously, the status codes that trigger retries were hardcoded to be
429, 500, 502, 503, 504.
It is now configurable using `retry.retry_on_status`, and defaults to
`[429, 500, 502, 503, 504]` to avoid a breaking change.
To avoid duplicates, it is recommended to configure
`retry.retry_on_status` to `[429]`, which would be the default in a
future version.

- `exporter/splunkhec`: add experimental exporter batcher config
([#&#8203;32545](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32545))

- `windowsperfcountersreceiver`: Returns partial errors for failures
during scraping to prevent throwing out all successfully retrieved
metrics
([#&#8203;16712](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16712))

- `jaegerencodingextension`: Promote jaegerencodingextension to alpha
([#&#8203;32699](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32699))

- `kafkaexporter`: add an ability to publish kafka messages with message
key based on metric resource attributes - it will allow partitioning
metrics in Kafka.
([#&#8203;29433](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29433),
[#&#8203;30666](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30666),
[#&#8203;31675](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31675))

- `cmd/opampsupervisor`: Switch the OpAMP Supervisor's bootstrap config
to use the nopreceiver and nopexporter
([#&#8203;32455](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32455))

- `otlpencodingextension`: Move otlpencodingextension to alpha
([#&#8203;32701](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32701))

- `prometheusreceiver`: Prometheus receivers and exporters now preserve
'unknown', 'info', and 'stateset' types.
([#&#8203;16768](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16768))
It uses the metric.metadata field with the 'prometheus.type' key to
store the original type.

- `ptracetest`: Add support for ignore scope span instrumentation scope
information
([#&#8203;32852](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32852))

- `sqlserverreceiver`: Enable direct connection to SQL Server
([#&#8203;30297](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30297))
Directly connecting to SQL Server will enable the receiver to gather
more metrics
for observing the SQL Server instance. The first metric added with this
update is
    `sqlserver.database.io.read_latency`.

- `connector/datadog`: The Datadog connector now has a config option to
identify top-level spans by span kind. This new logic can be enabled by
setting `traces::compute_top_level_by_span_kind` to true in the Datadog
connector config. Default is false.
([#&#8203;32005](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32005))
`traces::compute_top_level_by_span_kind` needs to be enabled in both the
Datadog connector and Datadog exporter configs if both components are
being used.
With this new logic, root spans and spans with a server or consumer
`span.kind` will be marked as top-level. Additionally, spans with a
client or producer `span.kind` will have stats computed.
Enabling this config option may increase the number of spans that
generate trace metrics, and may change which spans appear as top-level
in Datadog.

- `exporter/datadog`: The Datadog exporter now has a config option to
identify top-level spans by span kind. This new logic can be enabled by
setting `traces::compute_top_level_by_span_kind` to true in the Datadog
exporter config. Default is false.
([#&#8203;32005](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32005))
`traces::compute_top_level_by_span_kind` needs to be enabled in both the
Datadog connector and Datadog exporter configs if both components are
being used.
With this new logic, root spans and spans with a server or consumer
`span.kind` will be marked as top-level. Additionally, spans with a
client or producer `span.kind` will have stats computed.
Enabling this config option may increase the number of spans that
generate trace metrics, and may change which spans appear as top-level
in Datadog.

- `exporter/datadog`: Support stable semantic conventions for HTTP spans
([#&#8203;32823](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32823))

- `cmd/opampsupervisor`: Persist collector remote config & telemetry
settings
([#&#8203;21078](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21078))

- `cmd/opampsupervisor`: Support AcceptsRestartCommand Capability.
([#&#8203;21077](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21077))

- `telemetrygen`: Add headers to gRPC metadata for logs
([#&#8203;32668](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32668))

- `sshcheckreceiver`: Add support for running this receiver on Windows
([#&#8203;30650](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30650))

- `zipkinencodingextension`: Move zipkinencodingextension to alpha
([#&#8203;32702](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32702))

##### 🧰 Bug fixes 🧰

- `prometheusremotewrite`: Modify prometheusremotewrite.FromMetrics to
only generate target_info if there are metrics, as otherwise you can't
deduce the timestamp.
([#&#8203;32318](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32318))
- `prometheusremotewrite`: Change prometheusremotewrite.FromMetrics so
that the target_info metric is only generated if at least one
identifying OTel resource attribute (service.name and/or
service.instance.id) is defined.
([#&#8203;32148](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32148))
- `k8sclusterreceiver`: Fix container state metadata
([#&#8203;32676](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32676))
- `sumologicexporter`: do not replace `.` with `_` for prometheus format
([#&#8203;31479](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31479))
- `pkg/stanza`: Allow sorting by ascending order when using the mtime
sort_type.
([#&#8203;32792](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32792))
- `opampextension`: Add a new `ppid` parameter that can be used to
enable orphan detection for the supervisor.
([#&#8203;32189](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32189))
- `awsxrayreceiver`: Retain CloudWatch Log Group when translating X-Ray
segments
([#&#8203;31784](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31784))
- `pkg/stanza`: Fix issue when `exclude_older_than` is enabled without
`ordering_criteria` configured
([#&#8203;32681](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32681))
- `awskinesisexporter`: the compressor was crashing under high load due
it not being thread safe.
([#&#8203;32589](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32589))
removed compressor abstraction and each execution has its own buffer (so
it's thread safe)
- `filelogreceiver`: When a flush timed out make sure we are at EOF
(can't read more)
([#&#8203;31512](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31512),
[#&#8203;32170](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32170))
- `vcenterreceiver`: Adds the `vcenter.cluster.name` resource attribute
to resource pool with a ClusterComputeResource parent
([#&#8203;32535](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32535))
- `vcenterreceiver`: Updates `vcenter.cluster.memory.effective`
(primarily that the value was reporting MiB when it should have been
bytes)
([#&#8203;32782](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32782))
- `vcenterreceiver`: Adds warning to `vcenter.cluster.memory.used`
metric if configured about its future removal
([#&#8203;32805](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32805))
- `vcenterreceiver`: Updates the `vcenter.cluster.vm.count` metric to
also report suspended VM counts
([#&#8203;32803](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32803))
- `vcenterreceiver`: Adds `vcenter.datacenter.name` attributes to all
resource types to help with resource identification
([#&#8203;32531](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32531))
- `vcenterreceiver`: Adds `vcenter.cluster.name` attributes warning log
related to Datastore resource
([#&#8203;32674](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32674))
- `vcenterreceiver`: Adds new `vcenter.virtual_app.name` and
`vcenter.virtual_app.inventory_path` resource attributes to appropriate
VM Resources
([#&#8203;32557](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32557))
- `vcenterreceiver`: Adds functionality for `vcenter.vm.disk.throughput`
while also changing to a gauge.
([#&#8203;32772](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32772))
- `vcenterreceiver`: Adds initially disabled functionality for VM
Templates
([#&#8203;32821](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32821))
- `remotetapprocessor`: Fix memory leak on shutdown
([#&#8203;32571](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32571))
- `haproxyreceiver`: Fix reading stats larger than 4096 bytes
([#&#8203;32652](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32652))
- `connector/count`: Fix handling of non-string attributes in the count
connector
([#&#8203;30314](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30314))
- `datadogexporter`: Fix nil pointer dereference when using beta
infrastructure monitoring offering
([#&#8203;32865](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32865))
    The bug happened under the following conditions:
- Setting `datadog.host.use_as_host_metadata` to true on a payload with
data about the Datadog exporter host
- Running using the official opentelemetry-collector-contrib Docker
image
- `pkg/translator/jaeger`: translate binary attribute values to/from
Jaeger as is, without encoding them as base64 strings
([#&#8203;32204](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32204))
- `awscloudwatchreceiver`: Fixed a bug where autodiscovery would not use
nextToken in the paginated request
([#&#8203;32053](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32053))
- `awsxrayexporter`: make comma`,` as invalid char for x-ray segment
name
([#&#8203;32610](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32610))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…y#32882)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil)
| `v3.24.3` -> `v3.24.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv3/v3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fshirou%2fgopsutil%2fv3/v3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fshirou%2fgopsutil%2fv3/v3.24.3/v3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv3/v3.24.3/v3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>shirou/gopsutil (github.com/shirou/gopsutil/v3)</summary>

###
[`v3.24.4`](https://github.com/shirou/gopsutil/releases/tag/v3.24.4)

[Compare
Source](https://github.com/shirou/gopsutil/compare/v3.24.3...v3.24.4)

<!-- Release notes generated using configuration in .github/release.yml
at v3.24.4 -->

#### What's Changed

##### net

- Update net_openbsd.go to correctly parse netstat output on obsd by
[@&#8203;amarinderca](https://github.com/amarinderca) in
[https://github.com/shirou/gopsutil/pull/1621](https://github.com/shirou/gopsutil/pull/1621)
- chore: fix some typos in comments by
[@&#8203;camcui](https://github.com/camcui) in
[https://github.com/shirou/gopsutil/pull/1624](https://github.com/shirou/gopsutil/pull/1624)

#### New Contributors

- [@&#8203;amarinderca](https://github.com/amarinderca) made their
first contribution in
[https://github.com/shirou/gopsutil/pull/1621](https://github.com/shirou/gopsutil/pull/1621)
- [@&#8203;camcui](https://github.com/camcui) made their first
contribution in
[https://github.com/shirou/gopsutil/pull/1624](https://github.com/shirou/gopsutil/pull/1624)

**Full Changelog**:
shirou/gopsutil@v3.24.3...v3.24.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…y#32911)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/linkedin/goavro/v2](https://github.com/linkedin/goavro)
| `v2.12.0` -> `v2.13.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flinkedin%2fgoavro%2fv2/v2.12.0/v2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flinkedin%2fgoavro%2fv2/v2.12.0/v2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>linkedin/goavro (github.com/linkedin/goavro/v2)</summary>

###
[`v2.13.0`](https://github.com/linkedin/goavro/releases/tag/v2.13.0):
Release to expose underlying TypeName in Codec

[Compare
Source](https://github.com/linkedin/goavro/compare/v2.12.0...v2.13.0)

This release updates the `Codec` type to surface the underlying typeName
via a public API

- Adds the `TypeName` method to `Codec` to expose the underlying type
name outside the goavro package scope
- Adds the `ShortName` method to `Name` to expose the short name (i.e.
record name excluding classpath) as a public method

Ref. PR:
[https://github.com/linkedin/goavro/pull/285](https://github.com/linkedin/goavro/pull/285)
by [@&#8203;mittal-aashay](https://github.com/mittal-aashay)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…ib/cmd/telemetrygen to v0.100.0 (open-telemetry#32912)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `v0.99.0` -> `v0.100.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.99.0/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.99.0/v0.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-contrib
(github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)</summary>

###
[`v0.100.0`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01000)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.99.0...v0.100.0)

##### 🛑 Breaking changes 🛑

- `receiver/hostmetrics`: enable feature gate
`receiver.hostmetrics.normalizeProcessCPUUtilization`
([#&#8203;31368](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31368))
This changes the value of the metric `process.cpu.utilization` by
dividing it by the number of CPU cores.
    For example, if a process is using 2 CPU cores on a 16-core machine,
the value of this metric was previously `2`, but now it will be `0.125`.

- `testbed`: Remove deprecated `GetAvailablePort` function
([#&#8203;32800](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32800))

##### 🚀 New components 🚀

- `healthcheckv2extension`: Introduce the skeleton for the temporary
healthcheckv2 extension.
([#&#8203;26661](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26661))
- `intervalprocessor`: Implements the new interval processor. See the
README for more info about how to use it
([#&#8203;29461](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29461))
- `OpenTelemetry Protocol with Apache Arrow Receiver`: Implementation
copied from opentelemetry/otel-arrow repository
[@&#8203;v0](https://github.com/v0).20.0.
([#&#8203;26491](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26491))
- `roundrobinconnector`: Add a roundrobin connector, that can help
single thread components to scale
([#&#8203;32853](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32853))

##### 💡 Enhancements 💡

- `telemetrygen`: Add support to set metric name
([#&#8203;32840](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32840))

- `exporter/kafkaexporter`: Enable setting message topics using resource
attributes.
([#&#8203;31178](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31178))

- `exporter/datadog`: Introduces the Datadog Agent logs pipeline for
exporting logs to Datadog under the
"exporter.datadogexporter.UseLogsAgentExporter" feature gate.
([#&#8203;32327](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32327))

- `elasticsearchexporter`: Add retry.retry_on_status config
([#&#8203;32584](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32584))
Previously, the status codes that trigger retries were hardcoded to be
429, 500, 502, 503, 504.
It is now configurable using `retry.retry_on_status`, and defaults to
`[429, 500, 502, 503, 504]` to avoid a breaking change.
To avoid duplicates, it is recommended to configure
`retry.retry_on_status` to `[429]`, which would be the default in a
future version.

- `exporter/splunkhec`: add experimental exporter batcher config
([#&#8203;32545](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32545))

- `windowsperfcountersreceiver`: Returns partial errors for failures
during scraping to prevent throwing out all successfully retrieved
metrics
([#&#8203;16712](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16712))

- `jaegerencodingextension`: Promote jaegerencodingextension to alpha
([#&#8203;32699](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32699))

- `kafkaexporter`: add an ability to publish kafka messages with message
key based on metric resource attributes - it will allow partitioning
metrics in Kafka.
([#&#8203;29433](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29433),
[#&#8203;30666](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30666),
[#&#8203;31675](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31675))

- `cmd/opampsupervisor`: Switch the OpAMP Supervisor's bootstrap config
to use the nopreceiver and nopexporter
([#&#8203;32455](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32455))

- `otlpencodingextension`: Move otlpencodingextension to alpha
([#&#8203;32701](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32701))

- `prometheusreceiver`: Prometheus receivers and exporters now preserve
'unknown', 'info', and 'stateset' types.
([#&#8203;16768](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16768))
It uses the metric.metadata field with the 'prometheus.type' key to
store the original type.

- `ptracetest`: Add support for ignore scope span instrumentation scope
information
([#&#8203;32852](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32852))

- `sqlserverreceiver`: Enable direct connection to SQL Server
([#&#8203;30297](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30297))
Directly connecting to SQL Server will enable the receiver to gather
more metrics
for observing the SQL Server instance. The first metric added with this
update is
    `sqlserver.database.io.read_latency`.

- `connector/datadog`: The Datadog connector now has a config option to
identify top-level spans by span kind. This new logic can be enabled by
setting `traces::compute_top_level_by_span_kind` to true in the Datadog
connector config. Default is false.
([#&#8203;32005](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32005))
`traces::compute_top_level_by_span_kind` needs to be enabled in both the
Datadog connector and Datadog exporter configs if both components are
being used.
With this new logic, root spans and spans with a server or consumer
`span.kind` will be marked as top-level. Additionally, spans with a
client or producer `span.kind` will have stats computed.
Enabling this config option may increase the number of spans that
generate trace metrics, and may change which spans appear as top-level
in Datadog.

- `exporter/datadog`: The Datadog exporter now has a config option to
identify top-level spans by span kind. This new logic can be enabled by
setting `traces::compute_top_level_by_span_kind` to true in the Datadog
exporter config. Default is false.
([#&#8203;32005](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32005))
`traces::compute_top_level_by_span_kind` needs to be enabled in both the
Datadog connector and Datadog exporter configs if both components are
being used.
With this new logic, root spans and spans with a server or consumer
`span.kind` will be marked as top-level. Additionally, spans with a
client or producer `span.kind` will have stats computed.
Enabling this config option may increase the number of spans that
generate trace metrics, and may change which spans appear as top-level
in Datadog.

- `exporter/datadog`: Support stable semantic conventions for HTTP spans
([#&#8203;32823](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32823))

- `cmd/opampsupervisor`: Persist collector remote config & telemetry
settings
([#&#8203;21078](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21078))

- `cmd/opampsupervisor`: Support AcceptsRestartCommand Capability.
([#&#8203;21077](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21077))

- `telemetrygen`: Add headers to gRPC metadata for logs
([#&#8203;32668](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32668))

- `sshcheckreceiver`: Add support for running this receiver on Windows
([#&#8203;30650](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30650))

- `zipkinencodingextension`: Move zipkinencodingextension to alpha
([#&#8203;32702](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32702))

##### 🧰 Bug fixes 🧰

- `prometheusremotewrite`: Modify prometheusremotewrite.FromMetrics to
only generate target_info if there are metrics, as otherwise you can't
deduce the timestamp.
([#&#8203;32318](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32318))
- `prometheusremotewrite`: Change prometheusremotewrite.FromMetrics so
that the target_info metric is only generated if at least one
identifying OTel resource attribute (service.name and/or
service.instance.id) is defined.
([#&#8203;32148](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32148))
- `k8sclusterreceiver`: Fix container state metadata
([#&#8203;32676](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32676))
- `sumologicexporter`: do not replace `.` with `_` for prometheus format
([#&#8203;31479](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31479))
- `pkg/stanza`: Allow sorting by ascending order when using the mtime
sort_type.
([#&#8203;32792](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32792))
- `opampextension`: Add a new `ppid` parameter that can be used to
enable orphan detection for the supervisor.
([#&#8203;32189](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32189))
- `awsxrayreceiver`: Retain CloudWatch Log Group when translating X-Ray
segments
([#&#8203;31784](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31784))
- `pkg/stanza`: Fix issue when `exclude_older_than` is enabled without
`ordering_criteria` configured
([#&#8203;32681](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32681))
- `awskinesisexporter`: the compressor was crashing under high load due
it not being thread safe.
([#&#8203;32589](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32589))
removed compressor abstraction and each execution has its own buffer (so
it's thread safe)
- `filelogreceiver`: When a flush timed out make sure we are at EOF
(can't read more)
([#&#8203;31512](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31512),
[#&#8203;32170](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32170))
- `vcenterreceiver`: Adds the `vcenter.cluster.name` resource attribute
to resource pool with a ClusterComputeResource parent
([#&#8203;32535](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32535))
- `vcenterreceiver`: Updates `vcenter.cluster.memory.effective`
(primarily that the value was reporting MiB when it should have been
bytes)
([#&#8203;32782](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32782))
- `vcenterreceiver`: Adds warning to `vcenter.cluster.memory.used`
metric if configured about its future removal
([#&#8203;32805](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32805))
- `vcenterreceiver`: Updates the `vcenter.cluster.vm.count` metric to
also report suspended VM counts
([#&#8203;32803](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32803))
- `vcenterreceiver`: Adds `vcenter.datacenter.name` attributes to all
resource types to help with resource identification
([#&#8203;32531](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32531))
- `vcenterreceiver`: Adds `vcenter.cluster.name` attributes warning log
related to Datastore resource
([#&#8203;32674](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32674))
- `vcenterreceiver`: Adds new `vcenter.virtual_app.name` and
`vcenter.virtual_app.inventory_path` resource attributes to appropriate
VM Resources
([#&#8203;32557](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32557))
- `vcenterreceiver`: Adds functionality for `vcenter.vm.disk.throughput`
while also changing to a gauge.
([#&#8203;32772](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32772))
- `vcenterreceiver`: Adds initially disabled functionality for VM
Templates
([#&#8203;32821](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32821))
- `remotetapprocessor`: Fix memory leak on shutdown
([#&#8203;32571](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32571))
- `haproxyreceiver`: Fix reading stats larger than 4096 bytes
([#&#8203;32652](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32652))
- `connector/count`: Fix handling of non-string attributes in the count
connector
([#&#8203;30314](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30314))
- `datadogexporter`: Fix nil pointer dereference when using beta
infrastructure monitoring offering
([#&#8203;32865](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32865))
    The bug happened under the following conditions:
- Setting `datadog.host.use_as_host_metadata` to true on a payload with
data about the Datadog exporter host
- Running using the official opentelemetry-collector-contrib Docker
image
- `pkg/translator/jaeger`: translate binary attribute values to/from
Jaeger as is, without encoding them as base64 strings
([#&#8203;32204](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32204))
- `awscloudwatchreceiver`: Fixed a bug where autodiscovery would not use
nextToken in the paginated request
([#&#8203;32053](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32053))
- `awsxrayexporter`: make comma`,` as invalid char for x-ray segment
name
([#&#8203;32610](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32610))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pablo Baeyens <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…try#32908)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/jaegertracing/jaeger](https://github.com/jaegertracing/jaeger)
| `v1.56.0` -> `v1.57.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.56.0/v1.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.56.0/v1.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jaegertracing/jaeger
(github.com/jaegertracing/jaeger)</summary>

###
[`v1.57.0`](https://github.com/jaegertracing/jaeger/releases/tag/v1.57.0)

[Compare
Source](https://github.com/jaegertracing/jaeger/compare/v1.56.0...v1.57.0)

##### Backend Changes

##### 🐞 Bug fixes, Minor Improvements

- \[jaeger-v2] define an internal interface of storage v2 spanstore
([@&#8203;james-ryans](https://github.com/james-ryans) in
[#&#8203;5399](https://github.com/jaegertracing/jaeger/pull/5399))
- Combine jaeger ui release notes with jaeger backend
([@&#8203;albertteoh](https://github.com/albertteoh) in
[#&#8203;5405](https://github.com/jaegertracing/jaeger/pull/5405))
- \[agent] use grpc.newclient
([@&#8203;yurishkuro](https://github.com/yurishkuro) in
[#&#8203;5392](https://github.com/jaegertracing/jaeger/pull/5392))
- \[sampling] fix merging of per-operation strategies into service
strategies without them ([@&#8203;kuujis](https://github.com/kuujis)
in [#&#8203;5277](https://github.com/jaegertracing/jaeger/pull/5277))
- Create sampling templates when creating sampling store
([@&#8203;JaeguKim](https://github.com/JaeguKim) in
[#&#8203;5349](https://github.com/jaegertracing/jaeger/pull/5349))
- \[kafka-consumer] set the rackid in consumer config
([@&#8203;sappusaketh](https://github.com/sappusaketh) in
[#&#8203;5374](https://github.com/jaegertracing/jaeger/pull/5374))
- Adding best practices badge to readme.md
([@&#8203;jkowall](https://github.com/jkowall) in
[#&#8203;5369](https://github.com/jaegertracing/jaeger/pull/5369))

##### 👷 CI Improvements

- Moving global write permissions down into the ci jobs
([@&#8203;jkowall](https://github.com/jkowall) in
[#&#8203;5370](https://github.com/jaegertracing/jaeger/pull/5370))

##### 📊 UI Changes

##### 🐞 Bug fixes, Minor Improvements

- Improve trace page title with data and unique emoji (fixes
[#&#8203;2256](https://github.com/jaegertracing/jaeger/issues/2256))
([@&#8203;nox](https://github.com/nox) in
[#&#8203;2275](https://github.com/jaegertracing/jaeger-ui/pull/2275))
- Require node version 20+
([@&#8203;Baalekshan](https://github.com/Baalekshan) in
[#&#8203;2274](https://github.com/jaegertracing/jaeger-ui/pull/2274))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Pablo Baeyens <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
| `v0.177.0` -> `v0.178.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.178.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.178.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.177.0/v0.178.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.177.0/v0.178.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>

###
[`v0.178.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.178.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.177.0...v0.178.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2561](https://github.com/googleapis/google-api-go-client/issues/2561))
([2d22d11](https://github.com/googleapis/google-api-go-client/commit/2d22d11df9643a4fad0f9e952d7a92a419370122))
- **all:** Auto-regenerate discovery clients
([#&#8203;2564](https://github.com/googleapis/google-api-go-client/issues/2564))
([b313e4b](https://github.com/googleapis/google-api-go-client/commit/b313e4bd70e601fd7a2a931f168fb1dece980e75))
- **all:** Auto-regenerate discovery clients
([#&#8203;2565](https://github.com/googleapis/google-api-go-client/issues/2565))
([0843d21](https://github.com/googleapis/google-api-go-client/commit/0843d217048b2e713c0d273b95b33afb99926a8c))
- **all:** Auto-regenerate discovery clients
([#&#8203;2567](https://github.com/googleapis/google-api-go-client/issues/2567))
([76b27f1](https://github.com/googleapis/google-api-go-client/commit/76b27f162032649ddb3cb3f06ed24c7333b3fa66))
- **all:** Auto-regenerate discovery clients
([#&#8203;2568](https://github.com/googleapis/google-api-go-client/issues/2568))
([d922e3b](https://github.com/googleapis/google-api-go-client/commit/d922e3b559ce5832941390b4f9bf91210e3f6579))
- **all:** Auto-regenerate discovery clients
([#&#8203;2570](https://github.com/googleapis/google-api-go-client/issues/2570))
([f2da582](https://github.com/googleapis/google-api-go-client/commit/f2da582c9f6aab240d44c8ebd2dcc43f5096f896))
- **all:** Auto-regenerate discovery clients
([#&#8203;2571](https://github.com/googleapis/google-api-go-client/issues/2571))
([0c976dc](https://github.com/googleapis/google-api-go-client/commit/0c976dcc8d1d653f2284ce273493e6714a6d4b2a))
- **gen:** Add internaloption.EnableNewAuthLibrary
([#&#8203;2519](https://github.com/googleapis/google-api-go-client/issues/2519))
([8c74bb8](https://github.com/googleapis/google-api-go-client/commit/8c74bb83e2bc27188154c506e63a3e0f3a042f55))
- **google-api-go-client:** Add x-goog-api-version header
([#&#8203;2563](https://github.com/googleapis/google-api-go-client/issues/2563))
([fe54ffd](https://github.com/googleapis/google-api-go-client/commit/fe54ffd92359506fca1ffd70dc647db0ab9a903c))

##### Documentation

- Update commit style in CONTRIBUTING
([#&#8203;2566](https://github.com/googleapis/google-api-go-client/issues/2566))
([5e44215](https://github.com/googleapis/google-api-go-client/commit/5e44215df618fcafd5f6c1bbe259062cddd32f1a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…2.0 (open-telemetry#32105)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/otel-arrow](https://github.com/open-telemetry/otel-arrow)
| `v0.18.0` -> `v0.22.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fotel-arrow/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fotel-arrow/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fotel-arrow/v0.18.0/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fotel-arrow/v0.18.0/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/otel-arrow
(github.com/open-telemetry/otel-arrow)</summary>

###
[`v0.22.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.22.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.21.0...v0.22.0)

Includes
[#&#8203;178](https://github.com/open-telemetry/otel-arrow/issues/178).

[CHANGELOG](https://github.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md)

###
[`v0.21.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.21.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.20.0...v0.21.0)

See the
[CHANGELOG](https://github.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md).

###
[`v0.20.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.20.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.19.0...v0.20.0)

##### What's Changed

- Backport lint fixes from OTel-Collector-Contrib PR 31996 by
[@&#8203;jmacd](https://github.com/jmacd) in
[https://github.com/open-telemetry/otel-arrow/pull/163](https://github.com/open-telemetry/otel-arrow/pull/163)
- Upgrade collector to v0.97.0 by
[@&#8203;moh-osman3](https://github.com/moh-osman3) in
[https://github.com/open-telemetry/otel-arrow/pull/164](https://github.com/open-telemetry/otel-arrow/pull/164)

**Full Changelog**:
open-telemetry/otel-arrow@v0.19.0...v0.20.0

###
[`v0.19.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.19.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.18.0...v0.19.0)

See
[CHANGELOG.md](https://github.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md#0190---2024-03-26)
for release notes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…elemetry#33027)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/expr-lang/expr](https://github.com/expr-lang/expr) |
`v1.16.5` -> `v1.16.7` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fexpr-lang%2fexpr/v1.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fexpr-lang%2fexpr/v1.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fexpr-lang%2fexpr/v1.16.5/v1.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fexpr-lang%2fexpr/v1.16.5/v1.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>expr-lang/expr (github.com/expr-lang/expr)</summary>

###
[`v1.16.7`](https://github.com/expr-lang/expr/releases/tag/v1.16.7)

[Compare
Source](https://github.com/expr-lang/expr/compare/v1.16.6...v1.16.7)

**Expr** is a Go-centric expression language designed to deliver dynamic
configurations with unparalleled accuracy,
safety, and speed.

```go
program, err := expr.Compile(`now() - created_at < duration("24h")`)
```

**In this release**:

-   Improved now() and date() type validation
-   Updated documentation

**Expr Editor**

The [Expr Editor](https://expr-lang.org/editor) is an embeddable code
editor written in JavaScript with
full support of Expr language.

**Expr Pro**

[Expr Pro](https://expr-lang.org/expr-pro) is a set of extensions for
Expr for advanced use cases. It includes
expressions explanation, performance profiling, and more.

###
[`v1.16.6`](https://github.com/expr-lang/expr/releases/tag/v1.16.6)

[Compare
Source](https://github.com/expr-lang/expr/compare/v1.16.5...v1.16.6)

**Expr** is a Go-centric expression language designed to deliver dynamic
configurations with unparalleled accuracy,
safety, and speed.

```go
program, err := expr.Compile(`now() - created_at < duration("24h")`)
```

**In this release**:

- Added an option to set default timezone for `date()` and `now()`
builtins with `expr.Timezone("Europe/Zurich")`
-   Added a new `timezone("UTC")` builtin
- Fixed double-escaping of keys in map printing
([#&#8203;640](https://github.com/expr-lang/expr/issues/640))
- Starting from this release, Expr has no dependencies
[go.mod](https://github.com/expr-lang/expr/blob/master/go.mod)
([#&#8203;618](https://github.com/expr-lang/expr/issues/618),
[#&#8203;642](https://github.com/expr-lang/expr/issues/642))

**Expr Editor**

The [Expr Editor](https://expr-lang.org/editor) is an embeddable code
editor written in JavaScript with
full support of Expr language.

**Expr Pro**

[Expr Pro](https://expr-lang.org/expr-pro) is a set of extensions for
Expr for advanced use cases. It includes
expressions explanation, performance profiling, and more.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://github.com/DataDog/agent-payload)
| `v5.0.114` -> `v5.0.115` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.115?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.115?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.114/v5.0.115?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.114/v5.0.115?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/core/config](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/core/log](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2.0.20240502211937-f7706eb2beae` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.54.0-rc.2.0.20240502211937-f7706eb2beae/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.54.0-rc.2.0.20240502211937-f7706eb2beae/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/config/model](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/config/setup](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/proto](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/trace](https://github.com/DataDog/datadog-agent)
| `v0.54.0-rc.2` -> `v0.54.0-rc.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.54.0-rc.2/v0.54.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DataDog/agent-payload
(github.com/DataDog/agent-payload/v5)</summary>

###
[`v5.0.115`](https://github.com/DataDog/agent-payload/releases/tag/v5.0.115)

[Compare
Source](https://github.com/DataDog/agent-payload/compare/v5.0.114...v5.0.115)

#### What's Changed

- Update the CODEOWNERS for metrics and logs protobufs to APR by
[@&#8203;jszwedko](https://github.com/jszwedko) in
[https://github.com/DataDog/agent-payload/pull/298](https://github.com/DataDog/agent-payload/pull/298)
- Fix generated proto files by
[@&#8203;DanielLavie](https://github.com/DanielLavie) in
[https://github.com/DataDog/agent-payload/pull/305](https://github.com/DataDog/agent-payload/pull/305)
- USMON-930: Remove DataStreamsAggregations deprecated fields by
[@&#8203;DanielLavie](https://github.com/DanielLavie) in
[https://github.com/DataDog/agent-payload/pull/304](https://github.com/DataDog/agent-payload/pull/304)
- Update CODEOWNERS by [@&#8203;guyarb](https://github.com/guyarb) in
[https://github.com/DataDog/agent-payload/pull/308](https://github.com/DataDog/agent-payload/pull/308)
- Updated protobuf files to be generated with protoc-gen-1.34.1 by
[@&#8203;guyarb](https://github.com/guyarb) in
[https://github.com/DataDog/agent-payload/pull/307](https://github.com/DataDog/agent-payload/pull/307)
- usm: db: Added settings for generic DB monitoring, and specially
postgres by [@&#8203;guyarb](https://github.com/guyarb) in
[https://github.com/DataDog/agent-payload/pull/303](https://github.com/DataDog/agent-payload/pull/303)
- Pin protobuf generator versions by
[@&#8203;leeavital](https://github.com/leeavital) in
[https://github.com/DataDog/agent-payload/pull/310](https://github.com/DataDog/agent-payload/pull/310)
- \[process payload] Mark \*.proto_builder.go libraries as generated by
[@&#8203;leeavital](https://github.com/leeavital) in
[https://github.com/DataDog/agent-payload/pull/309](https://github.com/DataDog/agent-payload/pull/309)

#### New Contributors

- [@&#8203;jszwedko](https://github.com/jszwedko) made their first
contribution in
[https://github.com/DataDog/agent-payload/pull/298](https://github.com/DataDog/agent-payload/pull/298)

**Full Changelog**:
DataDog/agent-payload@v5.0.114...v5.0.115

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…n-telemetry#33057)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/prometheus/procfs](https://github.com/prometheus/procfs)
| `v0.14.0` -> `v0.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fprocfs/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fprocfs/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fprocfs/v0.14.0/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fprocfs/v0.14.0/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus/procfs (github.com/prometheus/procfs)</summary>

###
[`v0.15.0`](https://github.com/prometheus/procfs/releases/tag/v0.15.0):
/ 2024-05-14

[Compare
Source](https://github.com/prometheus/procfs/compare/v0.14.0...v0.15.0)

#### What's Changed

- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[https://github.com/prometheus/procfs/pull/635](https://github.com/prometheus/procfs/pull/635)
- enhancement: Use pointer fields for `FibreChannel*` by
[@&#8203;rexagod](https://github.com/rexagod) in
[https://github.com/prometheus/procfs/pull/623](https://github.com/prometheus/procfs/pull/623)
- bugfix: Allow multiple `xprt` fields for NFS stats by
[@&#8203;rexagod](https://github.com/rexagod) in
[https://github.com/prometheus/procfs/pull/619](https://github.com/prometheus/procfs/pull/619)
- bugfix: `s/TrimRight/TrimSuffix` for certain cases by
[@&#8203;rexagod](https://github.com/rexagod) in
[https://github.com/prometheus/procfs/pull/618](https://github.com/prometheus/procfs/pull/618)
- Parse recovery line to be synced blocks by
[@&#8203;SuperQ](https://github.com/SuperQ) in
[https://github.com/prometheus/procfs/pull/637](https://github.com/prometheus/procfs/pull/637)
- feat: Add support for `CONFIG_CPU_FREQ_STAT` by
[@&#8203;rexagod](https://github.com/rexagod) in
[https://github.com/prometheus/procfs/pull/627](https://github.com/prometheus/procfs/pull/627)
- Fixup sysfs/system_cpu.go lint errors by
[@&#8203;SuperQ](https://github.com/SuperQ) in
[https://github.com/prometheus/procfs/pull/638](https://github.com/prometheus/procfs/pull/638)
- Update class_thermal.go to ignore only invalid thermal zones which
raise fs.PathError by
[@&#8203;miliacristian](https://github.com/miliacristian) in
[https://github.com/prometheus/procfs/pull/634](https://github.com/prometheus/procfs/pull/634)
- Bump golang.org/x/sys from 0.19.0 to 0.20.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/procfs/pull/639](https://github.com/prometheus/procfs/pull/639)

#### New Contributors

- [@&#8203;miliacristian](https://github.com/miliacristian) made their
first contribution in
[https://github.com/prometheus/procfs/pull/634](https://github.com/prometheus/procfs/pull/634)

**Full Changelog**:
prometheus/procfs@v0.14.0...v0.15.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…or to v0.23.0 (open-telemetry#33055)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/otel-arrow/collector](https://github.com/open-telemetry/otel-arrow)
| `v0.22.0` -> `v0.23.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fotel-arrow%2fcollector/v0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fotel-arrow%2fcollector/v0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fotel-arrow%2fcollector/v0.22.0/v0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fotel-arrow%2fcollector/v0.22.0/v0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/otel-arrow
(github.com/open-telemetry/otel-arrow/collector)</summary>

###
[`v0.23.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.23.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.22.0...v0.23.0)

##### What's Changed

- Update go.mod files post v0.22, restore CI by
[@&#8203;jmacd](https://github.com/jmacd) in
[https://github.com/open-telemetry/otel-arrow/pull/180](https://github.com/open-telemetry/otel-arrow/pull/180)
- (boundedqueue): new semaphore implementation by
[@&#8203;moh-osman3](https://github.com/moh-osman3) in
[https://github.com/open-telemetry/otel-arrow/pull/174](https://github.com/open-telemetry/otel-arrow/pull/174)
- (concurrentbatchprocessor): propagate metadataKeys correctly when
using `multiShardBatcher` by
[@&#8203;moh-osman3](https://github.com/moh-osman3) in
[https://github.com/open-telemetry/otel-arrow/pull/184](https://github.com/open-telemetry/otel-arrow/pull/184)
- (otelarrowreceiver): asynchronous stream operations by
[@&#8203;moh-osman3](https://github.com/moh-osman3) in
[https://github.com/open-telemetry/otel-arrow/pull/181](https://github.com/open-telemetry/otel-arrow/pull/181)
- Remove the FIFO prioritizer; use least-loaded over all streams by
default by [@&#8203;jmacd](https://github.com/jmacd) in
[https://github.com/open-telemetry/otel-arrow/pull/186](https://github.com/open-telemetry/otel-arrow/pull/186)
- Lint fixes from open collector-contrib PRs. by
[@&#8203;jmacd](https://github.com/jmacd) in
[https://github.com/open-telemetry/otel-arrow/pull/188](https://github.com/open-telemetry/otel-arrow/pull/188)
- Release otel-arrow v0.23.0 by
[@&#8203;moh-osman3](https://github.com/moh-osman3) in
[https://github.com/open-telemetry/otel-arrow/pull/187](https://github.com/open-telemetry/otel-arrow/pull/187)

**Full Changelog**:
open-telemetry/otel-arrow@v0.22.0...v0.23.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…pen-telemetry#33061)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go)
| `v1.9.0` -> `v1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frabbitmq%2famqp091-go/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frabbitmq%2famqp091-go/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frabbitmq%2famqp091-go/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frabbitmq%2famqp091-go/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>rabbitmq/amqp091-go (github.com/rabbitmq/amqp091-go)</summary>

###
[`v1.10.0`](https://github.com/rabbitmq/amqp091-go/blob/HEAD/CHANGELOG.md#v1100-2024-05-08)

[Compare
Source](https://github.com/rabbitmq/amqp091-go/compare/v1.9.0...v1.10.0)

[Full
Changelog](https://github.com/rabbitmq/amqp091-go/compare/v1.9.0...v1.10.0)

**Implemented enhancements:**

- Undeprecate non-context publish functions
[#&#8203;259](https://github.com/rabbitmq/amqp091-go/pull/259)
([Zerpet](https://github.com/Zerpet))
- Update Go directive
[#&#8203;257](https://github.com/rabbitmq/amqp091-go/pull/257)
([Zerpet](https://github.com/Zerpet))

**Fixed bugs:**

- republishing on reconnect bug in the example
[#&#8203;249](https://github.com/rabbitmq/amqp091-go/issues/249)
- Channel Notify Close not receive event when connection is closed by
RMQ server.
[#&#8203;241](https://github.com/rabbitmq/amqp091-go/issues/241)
- Inconsistent documentation
[#&#8203;231](https://github.com/rabbitmq/amqp091-go/issues/231)
- Data race in the client example
[#&#8203;72](https://github.com/rabbitmq/amqp091-go/issues/72)
- Fix string function of URI
[#&#8203;258](https://github.com/rabbitmq/amqp091-go/pull/258)
([Zerpet](https://github.com/Zerpet))

**Closed issues:**

- Documentation needed (`PublishWithContext` does not use context)
[#&#8203;195](https://github.com/rabbitmq/amqp091-go/issues/195)
- concurrent dispatch data race
[#&#8203;226](https://github.com/rabbitmq/amqp091-go/issues/226)

**Merged pull requests:**

- Fix data race in example
[#&#8203;260](https://github.com/rabbitmq/amqp091-go/pull/260)
([Zerpet](https://github.com/Zerpet))
- Address CodeQL warning
[#&#8203;252](https://github.com/rabbitmq/amqp091-go/pull/252)
([lukebakken](https://github.com/lukebakken))
- Add support for additional AMQP URI query parameters
[#&#8203;251](https://github.com/rabbitmq/amqp091-go/pull/251)
([vilius-g](https://github.com/vilius-g))
- Example fix
[#&#8203;250](https://github.com/rabbitmq/amqp091-go/pull/250)
([Boris-Plato](https://github.com/Boris-Plato))
- Increasing the code coverage
[#&#8203;248](https://github.com/rabbitmq/amqp091-go/pull/248)
([edercarloscosta](https://github.com/edercarloscosta))
- Use correct mutex to guard confirms.published
[#&#8203;240](https://github.com/rabbitmq/amqp091-go/pull/240)
([hjr265](https://github.com/hjr265))
- Documenting Publishing.Expiration usage
[#&#8203;232](https://github.com/rabbitmq/amqp091-go/pull/232)
([niksteff](https://github.com/niksteff))
- fix comment typo in example_client_test.go
[#&#8203;228](https://github.com/rabbitmq/amqp091-go/pull/228)
([wisaTong](https://github.com/wisaTong))
- Bump go.uber.org/goleak from 1.2.1 to 1.3.0
[#&#8203;227](https://github.com/rabbitmq/amqp091-go/pull/227)
([dependabot\[bot\]](https://github.com/apps/dependabot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
….1 (open-telemetry#33026)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender)
| `v2.1.0` -> `v2.1.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-docappender%2fv2/v2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2felastic%2fgo-docappender%2fv2/v2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2felastic%2fgo-docappender%2fv2/v2.1.0/v2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felastic%2fgo-docappender%2fv2/v2.1.0/v2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>elastic/go-docappender
(github.com/elastic/go-docappender/v2)</summary>

###
[`v2.1.1`](https://github.com/elastic/go-docappender/releases/tag/v2.1.1)

[Compare
Source](https://github.com/elastic/go-docappender/compare/v2.1.0...v2.1.1)

##### What's Changed

- fix: update elastic.events.queued with the correct number of queued
events by [@&#8203;kruskall](https://github.com/kruskall) in
[https://github.com/elastic/go-docappender/pull/150](https://github.com/elastic/go-docappender/pull/150)

**Full Changelog**:
elastic/go-docappender@v2.1.0...v2.1.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
….1 (open-telemetry#33032)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)
| `v1.19.0` -> `v1.19.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fclient_golang/v1.19.0/v1.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.19.0/v1.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus/client_golang
(github.com/prometheus/client_golang)</summary>

###
[`v1.19.1`](https://github.com/prometheus/client_golang/releases/tag/v1.19.1)

[Compare
Source](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1)

#### What's Changed

- Security patches for `golang.org/x/sys` and
`google.golang.org/protobuf`

#### New Contributors

- [@&#8203;lukasauk](https://github.com/lukasauk) made their first
contribution in
[https://github.com/prometheus/client_golang/pull/1494](https://github.com/prometheus/client_golang/pull/1494)

**Full Changelog**:
prometheus/client_golang@v1.19.0...v1.19.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
steves-canva pushed a commit that referenced this pull request Jun 11, 2024
…to v0.31.0 (open-telemetry#33066)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go)
| `v0.30.0` -> `v0.31.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.30.0/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.30.0/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-go
(github.com/testcontainers/testcontainers-go)</summary>

###
[`v0.31.0`](https://github.com/testcontainers/testcontainers-go/releases/tag/v0.31.0)

[Compare
Source](https://github.com/testcontainers/testcontainers-go/compare/v0.30.0...v0.31.0)

### What's Changed

#### ⚠️ Breaking Changes

- break: return error from Customize request option
([#&#8203;2267](https://github.com/testcontainers/testcontainers-go/issues/2267))
[@&#8203;stevenh](https://github.com/stevenh)

##### Are you hosting your own Testcontainers for Go module?

If you are hosting your own module, please update all the custom options
you created for the module, updating them to return an error in the case
it occurs. This breaking change is needed to provide a more robust and
consistent API for creating modules, allowing module authors to create
custom code to customise the container avoiding panics.

#### 🔒 Security

- chore(deps): bump github.com/containerd/containerd from 1.7.12 to
1.7.15
([#&#8203;2517](https://github.com/testcontainers/testcontainers-go/issues/2517))
[@&#8203;mdelapenya](https://github.com/mdelapenya)

#### 🚀 Features

- feat(modules.mongodb): add replica set support via opts
([#&#8203;2469](https://github.com/testcontainers/testcontainers-go/issues/2469))
[@&#8203;heiytor](https://github.com/heiytor)
- feat: expose JSON representation of a container with Inspect
([#&#8203;2534](https://github.com/testcontainers/testcontainers-go/issues/2534))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat: forward host ports to a container using an SSH tunnel
([#&#8203;2471](https://github.com/testcontainers/testcontainers-go/issues/2471))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat: support overriding the default recreate options for compose
([#&#8203;2511](https://github.com/testcontainers/testcontainers-go/issues/2511))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat: support passing io.Reader for compose files when creating a
compose instance
([#&#8203;2509](https://github.com/testcontainers/testcontainers-go/issues/2509))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat: support Ryuk for the compose module
([#&#8203;2485](https://github.com/testcontainers/testcontainers-go/issues/2485))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat: Bump default postgres version
([#&#8203;2481](https://github.com/testcontainers/testcontainers-go/issues/2481))
[@&#8203;bearrito](https://github.com/bearrito)
- support Dolt
([#&#8203;2177](https://github.com/testcontainers/testcontainers-go/issues/2177))
[@&#8203;coffeegoddd](https://github.com/coffeegoddd)
- Elasticsearch disable CA retrieval when ssl is disabled
([#&#8203;2475](https://github.com/testcontainers/testcontainers-go/issues/2475))
[@&#8203;Anaethelion](https://github.com/Anaethelion)

#### 🐛 Bug Fixes

- fix(modules.kafka): Use broker container IP instead of host IP for
advertised broker listener
([#&#8203;1989](https://github.com/testcontainers/testcontainers-go/issues/1989))
[@&#8203;khartld](https://github.com/khartld)
- fix(compose): avoid race conditions when caching services
([#&#8203;2528](https://github.com/testcontainers/testcontainers-go/issues/2528))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: enhance host configuration port binding
([#&#8203;2512](https://github.com/testcontainers/testcontainers-go/issues/2512))
[@&#8203;wilsouza](https://github.com/wilsouza)
- fix: don't retry on permanent APIClient errors
([#&#8203;2506](https://github.com/testcontainers/testcontainers-go/issues/2506))
[@&#8203;p-jahn](https://github.com/p-jahn)
- fix: fallback to URL-path when parsing auth config URL without scheme
([#&#8203;2488](https://github.com/testcontainers/testcontainers-go/issues/2488))
[@&#8203;p-jahn](https://github.com/p-jahn)
- fix(postgres): Fix the non-default dbname error
([#&#8203;2489](https://github.com/testcontainers/testcontainers-go/issues/2489))
[@&#8203;Minivera](https://github.com/Minivera)

#### 📖 Documentation

- docs: add documentation for Exec method
([#&#8203;2451](https://github.com/testcontainers/testcontainers-go/issues/2451))
[@&#8203;gustavosbarreto](https://github.com/gustavosbarreto)
- docs: document the SSHd tunnel
([#&#8203;2514](https://github.com/testcontainers/testcontainers-go/issues/2514))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- \[doc] Fix follow_logs.md by adding missing package
([#&#8203;2513](https://github.com/testcontainers/testcontainers-go/issues/2513))
[@&#8203;JulienBreux](https://github.com/JulienBreux)

#### 🧹 Housekeeping

- chore(influxdb): include more characters in wait for log regex
([#&#8203;2532](https://github.com/testcontainers/testcontainers-go/issues/2532))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(compose): return error in options
([#&#8203;2520](https://github.com/testcontainers/testcontainers-go/issues/2520))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: use new UUID for sshd server password
([#&#8203;2515](https://github.com/testcontainers/testcontainers-go/issues/2515))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore: add funding button for testcontainers
([#&#8203;2510](https://github.com/testcontainers/testcontainers-go/issues/2510))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore: create TLS certs in a consistent manner
([#&#8203;2478](https://github.com/testcontainers/testcontainers-go/issues/2478))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: handle dockerignore exclusions properly
([#&#8203;2476](https://github.com/testcontainers/testcontainers-go/issues/2476))
[@&#8203;mdelapenya](https://github.com/mdelapenya)

#### 📦 Dependency updates

- chore(deps): bump test-summary action to v2.3
([#&#8203;2535](https://github.com/testcontainers/testcontainers-go/issues/2535))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4
([#&#8203;2533](https://github.com/testcontainers/testcontainers-go/issues/2533))
[@&#8203;dependabot](https://github.com/dependabot)
- Update devcontainer image
([#&#8203;2531](https://github.com/testcontainers/testcontainers-go/issues/2531))
[@&#8203;bells17](https://github.com/bells17)
- chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0
([#&#8203;2525](https://github.com/testcontainers/testcontainers-go/issues/2525))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump mkdocs-material from 8.2.7 to 9.5.18
([#&#8203;2524](https://github.com/testcontainers/testcontainers-go/issues/2524))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump github.com/compose-spec/compose-go/v2 from
v2.0.0-rc8 to v2.1.0
([#&#8203;2519](https://github.com/testcontainers/testcontainers-go/issues/2519))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(deps): bump github.com/containerd/containerd from 1.7.12 to
1.7.15
([#&#8203;2517](https://github.com/testcontainers/testcontainers-go/issues/2517))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(deps): bump golang.org/x/net in modules (minio, gcloud,
weaviate, compose, qdrant, couchbase, k3s, milvus, mockserver, pulsar,
kafka)
([#&#8203;2505](https://github.com/testcontainers/testcontainers-go/issues/2505))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(deps): bump idna from 3.6 to 3.7
([#&#8203;2480](https://github.com/testcontainers/testcontainers-go/issues/2480))
[@&#8203;dependabot](https://github.com/dependabot)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ector-contrib/internal/common to v0.114.0 (open-telemetry#36441)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opentelemetry-collector-contrib/internal/common](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `v0.113.0` -> `v0.114.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.113.0/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.113.0/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-contrib
(github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)</summary>

###
[`v0.114.0`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01140)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.113.0...v0.114.0)

##### 🛑 Breaking changes 🛑

- `datadogexporter`: Stop prefixing `http_server_duration`,
`http_server_request_size` and `http_server_response_size` with
`otelcol`
([#&#8203;36265](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36265))
These metrics can be from SDKs rather than collector. Stop prefixing
them to be consistent with
https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics
- `otelarrowreceiver`: New admission control metrics are consistent
across Arrow and OTLP data paths.
([#&#8203;36334](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36334))
`otelcol_otelarrow_admission_in_flight_bytes` new, replaces
`otelcol_otel_arrow_receiver_in_flight_bytes`
`otelcol_otelarrow_admission_waiting_bytes`: new, describes waiting
requests
    `otelcol_otel_arrow_receiver_in_flight_items`: removed
    `otelcol_otel_arrow_receiver_in_flight_requests`: removed

##### 🚩 Deprecations 🚩

- `exporter/prometheusremotewrite`: Deprecate configuration option
`export_created metric`
([#&#8203;35003](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35003))
Disable the
exporter.prometheusremotewriteexporter.deprecateCreatedMetric feature
gate to temporarily re-enable the created metric.

##### 💡 Enhancements 💡

- `datadogreceiver`: Add json handling for the `api/v2/series` endpoint
in the datadogreceiver
([#&#8203;36079](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36079))
- `googlemanagedprometheus`: Add `CumulativeNormalization` config option
to allow users to configure to specify whether to report normalized or
un-normalized points. Defaults to normalized.
([#&#8203;36357](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36357))
- `elasticsearchexporter`: Translate `k8s.*.name` resource attributes in
ECS mode
([#&#8203;36233](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36233))
Translate `k8s.job.name`, `k8s.cronjob.name`, `k8s.statefulset.name`,
`k8s.replicaset.name`, `k8s.daemonset.name`, `k8s.container.name` to
`kubernetes.*.name`. Translate `k8s.cluster.name` to
`orchestrator.cluster.name`.
- `encodingextension`: Add support for profiles signal to
encodingextension
([#&#8203;36008](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36008))
- `k8sattributesprocessor`: Add support for profiles signal
([#&#8203;35983](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35983))
- `cmd/githubgen`: Adds a flag to skip checking GitHub organization
membership for CODEOWNERS
([#&#8203;36263](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36263))
- `container`: Set non root group permissions for container image
([#&#8203;35179](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35179))
- `k8sclusterreceiver`: Add support for limiting observed resources to a
specific namespace.
([#&#8203;9401](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9401))
This change allows to make use of this receiver with
`Roles`/`RoleBindings`, as opposed to giving the collector cluster-wide
read access.
- `opampextension`: Add content type to opamp extension when reporting
EffectiveConfig
([#&#8203;36327](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36327))
Add EffectiveConfig.ConfigMap.ConfigMap\[\*].ContentType as "text/yaml"
to the opamp extension when reporting EffectiveConfig.
- `otelarrowreceiver`: Admission control improvements (LIFO);
admission.waiter_limit is deprecated, replaced with
admission.waiting_limit_mib.
([#&#8203;36074](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074))
- `otelarrowreceiver`: Add a new LIFO-based bounded queue.
([#&#8203;36074](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074))
- `connector/otlpjson`: Throw error on invalid otlp payload.
([#&#8203;35738](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35738),
[#&#8203;35739](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35739))
- `prometheusremotewriteexporter`: reduce allocation when serializing
protobuf
([#&#8203;35185](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35185))
- `resourcedetectionprocessor`: Introduce support for Profiles signal
type.
([#&#8203;35980](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35980))
- `routingconnector`: Add ability to route by metric context
([#&#8203;36236](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36236))
- `routingconnector`: Add ability to route by span context
([#&#8203;36276](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36276))
- `processor/spanprocessor`: Add a new configuration option to keep the
original span name when extracting attributes from the span name.
([#&#8203;36120](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36120))
- `splunkenterprisereceiver`: Add new metrics for Splunk Enterprise
dispatch artifacts caches
([#&#8203;36181](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36181))

##### 🧰 Bug fixes 🧰

- `pkg/stanza`: Ensure that time parsing happens before entry is sent to
downstream operators
([#&#8203;36213](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36213))
- `prometheusexporter`: Fixes a race condition between the exporter
start and shutdown functions.
([#&#8203;36139](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36139))
- `processor/k8sattributes`: Block when starting until the metadata have
been synced, to fix that some data couldn't be associated with metadata
when the agent was just started.
([#&#8203;32556](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32556))
- `exporter/loadbalancing`: Shutdown exporters during collector
shutdown. This fixes a memory leak.
([#&#8203;36024](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36024))
- `pkg/ottl`: Respect the `depth` option when flattening slices using
`flatten`
([#&#8203;36161](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36161))
    The `depth` option is also now required to be at least `1`.
- `prometheusexporter`: reject metrics whose types have changed, use
pre-existing descriptions when help strings change
([#&#8203;28617](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/28617))
- `pkg/stanza`: Synchronous handling of entries passed from the log
emitter to the receiver adapter
([#&#8203;35453](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35453))
- `prometheusreceiver`: Fix prometheus receiver to support static scrape
config with Target Allocator
([#&#8203;36062](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36062))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ry#36446)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | major | `4.6.0` -> `5.0.2` |

# Warnings (1)

Please correct - or verify that you can safely ignore - these warnings
before you merge this PR.

- `codecov/codecov-action`: Could not determine new digest for update
(github-tags package codecov/codecov-action)

---

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v5.0.2`](https://github.com/codecov/codecov-action/releases/tag/v5.0.2)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2)

#### What's Changed

- fix: override commit and pr values for PR cases by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1657](https://github.com/codecov/codecov-action/pull/1657)

**Full Changelog**:
codecov/codecov-action@v5.0.1...v5.0.2

###
[`v5.0.1`](https://github.com/codecov/codecov-action/releases/tag/v5.0.1)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.0...v5.0.1)

#### What's Changed

- fix: use marketplace v5 badge by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1646](https://github.com/codecov/codecov-action/pull/1646)
- fix: update tokenless branch logic by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1650](https://github.com/codecov/codecov-action/pull/1650)
- chore(release): 5.0.1 by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1656](https://github.com/codecov/codecov-action/pull/1656)

**Full Changelog**:
codecov/codecov-action@v5.0.0...v5.0.1

###
[`v5.0.0`](https://github.com/codecov/codecov-action/releases/tag/v5.0.0)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.0)

##### v5 Release

`v5` of the Codecov GitHub Action will use the [Codecov
Wrapper](https://github.com/codecov/wrapper) to encapsulate the
[CLI](https://github.com/codecov/codecov-cli). This will help
ensure that the Action gets updates quicker.

##### Migration Guide

The `v5` release also coincides with the opt-out feature for tokens for
public repositories. In the `Global Upload Token` section of the
settings page of an organization in codecov.io, you can set the ability
for Codecov to receive a coverage reports from any source. This will
allow contributors or other members of a repository to upload without
needing access to the Codecov token. For more details see [how to upload
without a
token](https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token).

> \[!WARNING]\
> **The following arguments have been changed**
>
> -   `file` (this has been deprecated in favor of `files`)
> -   `plugin` (this has been deprecated in favor of `plugins`)

The following arguments have been added:

-   `binary`
-   `gcov_args`
-   `gcov_executable`
-   `gcov_ignore`
-   `gcov_include`
-   `report_type`
-   `skip_validation`
-   `swift_project`

You can see their usage in the `action.yml`
[file](https://github.com/codecov/codecov-action/blob/main/action.yml).

##### What's Changed

- chore(deps): bump to eslint9+ and remove eslint-config-google by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1591](https://github.com/codecov/codecov-action/pull/1591)
- build(deps-dev): bump
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
from 7.5.1 to 7.6.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1595](https://github.com/codecov/codecov-action/pull/1595)
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1604](https://github.com/codecov/codecov-action/pull/1604)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 8.8.0 to 8.8.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1601](https://github.com/codecov/codecov-action/pull/1601)
- build(deps): bump
[@&#8203;actions/core](https://github.com/actions/core) from
1.11.0 to 1.11.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1597](https://github.com/codecov/codecov-action/pull/1597)
- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1596](https://github.com/codecov/codecov-action/pull/1596)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 8.8.0 to 8.8.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1600](https://github.com/codecov/codecov-action/pull/1600)
- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1598](https://github.com/codecov/codecov-action/pull/1598)
- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1609](https://github.com/codecov/codecov-action/pull/1609)
- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1608](https://github.com/codecov/codecov-action/pull/1608)
- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1607](https://github.com/codecov/codecov-action/pull/1607)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 8.8.1 to 8.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1612](https://github.com/codecov/codecov-action/pull/1612)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 8.8.1 to 8.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1611](https://github.com/codecov/codecov-action/pull/1611)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 8.9.0 to 8.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1615](https://github.com/codecov/codecov-action/pull/1615)
- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1618](https://github.com/codecov/codecov-action/pull/1618)
- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1617](https://github.com/codecov/codecov-action/pull/1617)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 8.9.0 to 8.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1614](https://github.com/codecov/codecov-action/pull/1614)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 8.10.0 to 8.11.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1620](https://github.com/codecov/codecov-action/pull/1620)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 8.10.0 to 8.11.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1619](https://github.com/codecov/codecov-action/pull/1619)
- build(deps-dev): bump
[@&#8203;types/jest](https://github.com/types/jest) from
29.5.13 to 29.5.14 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1622](https://github.com/codecov/codecov-action/pull/1622)
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1625](https://github.com/codecov/codecov-action/pull/1625)
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1624](https://github.com/codecov/codecov-action/pull/1624)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 8.11.0 to 8.12.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1626](https://github.com/codecov/codecov-action/pull/1626)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 8.12.1 to 8.12.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1629](https://github.com/codecov/codecov-action/pull/1629)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 8.11.0 to 8.12.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1628](https://github.com/codecov/codecov-action/pull/1628)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 8.12.2 to 8.13.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1635](https://github.com/codecov/codecov-action/pull/1635)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 8.12.2 to 8.13.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1634](https://github.com/codecov/codecov-action/pull/1634)
- feat: use wrapper by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1621](https://github.com/codecov/codecov-action/pull/1621)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1639](https://github.com/codecov/codecov-action/pull/1639)
- fix: add missing vars by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1638](https://github.com/codecov/codecov-action/pull/1638)
- fix: update container builds by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1640](https://github.com/codecov/codecov-action/pull/1640)
- fixL use the correct source by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1642](https://github.com/codecov/codecov-action/pull/1642)
- chore(deps): bump wrapper to 0.0.23 by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1644](https://github.com/codecov/codecov-action/pull/1644)

**Full Changelog**:
codecov/codecov-action@v4.6.0...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…pen-telemetry#36442)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/signalfx/sapm-proto](https://github.com/signalfx/sapm-proto)
| `v0.16.0` -> `v0.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsignalfx%2fsapm-proto/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsignalfx%2fsapm-proto/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsignalfx%2fsapm-proto/v0.16.0/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsignalfx%2fsapm-proto/v0.16.0/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>signalfx/sapm-proto (github.com/signalfx/sapm-proto)</summary>

###
[`v0.17.0`](https://github.com/signalfx/sapm-proto/releases/tag/v0.17.0)

[Compare
Source](https://github.com/signalfx/sapm-proto/compare/v0.16.0...v0.17.0)

##### What's Changed

- Bump
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
from 0.108.0 to 0.113.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/signalfx/sapm-proto/pull/201](https://github.com/signalfx/sapm-proto/pull/201)

**Full Changelog**:
signalfx/sapm-proto@v0.16.0...v0.17.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ector-contrib/cmd/telemetrygen to v0.114.0 (open-telemetry#36439)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `v0.113.0` -> `v0.114.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.113.0/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.113.0/v0.114.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-contrib
(github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)</summary>

###
[`v0.114.0`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01140)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.113.0...v0.114.0)

##### 🛑 Breaking changes 🛑

- `datadogexporter`: Stop prefixing `http_server_duration`,
`http_server_request_size` and `http_server_response_size` with
`otelcol`
([#&#8203;36265](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36265))
These metrics can be from SDKs rather than collector. Stop prefixing
them to be consistent with
https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics
- `otelarrowreceiver`: New admission control metrics are consistent
across Arrow and OTLP data paths.
([#&#8203;36334](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36334))
`otelcol_otelarrow_admission_in_flight_bytes` new, replaces
`otelcol_otel_arrow_receiver_in_flight_bytes`
`otelcol_otelarrow_admission_waiting_bytes`: new, describes waiting
requests
    `otelcol_otel_arrow_receiver_in_flight_items`: removed
    `otelcol_otel_arrow_receiver_in_flight_requests`: removed

##### 🚩 Deprecations 🚩

- `exporter/prometheusremotewrite`: Deprecate configuration option
`export_created metric`
([#&#8203;35003](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35003))
Disable the
exporter.prometheusremotewriteexporter.deprecateCreatedMetric feature
gate to temporarily re-enable the created metric.

##### 💡 Enhancements 💡

- `datadogreceiver`: Add json handling for the `api/v2/series` endpoint
in the datadogreceiver
([#&#8203;36079](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36079))
- `googlemanagedprometheus`: Add `CumulativeNormalization` config option
to allow users to configure to specify whether to report normalized or
un-normalized points. Defaults to normalized.
([#&#8203;36357](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36357))
- `elasticsearchexporter`: Translate `k8s.*.name` resource attributes in
ECS mode
([#&#8203;36233](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36233))
Translate `k8s.job.name`, `k8s.cronjob.name`, `k8s.statefulset.name`,
`k8s.replicaset.name`, `k8s.daemonset.name`, `k8s.container.name` to
`kubernetes.*.name`. Translate `k8s.cluster.name` to
`orchestrator.cluster.name`.
- `encodingextension`: Add support for profiles signal to
encodingextension
([#&#8203;36008](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36008))
- `k8sattributesprocessor`: Add support for profiles signal
([#&#8203;35983](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35983))
- `cmd/githubgen`: Adds a flag to skip checking GitHub organization
membership for CODEOWNERS
([#&#8203;36263](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36263))
- `container`: Set non root group permissions for container image
([#&#8203;35179](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35179))
- `k8sclusterreceiver`: Add support for limiting observed resources to a
specific namespace.
([#&#8203;9401](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9401))
This change allows to make use of this receiver with
`Roles`/`RoleBindings`, as opposed to giving the collector cluster-wide
read access.
- `opampextension`: Add content type to opamp extension when reporting
EffectiveConfig
([#&#8203;36327](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36327))
Add EffectiveConfig.ConfigMap.ConfigMap\[\*].ContentType as "text/yaml"
to the opamp extension when reporting EffectiveConfig.
- `otelarrowreceiver`: Admission control improvements (LIFO);
admission.waiter_limit is deprecated, replaced with
admission.waiting_limit_mib.
([#&#8203;36074](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074))
- `otelarrowreceiver`: Add a new LIFO-based bounded queue.
([#&#8203;36074](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074))
- `connector/otlpjson`: Throw error on invalid otlp payload.
([#&#8203;35738](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35738),
[#&#8203;35739](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35739))
- `prometheusremotewriteexporter`: reduce allocation when serializing
protobuf
([#&#8203;35185](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35185))
- `resourcedetectionprocessor`: Introduce support for Profiles signal
type.
([#&#8203;35980](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35980))
- `routingconnector`: Add ability to route by metric context
([#&#8203;36236](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36236))
- `routingconnector`: Add ability to route by span context
([#&#8203;36276](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36276))
- `processor/spanprocessor`: Add a new configuration option to keep the
original span name when extracting attributes from the span name.
([#&#8203;36120](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36120))
- `splunkenterprisereceiver`: Add new metrics for Splunk Enterprise
dispatch artifacts caches
([#&#8203;36181](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36181))

##### 🧰 Bug fixes 🧰

- `pkg/stanza`: Ensure that time parsing happens before entry is sent to
downstream operators
([#&#8203;36213](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36213))
- `prometheusexporter`: Fixes a race condition between the exporter
start and shutdown functions.
([#&#8203;36139](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36139))
- `processor/k8sattributes`: Block when starting until the metadata have
been synced, to fix that some data couldn't be associated with metadata
when the agent was just started.
([#&#8203;32556](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32556))
- `exporter/loadbalancing`: Shutdown exporters during collector
shutdown. This fixes a memory leak.
([#&#8203;36024](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36024))
- `pkg/ottl`: Respect the `depth` option when flattening slices using
`flatten`
([#&#8203;36161](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36161))
    The `depth` option is also now required to be at least `1`.
- `prometheusexporter`: reject metrics whose types have changed, use
pre-existing descriptions when help strings change
([#&#8203;28617](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/28617))
- `pkg/stanza`: Synchronous handling of entries passed from the log
emitter to the receiver adapter
([#&#8203;35453](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35453))
- `prometheusreceiver`: Fix prometheus receiver to support static scrape
config with Target Allocator
([#&#8203;36062](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36062))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…pen-telemetry#36428)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/Antonboom/testifylint](https://github.com/Antonboom/testifylint)
| `v1.5.0` -> `v1.5.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAntonboom%2ftestifylint/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAntonboom%2ftestifylint/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAntonboom%2ftestifylint/v1.5.0/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAntonboom%2ftestifylint/v1.5.0/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Antonboom/testifylint
(github.com/Antonboom/testifylint)</summary>

###
[`v1.5.2`](https://github.com/Antonboom/testifylint/releases/tag/v1.5.2):
formatter: ignore non-string single arg

[Compare
Source](https://github.com/Antonboom/testifylint/compare/v1.5.1...v1.5.2)

#### What's Changed

- build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/Antonboom/testifylint/pull/195](https://github.com/Antonboom/testifylint/pull/195)
- formatter: ignore non-string single arg by
[@&#8203;Antonboom](https://github.com/Antonboom) in
[https://github.com/Antonboom/testifylint/pull/200](https://github.com/Antonboom/testifylint/pull/200)

**Full Changelog**:
Antonboom/testifylint@v1.5.1...v1.5.2

###
[`v1.5.1`](https://github.com/Antonboom/testifylint/releases/tag/v1.5.1):
`encoded-compare` false positives fix

[Compare
Source](https://github.com/Antonboom/testifylint/compare/v1.5.0...v1.5.1)

#### What's Changed

- encoded-compare false positives fix by
[@&#8203;Antonboom](https://github.com/Antonboom) in
[https://github.com/Antonboom/testifylint/pull/199](https://github.com/Antonboom/testifylint/pull/199)

**Full Changelog**:
Antonboom/testifylint@v1.5.0...v1.5.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
….1 (open-telemetry#36429)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender)
| `v2.3.0` -> `v2.3.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.0/v2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.0/v2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>elastic/go-docappender
(github.com/elastic/go-docappender/v2)</summary>

###
[`v2.3.1`](https://github.com/elastic/go-docappender/releases/tag/v2.3.1)

[Compare
Source](https://github.com/elastic/go-docappender/compare/v2.3.0...v2.3.1)

##### What's Changed

- build(deps): bump the otel group with 5 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/195](https://github.com/elastic/go-docappender/pull/195)
- feat: bump go to 1.22 by
[@&#8203;kruskall](https://github.com/kruskall) in
[https://github.com/elastic/go-docappender/pull/194](https://github.com/elastic/go-docappender/pull/194)
- build(deps): bump go.elastic.co/fastjson from 1.3.0 to 1.4.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/193](https://github.com/elastic/go-docappender/pull/193)
- build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.14.0
to 8.15.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/197](https://github.com/elastic/go-docappender/pull/197)
- build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.14.0
to 8.15.0 in /integrationtest by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/198](https://github.com/elastic/go-docappender/pull/198)
- build(deps): bump the go-agent group across 1 directory with 3 updates
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/199](https://github.com/elastic/go-docappender/pull/199)
- build(deps): bump the otel group with 5 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/201](https://github.com/elastic/go-docappender/pull/201)
- build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/202](https://github.com/elastic/go-docappender/pull/202)
- github-actions: use ephemeral tokens by
[@&#8203;v1v](https://github.com/v1v) in
[https://github.com/elastic/go-docappender/pull/203](https://github.com/elastic/go-docappender/pull/203)
- fix: decode and format error response from es by
[@&#8203;kruskall](https://github.com/kruskall) in
[https://github.com/elastic/go-docappender/pull/205](https://github.com/elastic/go-docappender/pull/205)
- build(deps): bump github.com/klauspost/compress from 1.17.10 to
1.17.11 by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/elastic/go-docappender/pull/208](https://github.com/elastic/go-docappender/pull/208)
- build(deps): bump the otel group with 5 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/207](https://github.com/elastic/go-docappender/pull/207)
- fix: filter ES error responses by
[@&#8203;kruskall](https://github.com/kruskall) in
[https://github.com/elastic/go-docappender/pull/206](https://github.com/elastic/go-docappender/pull/206)
- `elasticsearch.events.retried`: Add retry dimension by
[@&#8203;marclop](https://github.com/marclop) in
[https://github.com/elastic/go-docappender/pull/209](https://github.com/elastic/go-docappender/pull/209)
- build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/212](https://github.com/elastic/go-docappender/pull/212)
- build(deps): bump the otel group with 5 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/213](https://github.com/elastic/go-docappender/pull/213)
- build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.15.0
to 8.16.0 in /integrationtest by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/215](https://github.com/elastic/go-docappender/pull/215)
- build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.15.0
to 8.16.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/214](https://github.com/elastic/go-docappender/pull/214)

**Full Changelog**:
elastic/go-docappender@v2.3.0...v2.3.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://github.com/DataDog/agent-payload)
| `v5.0.135` -> `v5.0.136` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.136?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.136?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.135/v5.0.136?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.135/v5.0.136?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go)
| `v2.31.0` -> `v2.33.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.31.0/v2.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.31.0/v2.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DataDog/agent-payload
(github.com/DataDog/agent-payload/v5)</summary>

###
[`v5.0.136`](https://github.com/DataDog/agent-payload/releases/tag/v5.0.136)

[Compare
Source](https://github.com/DataDog/agent-payload/compare/v5.0.135...v5.0.136)

##### What's changed

- Fix import of Golang v5 proto
([#&#8203;354](https://github.com/DataDog/agent-payload/issues/354))

**Full Changelog**:
[v5.0.135...v5.0.136](https://github.com/DataDog/agent-payload/compare/v5.0.135...v5.0.136)

</details>

<details>
<summary>DataDog/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>

###
[`v2.33.0`](https://github.com/DataDog/datadog-api-client-go/releases/tag/v2.33.0)

[Compare
Source](https://github.com/DataDog/datadog-api-client-go/compare/v2.32.0...v2.33.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.33.0 -->

#### What's Changed

##### Added

- Adds accepted reasons for archiving signal by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2681](https://github.com/DataDog/datadog-api-client-go/pull/2681)
- Add usage type breakdown for error tracking billing dimension by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2768](https://github.com/DataDog/datadog-api-client-go/pull/2768)
- Add Historical Job endpoints to Datadog API spec by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2765](https://github.com/DataDog/datadog-api-client-go/pull/2765)
- Add new keys for CWS Fargate Task in summary usage and usage
attribution endpoints by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2773](https://github.com/DataDog/datadog-api-client-go/pull/2773)
- Add missing measures for SLOs data source by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2774](https://github.com/DataDog/datadog-api-client-go/pull/2774)
- Downgrade noisy unstable operation log to debug by
[@&#8203;skarimo](https://github.com/skarimo) in
[https://github.com/DataDog/datadog-api-client-go/pull/2780](https://github.com/DataDog/datadog-api-client-go/pull/2780)

**Full Changelog**:
DataDog/datadog-api-client-go@v2.32.0...v2.33.0

###
[`v2.32.0`](https://github.com/DataDog/datadog-api-client-go/releases/tag/v2.32.0)

[Compare
Source](https://github.com/DataDog/datadog-api-client-go/compare/v2.31.0...v2.32.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.32.0 -->

#### What's Changed

##### Fixed

- Fix Toplist widget's stacked display style - remove legend as required
field by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2710](https://github.com/DataDog/datadog-api-client-go/pull/2710)
- Remove user fields that are unsupported by the Incidents API by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2721](https://github.com/DataDog/datadog-api-client-go/pull/2721)
- Fix Synthetics batch status by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2760](https://github.com/DataDog/datadog-api-client-go/pull/2760)

##### Added

- Add MSTeams integration metadata info by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2723](https://github.com/DataDog/datadog-api-client-go/pull/2723)
- Update GCP API Spec to support `is_resource_change_collection_enabled`
by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2727](https://github.com/DataDog/datadog-api-client-go/pull/2727)
- Add vulnerability type to Findings API by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2726](https://github.com/DataDog/datadog-api-client-go/pull/2726)
- Update Documentation for Data Stream Monitoring by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2733](https://github.com/DataDog/datadog-api-client-go/pull/2733)
- Add LLM Observability to ListStreamSource by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2732](https://github.com/DataDog/datadog-api-client-go/pull/2732)
- Add synthetics stepDetail.allowFailure and stepDetail.failure by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2741](https://github.com/DataDog/datadog-api-client-go/pull/2741)
- Integrate incident types into Incidents API documentation by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2725](https://github.com/DataDog/datadog-api-client-go/pull/2725)
- Add `use_recommended_keywords` attribute to sensitive data scanner
rule spec by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2752](https://github.com/DataDog/datadog-api-client-go/pull/2752)
- Add domain allowlist endpoints by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2749](https://github.com/DataDog/datadog-api-client-go/pull/2749)
- Add v2 endpoints for RUM custom metrics. by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2748](https://github.com/DataDog/datadog-api-client-go/pull/2748)
- Documentation for beta /v2/usage/billing_dimension_mapping by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2671](https://github.com/DataDog/datadog-api-client-go/pull/2671)
- Add `alwaysExecute` and `exitIfSucceed` to Synthetics steps by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2761](https://github.com/DataDog/datadog-api-client-go/pull/2761)
- Add metric_namespace_configs to GCP v2 API by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2763](https://github.com/DataDog/datadog-api-client-go/pull/2763)

##### Changed

- Edit Naming for v2 Microsoft Teams Integration Endpoints by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2722](https://github.com/DataDog/datadog-api-client-go/pull/2722)
- Change the mobile device ids from enum to string by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2720](https://github.com/DataDog/datadog-api-client-go/pull/2720)
- Mark Cost Attribution end_month parameter as not required by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2706](https://github.com/DataDog/datadog-api-client-go/pull/2706)
- Allow for any type for additionalProperties in HTTPLogItem by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2742](https://github.com/DataDog/datadog-api-client-go/pull/2742)
- Make some amendments to the new mobiles schema by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2740](https://github.com/DataDog/datadog-api-client-go/pull/2740)
- Make value be oneOf number or string by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2753](https://github.com/DataDog/datadog-api-client-go/pull/2753)
- Add examples for resources for Cloudflare by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2747](https://github.com/DataDog/datadog-api-client-go/pull/2747)

##### Removed

- Remove deprecated estimated usage types for usage attribution by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2745](https://github.com/DataDog/datadog-api-client-go/pull/2745)

##### Deprecated

- Deprecate two sds metadata fields by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2739](https://github.com/DataDog/datadog-api-client-go/pull/2739)
- Delete `api/v2/cost/aws_related_accounts` from spec by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2754](https://github.com/DataDog/datadog-api-client-go/pull/2754)
- Deprecate `api/v2/cost/enabled` by
[@&#8203;api-clients-generation-pipeline](https://github.com/api-clients-generation-pipeline)
in
[https://github.com/DataDog/datadog-api-client-go/pull/2756](https://github.com/DataDog/datadog-api-client-go/pull/2756)

**Full Changelog**:
DataDog/datadog-api-client-go@v2.31.0...v2.32.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…6452)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.113.0` -> `0.114.0` |
|
[otel/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.113.0` -> `0.114.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-releases
(otel/opentelemetry-collector)</summary>

###
[`v0.114.0`](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.114.0)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.113.0...v0.114.0)

Check the [v0.114.0 contrib
changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.114.0)
and the [v0.114.0 core
changelog](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.114.0)
for changelogs on specific components.

##### Changelog

-
[`dc1bada`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/dc1bada8170bceba6bd1b86f73674ef3a8775bce)
prepare v0.114.0 release
([#&#8203;740](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/740))
-
[`1705981`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/17059816cf8ea68d0137238e67a4f54e7a680bbf)
\[chore] fix renovate regex config
([#&#8203;733](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/733))
-
[`ee3ebeb`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/ee3ebeb1021305640374e34203d59a1559966042)
chore(deps): update github-actions deps
([#&#8203;732](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/732))
-
[`9c3ca38`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/9c3ca38fbb9de467a2652b931025f207b26ac2d5)
Bump github.com/goreleaser/goreleaser-pro/v2 from 2.3.2-pro to 2.4.1-pro
([#&#8203;724](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/724))
-
[`26c3dee`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/26c3dee556880f327b52aeec1675b261b09c5261)
Update GoReleaser templating to support all collector distros
([#&#8203;708](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/708))
-
[`067599e`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/067599e6a4f2a68f043f2d47a702a6729adbc7db)
Set up default renovate config with regex to handle goreleaser-pro
updates
([#&#8203;728](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/728))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…emetry#36460)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | patch | `5.0.2` -> `5.0.3` |

# Warnings (1)

Please correct - or verify that you can safely ignore - these warnings
before you merge this PR.

- `codecov/codecov-action`: Could not determine new digest for update
(github-tags package codecov/codecov-action)

---

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v5.0.3`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v503)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.3)

##### What's Changed

- fix: update OIDC audience by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1675](https://github.com/codecov/codecov-action/pull/1675)
- fix: use double-quotes for OIDC by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1669](https://github.com/codecov/codecov-action/pull/1669)
- fix: prevent always setting tokenless to be true by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1673](https://github.com/codecov/codecov-action/pull/1673)
- fix: update CHANGELOG and automate by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1674](https://github.com/codecov/codecov-action/pull/1674)
- fix: bump to v5 and update README by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1655](https://github.com/codecov/codecov-action/pull/1655)
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 by
[@&#8203;app/dependabot](https://github.com/app/dependabot) in
[https://github.com/codecov/codecov-action/pull/1665](https://github.com/codecov/codecov-action/pull/1665)
- fix: typo in `inputs.disable_safe_directory` by
[@&#8203;mkroening](https://github.com/mkroening) in
[https://github.com/codecov/codecov-action/pull/1666](https://github.com/codecov/codecov-action/pull/1666)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | patch | `5.0.3` -> `5.0.7` |

# Warnings (1)

Please correct - or verify that you can safely ignore - these warnings
before you merge this PR.

- `codecov/codecov-action`: Could not determine new digest for update
(github-tags package codecov/codecov-action)

---

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v5.0.7`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v507)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.6...v5.0.7)

##### What's Changed

- fix: use HEAD_REPO by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1690](https://github.com/codecov/codecov-action/pull/1690)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

###
[`v5.0.6`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v506)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.5...v5.0.6)

##### What's Changed

- fix: update CODECOV_TOKEN and fix tokenless by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1688](https://github.com/codecov/codecov-action/pull/1688)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6

###
[`v5.0.5`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v505)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.4...v5.0.5)

##### What's Changed

- chore(release): wrapper-0.0.27 by
[@&#8203;app/codecov-releaser-app](https://github.com/app/codecov-releaser-app)
in
[https://github.com/codecov/codecov-action/pull/1685](https://github.com/codecov/codecov-action/pull/1685)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5

###
[`v5.0.4`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v504)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.3...v5.0.4)

##### What's Changed

- chore(deps): bump wrapper to 0.0.26 by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1681](https://github.com/codecov/codecov-action/pull/1681)
- fix: strip out a trailing /n from input tokens by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1679](https://github.com/codecov/codecov-action/pull/1679)
- fix: add action version by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1678](https://github.com/codecov/codecov-action/pull/1678)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…36547)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/stretchr/testify](https://github.com/stretchr/testify)
| `v1.9.0` -> `v1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>stretchr/testify (github.com/stretchr/testify)</summary>

###
[`v1.10.0`](https://github.com/stretchr/testify/releases/tag/v1.10.0)

[Compare
Source](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

#### What's Changed

##### Functional Changes

- Add PanicAssertionFunc by
[@&#8203;fahimbagar](https://github.com/fahimbagar) in
[https://github.com/stretchr/testify/pull/1337](https://github.com/stretchr/testify/pull/1337)
- assert: deprecate CompareType by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1566](https://github.com/stretchr/testify/pull/1566)
- assert: make YAML dependency pluggable via build tags by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1579](https://github.com/stretchr/testify/pull/1579)
- assert: new assertion NotElementsMatch by
[@&#8203;hendrywiranto](https://github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1600](https://github.com/stretchr/testify/pull/1600)
- mock: in order mock calls by
[@&#8203;ReyOrtiz](https://github.com/ReyOrtiz) in
[https://github.com/stretchr/testify/pull/1637](https://github.com/stretchr/testify/pull/1637)
- Add assertion for NotErrorAs by
[@&#8203;palsivertsen](https://github.com/palsivertsen) in
[https://github.com/stretchr/testify/pull/1129](https://github.com/stretchr/testify/pull/1129)
- Record Return Arguments of a Call by
[@&#8203;jayd3e](https://github.com/jayd3e) in
[https://github.com/stretchr/testify/pull/1636](https://github.com/stretchr/testify/pull/1636)
- assert.EqualExportedValues: accepts everything by
[@&#8203;redachl](https://github.com/redachl) in
[https://github.com/stretchr/testify/pull/1586](https://github.com/stretchr/testify/pull/1586)

##### Fixes

- assert: make tHelper a type alias by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1562](https://github.com/stretchr/testify/pull/1562)
- Do not get argument again unnecessarily in Arguments.Error() by
[@&#8203;TomWright](https://github.com/TomWright) in
[https://github.com/stretchr/testify/pull/820](https://github.com/stretchr/testify/pull/820)
- Fix time.Time compare by
[@&#8203;myxo](https://github.com/myxo) in
[https://github.com/stretchr/testify/pull/1582](https://github.com/stretchr/testify/pull/1582)
- assert.Regexp: handle \[]byte array properly by
[@&#8203;kevinburkesegment](https://github.com/kevinburkesegment)
in
[https://github.com/stretchr/testify/pull/1587](https://github.com/stretchr/testify/pull/1587)
- assert: collect.FailNow() should not panic by
[@&#8203;marshall-lee](https://github.com/marshall-lee) in
[https://github.com/stretchr/testify/pull/1481](https://github.com/stretchr/testify/pull/1481)
- mock: simplify implementation of FunctionalOptions by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1571](https://github.com/stretchr/testify/pull/1571)
- mock: caller information for unexpected method call by
[@&#8203;spirin](https://github.com/spirin) in
[https://github.com/stretchr/testify/pull/1644](https://github.com/stretchr/testify/pull/1644)
- suite: fix test failures by
[@&#8203;stevenh](https://github.com/stevenh) in
[https://github.com/stretchr/testify/pull/1421](https://github.com/stretchr/testify/pull/1421)
- Fix issue
[#&#8203;1662](https://github.com/stretchr/testify/issues/1662)
(comparing infs should fail) by
[@&#8203;ybrustin](https://github.com/ybrustin) in
[https://github.com/stretchr/testify/pull/1663](https://github.com/stretchr/testify/pull/1663)
- NotSame should fail if args are not pointers
[#&#8203;1661](https://github.com/stretchr/testify/issues/1661)
by [@&#8203;sikehish](https://github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1664](https://github.com/stretchr/testify/pull/1664)
- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
by [@&#8203;sikehish](https://github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1667](https://github.com/stretchr/testify/pull/1667)
- fix: compare functional option names for indirect calls by
[@&#8203;arjun-1](https://github.com/arjun-1) in
[https://github.com/stretchr/testify/pull/1626](https://github.com/stretchr/testify/pull/1626)

##### Documantation, Build & CI

- .gitignore: ignore "go test -c" binaries by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1565](https://github.com/stretchr/testify/pull/1565)
- mock: improve doc by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1570](https://github.com/stretchr/testify/pull/1570)
- mock: fix FunctionalOptions docs by
[@&#8203;snirye](https://github.com/snirye) in
[https://github.com/stretchr/testify/pull/1433](https://github.com/stretchr/testify/pull/1433)
- README: link out to the excellent testifylint by
[@&#8203;brackendawson](https://github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1568](https://github.com/stretchr/testify/pull/1568)
- assert: fix typo in comment by
[@&#8203;JohnEndson](https://github.com/JohnEndson) in
[https://github.com/stretchr/testify/pull/1580](https://github.com/stretchr/testify/pull/1580)
- Correct the EventuallyWithT and EventuallyWithTf example by
[@&#8203;JonCrowther](https://github.com/JonCrowther) in
[https://github.com/stretchr/testify/pull/1588](https://github.com/stretchr/testify/pull/1588)
- CI: bump softprops/action-gh-release from 1 to 2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/stretchr/testify/pull/1575](https://github.com/stretchr/testify/pull/1575)
- mock: document more alternatives to deprecated AnythingOfTypeArgument
by [@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1569](https://github.com/stretchr/testify/pull/1569)
- assert: Correctly document EqualValues behavior by
[@&#8203;brackendawson](https://github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1593](https://github.com/stretchr/testify/pull/1593)
- fix: grammar in godoc by
[@&#8203;miparnisari](https://github.com/miparnisari) in
[https://github.com/stretchr/testify/pull/1607](https://github.com/stretchr/testify/pull/1607)
- .github/workflows: Run tests for Go 1.22 by
[@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in
[https://github.com/stretchr/testify/pull/1629](https://github.com/stretchr/testify/pull/1629)
- Document suite's lack of support for t.Parallel by
[@&#8203;brackendawson](https://github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1645](https://github.com/stretchr/testify/pull/1645)
- assert: fix typos in comments by
[@&#8203;alexandear](https://github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1650](https://github.com/stretchr/testify/pull/1650)
- mock: fix doc comment for NotBefore by
[@&#8203;alexandear](https://github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1651](https://github.com/stretchr/testify/pull/1651)
- Generate better comments for require package by
[@&#8203;Neokil](https://github.com/Neokil) in
[https://github.com/stretchr/testify/pull/1610](https://github.com/stretchr/testify/pull/1610)
- README: replace Testify V2 notice with
[@&#8203;dolmen](https://github.com/dolmen)'s V2 manifesto by
[@&#8203;hendrywiranto](https://github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1518](https://github.com/stretchr/testify/pull/1518)

#### New Contributors

- [@&#8203;fahimbagar](https://github.com/fahimbagar) made
their first contribution in
[https://github.com/stretchr/testify/pull/1337](https://github.com/stretchr/testify/pull/1337)
- [@&#8203;TomWright](https://github.com/TomWright) made their
first contribution in
[https://github.com/stretchr/testify/pull/820](https://github.com/stretchr/testify/pull/820)
- [@&#8203;snirye](https://github.com/snirye) made their first
contribution in
[https://github.com/stretchr/testify/pull/1433](https://github.com/stretchr/testify/pull/1433)
- [@&#8203;myxo](https://github.com/myxo) made their first
contribution in
[https://github.com/stretchr/testify/pull/1582](https://github.com/stretchr/testify/pull/1582)
- [@&#8203;JohnEndson](https://github.com/JohnEndson) made
their first contribution in
[https://github.com/stretchr/testify/pull/1580](https://github.com/stretchr/testify/pull/1580)
- [@&#8203;JonCrowther](https://github.com/JonCrowther) made
their first contribution in
[https://github.com/stretchr/testify/pull/1588](https://github.com/stretchr/testify/pull/1588)
- [@&#8203;miparnisari](https://github.com/miparnisari) made
their first contribution in
[https://github.com/stretchr/testify/pull/1607](https://github.com/stretchr/testify/pull/1607)
- [@&#8203;marshall-lee](https://github.com/marshall-lee) made
their first contribution in
[https://github.com/stretchr/testify/pull/1481](https://github.com/stretchr/testify/pull/1481)
- [@&#8203;spirin](https://github.com/spirin) made their first
contribution in
[https://github.com/stretchr/testify/pull/1644](https://github.com/stretchr/testify/pull/1644)
- [@&#8203;ReyOrtiz](https://github.com/ReyOrtiz) made their
first contribution in
[https://github.com/stretchr/testify/pull/1637](https://github.com/stretchr/testify/pull/1637)
- [@&#8203;stevenh](https://github.com/stevenh) made their
first contribution in
[https://github.com/stretchr/testify/pull/1421](https://github.com/stretchr/testify/pull/1421)
- [@&#8203;jayd3e](https://github.com/jayd3e) made their first
contribution in
[https://github.com/stretchr/testify/pull/1636](https://github.com/stretchr/testify/pull/1636)
- [@&#8203;Neokil](https://github.com/Neokil) made their first
contribution in
[https://github.com/stretchr/testify/pull/1610](https://github.com/stretchr/testify/pull/1610)
- [@&#8203;redachl](https://github.com/redachl) made their
first contribution in
[https://github.com/stretchr/testify/pull/1586](https://github.com/stretchr/testify/pull/1586)
- [@&#8203;ybrustin](https://github.com/ybrustin) made their
first contribution in
[https://github.com/stretchr/testify/pull/1663](https://github.com/stretchr/testify/pull/1663)
- [@&#8203;sikehish](https://github.com/sikehish) made their
first contribution in
[https://github.com/stretchr/testify/pull/1664](https://github.com/stretchr/testify/pull/1664)
- [@&#8203;arjun-1](https://github.com/arjun-1) made their
first contribution in
[https://github.com/stretchr/testify/pull/1626](https://github.com/stretchr/testify/pull/1626)

**Full Changelog**:
stretchr/testify@v1.9.0...v1.10.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…36554)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/stretchr/testify](https://github.com/stretchr/testify)
| `v1.9.0` -> `v1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>stretchr/testify (github.com/stretchr/testify)</summary>

###
[`v1.10.0`](https://github.com/stretchr/testify/releases/tag/v1.10.0)

[Compare
Source](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

#### What's Changed

##### Functional Changes

- Add PanicAssertionFunc by
[@&#8203;fahimbagar](https://github.com/fahimbagar) in
[https://github.com/stretchr/testify/pull/1337](https://github.com/stretchr/testify/pull/1337)
- assert: deprecate CompareType by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1566](https://github.com/stretchr/testify/pull/1566)
- assert: make YAML dependency pluggable via build tags by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1579](https://github.com/stretchr/testify/pull/1579)
- assert: new assertion NotElementsMatch by
[@&#8203;hendrywiranto](https://github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1600](https://github.com/stretchr/testify/pull/1600)
- mock: in order mock calls by
[@&#8203;ReyOrtiz](https://github.com/ReyOrtiz) in
[https://github.com/stretchr/testify/pull/1637](https://github.com/stretchr/testify/pull/1637)
- Add assertion for NotErrorAs by
[@&#8203;palsivertsen](https://github.com/palsivertsen) in
[https://github.com/stretchr/testify/pull/1129](https://github.com/stretchr/testify/pull/1129)
- Record Return Arguments of a Call by
[@&#8203;jayd3e](https://github.com/jayd3e) in
[https://github.com/stretchr/testify/pull/1636](https://github.com/stretchr/testify/pull/1636)
- assert.EqualExportedValues: accepts everything by
[@&#8203;redachl](https://github.com/redachl) in
[https://github.com/stretchr/testify/pull/1586](https://github.com/stretchr/testify/pull/1586)

##### Fixes

- assert: make tHelper a type alias by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1562](https://github.com/stretchr/testify/pull/1562)
- Do not get argument again unnecessarily in Arguments.Error() by
[@&#8203;TomWright](https://github.com/TomWright) in
[https://github.com/stretchr/testify/pull/820](https://github.com/stretchr/testify/pull/820)
- Fix time.Time compare by
[@&#8203;myxo](https://github.com/myxo) in
[https://github.com/stretchr/testify/pull/1582](https://github.com/stretchr/testify/pull/1582)
- assert.Regexp: handle \[]byte array properly by
[@&#8203;kevinburkesegment](https://github.com/kevinburkesegment)
in
[https://github.com/stretchr/testify/pull/1587](https://github.com/stretchr/testify/pull/1587)
- assert: collect.FailNow() should not panic by
[@&#8203;marshall-lee](https://github.com/marshall-lee) in
[https://github.com/stretchr/testify/pull/1481](https://github.com/stretchr/testify/pull/1481)
- mock: simplify implementation of FunctionalOptions by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1571](https://github.com/stretchr/testify/pull/1571)
- mock: caller information for unexpected method call by
[@&#8203;spirin](https://github.com/spirin) in
[https://github.com/stretchr/testify/pull/1644](https://github.com/stretchr/testify/pull/1644)
- suite: fix test failures by
[@&#8203;stevenh](https://github.com/stevenh) in
[https://github.com/stretchr/testify/pull/1421](https://github.com/stretchr/testify/pull/1421)
- Fix issue
[#&#8203;1662](https://github.com/stretchr/testify/issues/1662)
(comparing infs should fail) by
[@&#8203;ybrustin](https://github.com/ybrustin) in
[https://github.com/stretchr/testify/pull/1663](https://github.com/stretchr/testify/pull/1663)
- NotSame should fail if args are not pointers
[#&#8203;1661](https://github.com/stretchr/testify/issues/1661)
by [@&#8203;sikehish](https://github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1664](https://github.com/stretchr/testify/pull/1664)
- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
by [@&#8203;sikehish](https://github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1667](https://github.com/stretchr/testify/pull/1667)
- fix: compare functional option names for indirect calls by
[@&#8203;arjun-1](https://github.com/arjun-1) in
[https://github.com/stretchr/testify/pull/1626](https://github.com/stretchr/testify/pull/1626)

##### Documantation, Build & CI

- .gitignore: ignore "go test -c" binaries by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1565](https://github.com/stretchr/testify/pull/1565)
- mock: improve doc by
[@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1570](https://github.com/stretchr/testify/pull/1570)
- mock: fix FunctionalOptions docs by
[@&#8203;snirye](https://github.com/snirye) in
[https://github.com/stretchr/testify/pull/1433](https://github.com/stretchr/testify/pull/1433)
- README: link out to the excellent testifylint by
[@&#8203;brackendawson](https://github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1568](https://github.com/stretchr/testify/pull/1568)
- assert: fix typo in comment by
[@&#8203;JohnEndson](https://github.com/JohnEndson) in
[https://github.com/stretchr/testify/pull/1580](https://github.com/stretchr/testify/pull/1580)
- Correct the EventuallyWithT and EventuallyWithTf example by
[@&#8203;JonCrowther](https://github.com/JonCrowther) in
[https://github.com/stretchr/testify/pull/1588](https://github.com/stretchr/testify/pull/1588)
- CI: bump softprops/action-gh-release from 1 to 2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/stretchr/testify/pull/1575](https://github.com/stretchr/testify/pull/1575)
- mock: document more alternatives to deprecated AnythingOfTypeArgument
by [@&#8203;dolmen](https://github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1569](https://github.com/stretchr/testify/pull/1569)
- assert: Correctly document EqualValues behavior by
[@&#8203;brackendawson](https://github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1593](https://github.com/stretchr/testify/pull/1593)
- fix: grammar in godoc by
[@&#8203;miparnisari](https://github.com/miparnisari) in
[https://github.com/stretchr/testify/pull/1607](https://github.com/stretchr/testify/pull/1607)
- .github/workflows: Run tests for Go 1.22 by
[@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in
[https://github.com/stretchr/testify/pull/1629](https://github.com/stretchr/testify/pull/1629)
- Document suite's lack of support for t.Parallel by
[@&#8203;brackendawson](https://github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1645](https://github.com/stretchr/testify/pull/1645)
- assert: fix typos in comments by
[@&#8203;alexandear](https://github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1650](https://github.com/stretchr/testify/pull/1650)
- mock: fix doc comment for NotBefore by
[@&#8203;alexandear](https://github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1651](https://github.com/stretchr/testify/pull/1651)
- Generate better comments for require package by
[@&#8203;Neokil](https://github.com/Neokil) in
[https://github.com/stretchr/testify/pull/1610](https://github.com/stretchr/testify/pull/1610)
- README: replace Testify V2 notice with
[@&#8203;dolmen](https://github.com/dolmen)'s V2 manifesto by
[@&#8203;hendrywiranto](https://github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1518](https://github.com/stretchr/testify/pull/1518)

#### New Contributors

- [@&#8203;fahimbagar](https://github.com/fahimbagar) made
their first contribution in
[https://github.com/stretchr/testify/pull/1337](https://github.com/stretchr/testify/pull/1337)
- [@&#8203;TomWright](https://github.com/TomWright) made their
first contribution in
[https://github.com/stretchr/testify/pull/820](https://github.com/stretchr/testify/pull/820)
- [@&#8203;snirye](https://github.com/snirye) made their first
contribution in
[https://github.com/stretchr/testify/pull/1433](https://github.com/stretchr/testify/pull/1433)
- [@&#8203;myxo](https://github.com/myxo) made their first
contribution in
[https://github.com/stretchr/testify/pull/1582](https://github.com/stretchr/testify/pull/1582)
- [@&#8203;JohnEndson](https://github.com/JohnEndson) made
their first contribution in
[https://github.com/stretchr/testify/pull/1580](https://github.com/stretchr/testify/pull/1580)
- [@&#8203;JonCrowther](https://github.com/JonCrowther) made
their first contribution in
[https://github.com/stretchr/testify/pull/1588](https://github.com/stretchr/testify/pull/1588)
- [@&#8203;miparnisari](https://github.com/miparnisari) made
their first contribution in
[https://github.com/stretchr/testify/pull/1607](https://github.com/stretchr/testify/pull/1607)
- [@&#8203;marshall-lee](https://github.com/marshall-lee) made
their first contribution in
[https://github.com/stretchr/testify/pull/1481](https://github.com/stretchr/testify/pull/1481)
- [@&#8203;spirin](https://github.com/spirin) made their first
contribution in
[https://github.com/stretchr/testify/pull/1644](https://github.com/stretchr/testify/pull/1644)
- [@&#8203;ReyOrtiz](https://github.com/ReyOrtiz) made their
first contribution in
[https://github.com/stretchr/testify/pull/1637](https://github.com/stretchr/testify/pull/1637)
- [@&#8203;stevenh](https://github.com/stevenh) made their
first contribution in
[https://github.com/stretchr/testify/pull/1421](https://github.com/stretchr/testify/pull/1421)
- [@&#8203;jayd3e](https://github.com/jayd3e) made their first
contribution in
[https://github.com/stretchr/testify/pull/1636](https://github.com/stretchr/testify/pull/1636)
- [@&#8203;Neokil](https://github.com/Neokil) made their first
contribution in
[https://github.com/stretchr/testify/pull/1610](https://github.com/stretchr/testify/pull/1610)
- [@&#8203;redachl](https://github.com/redachl) made their
first contribution in
[https://github.com/stretchr/testify/pull/1586](https://github.com/stretchr/testify/pull/1586)
- [@&#8203;ybrustin](https://github.com/ybrustin) made their
first contribution in
[https://github.com/stretchr/testify/pull/1663](https://github.com/stretchr/testify/pull/1663)
- [@&#8203;sikehish](https://github.com/sikehish) made their
first contribution in
[https://github.com/stretchr/testify/pull/1664](https://github.com/stretchr/testify/pull/1664)
- [@&#8203;arjun-1](https://github.com/arjun-1) made their
first contribution in
[https://github.com/stretchr/testify/pull/1626](https://github.com/stretchr/testify/pull/1626)

**Full Changelog**:
stretchr/testify@v1.9.0...v1.10.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ry#36541)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `v0.19.1` -> `v0.19.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/sigs.k8s.io%2fcontroller-runtime/v0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/sigs.k8s.io%2fcontroller-runtime/v0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/sigs.k8s.io%2fcontroller-runtime/v0.19.1/v0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/sigs.k8s.io%2fcontroller-runtime/v0.19.1/v0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes-sigs/controller-runtime
(sigs.k8s.io/controller-runtime)</summary>

###
[`v0.19.2`](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.2)

[Compare
Source](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.1...v0.19.2)

#### What's Changed

- ✨ Add EnableWatchBookmarks option to cache informers by
[@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3018](https://github.com/kubernetes-sigs/controller-runtime/pull/3018)

**Full Changelog**:
kubernetes-sigs/controller-runtime@v0.19.1...v0.19.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…36544)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/relvacode/iso8601](https://github.com/relvacode/iso8601)
| `v1.5.0` -> `v1.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frelvacode%2fiso8601/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frelvacode%2fiso8601/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frelvacode%2fiso8601/v1.5.0/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frelvacode%2fiso8601/v1.5.0/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>relvacode/iso8601 (github.com/relvacode/iso8601)</summary>

###
[`v1.6.0`](https://github.com/relvacode/iso8601/releases/tag/v1.6.0)

[Compare
Source](https://github.com/relvacode/iso8601/compare/v1.5.0...v1.6.0)

##### What's Changed

- Add ParseInLocation by
[@&#8203;squarespirit](https://github.com/squarespirit) in
[https://github.com/relvacode/iso8601/pull/28](https://github.com/relvacode/iso8601/pull/28)

##### New Contributors

- [@&#8203;squarespirit](https://github.com/squarespirit) made
their first contribution in
[https://github.com/relvacode/iso8601/pull/28](https://github.com/relvacode/iso8601/pull/28)

**Full Changelog**:
relvacode/iso8601@v1.5.0...v1.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/vmware/govmomi](https://github.com/vmware/govmomi)
| `v0.46.1` -> `v0.46.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvmware%2fgovmomi/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvmware%2fgovmomi/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvmware%2fgovmomi/v0.46.1/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvmware%2fgovmomi/v0.46.1/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>vmware/govmomi (github.com/vmware/govmomi)</summary>

###
[`v0.46.2`](https://github.com/vmware/govmomi/releases/tag/v0.46.2)

[Compare
Source](https://github.com/vmware/govmomi/compare/v0.46.1...v0.46.2)

<a name="v0.46.2"></a>

#### [Release
v0.46.2](https://github.com/vmware/govmomi/compare/v0.46.1...v0.46.2)

> Release Date: 2024-11-20

##### 🐞 Fix

-
\[[`2f0120b`](https://github.com/vmware/govmomi/commit/2f0120b3)]
vcsim: output signed byte in ByteSlice.MarshalXML
([#&#8203;3615](https://github.com/vmware/govmomi/issues/3615))

##### 🧹 Chore

-
\[[`c3916ff`](https://github.com/vmware/govmomi/commit/c3916ff7)]
Update version.go for v0.46.2

##### ⚠️ BREAKING

##### 📖 Commits

-
\[[`c3916ff`](https://github.com/vmware/govmomi/commit/c3916ff7)]
chore: Update version.go for v0.46.2
-
\[[`2f0120b`](https://github.com/vmware/govmomi/commit/2f0120b3)]
fix: vcsim: output signed byte in ByteSlice.MarshalXML
([#&#8203;3615](https://github.com/vmware/govmomi/issues/3615))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: Daniel Jaglowski <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ry#36629)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `v0.19.2` -> `v0.19.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/sigs.k8s.io%2fcontroller-runtime/v0.19.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/sigs.k8s.io%2fcontroller-runtime/v0.19.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/sigs.k8s.io%2fcontroller-runtime/v0.19.2/v0.19.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/sigs.k8s.io%2fcontroller-runtime/v0.19.2/v0.19.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes-sigs/controller-runtime
(sigs.k8s.io/controller-runtime)</summary>

###
[`v0.19.3`](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.3)

[Compare
Source](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3)

#### What's Changed

- 🐛 Refactor certificate watcher to use polling, instead of fsnotify by
[@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3023](https://github.com/kubernetes-sigs/controller-runtime/pull/3023)
- 🐛 Use leader elector with client timeout by
[@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3031](https://github.com/kubernetes-sigs/controller-runtime/pull/3031)

**Full Changelog**:
kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ry#36651)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go)
| `v0.29.1` -> `v0.30.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgetsentry%2fsentry-go/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgetsentry%2fsentry-go/v0.29.1/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.29.1/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary>

###
[`v0.30.0`](https://github.com/getsentry/sentry-go/releases/tag/v0.30.0):
0.30.0

[Compare
Source](https://github.com/getsentry/sentry-go/compare/v0.29.1...v0.30.0)

The Sentry SDK team is happy to announce the immediate availability of
Sentry Go SDK v0.30.0.

##### Features

- Add `sentryzerolog` integration
([#&#8203;857](https://github.com/getsentry/sentry-go/pull/857))
- Add `sentryslog` integration
([#&#8203;865](https://github.com/getsentry/sentry-go/pull/865))
- Always set Mechanism Type to generic
([#&#8203;896](https://github.com/getsentry/sentry-go/pull/897))

##### Bug Fixes

- Prevent panic in `fasthttp` and `fiber` integration in case a
malformed URL has to be parsed
([#&#8203;912](https://github.com/getsentry/sentry-go/pull/912))

##### Misc

Drop support for Go 1.18, 1.19 and 1.20. The currently supported Go
versions are the last 3 stable releases: 1.23, 1.22 and 1.21.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…y#36643)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go)
| `v1.3.1` -> `v1.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fproto%2fotlp/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fproto%2fotlp/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fproto%2fotlp/v1.3.1/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fproto%2fotlp/v1.3.1/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-proto-go
(go.opentelemetry.io/proto/otlp)</summary>

###
[`v1.4.0`](https://github.com/open-telemetry/opentelemetry-proto-go/releases/tag/v1.4.0)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.3.1...v1.4.0)

Release of the
[v1.4.0](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.4.0)
version of the OTLP, including updated Profiles signal.

#### What's Changed

- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in /otlp by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/179](https://github.com/open-telemetry/opentelemetry-proto-go/pull/179)
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in /slim/otlp by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/178](https://github.com/open-telemetry/opentelemetry-proto-go/pull/178)
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 in /otlp by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/180](https://github.com/open-telemetry/opentelemetry-proto-go/pull/180)
- Bump go.opentelemetry.io/build-tools/multimod from 0.13.0 to 0.14.0 in
/internal/tools by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/182](https://github.com/open-telemetry/opentelemetry-proto-go/pull/182)
- Bump go.opentelemetry.io/build-tools/dbotconf from 0.13.0 to 0.14.0 in
/internal/tools by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/181](https://github.com/open-telemetry/opentelemetry-proto-go/pull/181)
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.21.0
in /otlp by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/184](https://github.com/open-telemetry/opentelemetry-proto-go/pull/184)
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.21.0 to 2.22.0
in /otlp by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/185](https://github.com/open-telemetry/opentelemetry-proto-go/pull/185)
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in /otlp by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/186](https://github.com/open-telemetry/opentelemetry-proto-go/pull/186)
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in /slim/otlp by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/187](https://github.com/open-telemetry/opentelemetry-proto-go/pull/187)
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.22.0 to 2.23.0
in /otlp by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/188](https://github.com/open-telemetry/opentelemetry-proto-go/pull/188)
- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 in /otlp by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/191](https://github.com/open-telemetry/opentelemetry-proto-go/pull/191)
- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 in /slim/otlp by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/192](https://github.com/open-telemetry/opentelemetry-proto-go/pull/192)
- Switch from dependabot to renovate by
[@&#8203;dmathieu](https://github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/196](https://github.com/open-telemetry/opentelemetry-proto-go/pull/196)
- Document and test supported versions of Go by
[@&#8203;dmathieu](https://github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/205](https://github.com/open-telemetry/opentelemetry-proto-go/pull/205)
- Prevent the use of toolchain in go.mod by
[@&#8203;dmathieu](https://github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/202](https://github.com/open-telemetry/opentelemetry-proto-go/pull/202)
- Update module go.opentelemetry.io/build-tools/multimod to v0.15.0 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/201](https://github.com/open-telemetry/opentelemetry-proto-go/pull/201)
- Update module golang.org/x/text to v0.20.0 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/206](https://github.com/open-telemetry/opentelemetry-proto-go/pull/206)
- Update google.golang.org/genproto/googleapis/rpc digest to
[`e639e21`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/e639e21)
by [@&#8203;renovate](https://github.com/renovate) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/198](https://github.com/open-telemetry/opentelemetry-proto-go/pull/198)
- Update module golang.org/x/net to v0.31.0 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/203](https://github.com/open-telemetry/opentelemetry-proto-go/pull/203)
- Update google.golang.org/genproto/googleapis/api digest to
[`e639e21`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/e639e21)
by [@&#8203;renovate](https://github.com/renovate) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/197](https://github.com/open-telemetry/opentelemetry-proto-go/pull/197)
- Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/209](https://github.com/open-telemetry/opentelemetry-proto-go/pull/209)
- Remove compat from go mod tidy by
[@&#8203;florianl](https://github.com/florianl) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/213](https://github.com/open-telemetry/opentelemetry-proto-go/pull/213)
- Clean the gen folder before running tidy by
[@&#8203;dmathieu](https://github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/211](https://github.com/open-telemetry/opentelemetry-proto-go/pull/211)
- Don't run clean-gen twice by
[@&#8203;dmathieu](https://github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/214](https://github.com/open-telemetry/opentelemetry-proto-go/pull/214)
- Upgrade proto to v1.4.0 by
[@&#8203;florianl](https://github.com/florianl) in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/193](https://github.com/open-telemetry/opentelemetry-proto-go/pull/193)

#### New Contributors

- [@&#8203;dmathieu](https://github.com/dmathieu) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/196](https://github.com/open-telemetry/opentelemetry-proto-go/pull/196)
- [@&#8203;renovate](https://github.com/renovate) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-proto-go/pull/201](https://github.com/open-telemetry/opentelemetry-proto-go/pull/201)

**Full Changelog**:
open-telemetry/opentelemetry-proto-go@v1.3.1...v1.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…emetry#36742)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | minor | `5.0.7` -> `5.1.1` |

# Warnings (1)

Please correct - or verify that you can safely ignore - these warnings
before you merge this PR.

- `codecov/codecov-action`: Could not determine new digest for update
(github-tags package codecov/codecov-action)

---

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v5.1.1`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v511)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.1.0...v5.1.1)

##### What's Changed

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1

###
[`v5.1.0`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v510)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.0)

##### What's Changed

- fix: hide unnecessary error on shasum by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1692](https://github.com/codecov/codecov-action/pull/1692)
- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 by
[@&#8203;app/dependabot](https://github.com/app/dependabot) in
[https://github.com/codecov/codecov-action/pull/1701](https://github.com/codecov/codecov-action/pull/1701)
- chore(release): wrapper-0.0.29 by
[@&#8203;app/codecov-releaser-app](https://github.com/app/codecov-releaser-app)
in
[https://github.com/codecov/codecov-action/pull/1713](https://github.com/codecov/codecov-action/pull/1713)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…metry#36740)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) |
`v1.2.4` -> `v1.2.5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftinylib%2fmsgp/v1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftinylib%2fmsgp/v1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftinylib%2fmsgp/v1.2.4/v1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftinylib%2fmsgp/v1.2.4/v1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>tinylib/msgp (github.com/tinylib/msgp)</summary>

###
[`v1.2.5`](https://github.com/tinylib/msgp/releases/tag/v1.2.5)

[Compare
Source](https://github.com/tinylib/msgp/compare/v1.2.4...v1.2.5)

#### What's Changed

- Fix typo, causing extensions to produce invalid json by
[@&#8203;pietervanheijningen](https://github.com/pietervanheijningen)
in
[https://github.com/tinylib/msgp/pull/380](https://github.com/tinylib/msgp/pull/380)
- Ignore complexity of children in maps/slices/arrays when inlining by
[@&#8203;klauspost](https://github.com/klauspost) in
[https://github.com/tinylib/msgp/pull/382](https://github.com/tinylib/msgp/pull/382)

#### New Contributors

-
[@&#8203;pietervanheijningen](https://github.com/pietervanheijningen)
made their first contribution in
[https://github.com/tinylib/msgp/pull/380](https://github.com/tinylib/msgp/pull/380)

**Full Changelog**:
tinylib/msgp@v1.2.4...v1.2.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…6639)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/google/cadvisor](https://github.com/google/cadvisor)
| `v0.49.1-0.20240628164550-89f779d86055` -> `v0.51.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fcadvisor/v0.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fcadvisor/v0.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fcadvisor/v0.49.1-0.20240628164550-89f779d86055/v0.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fcadvisor/v0.49.1-0.20240628164550-89f779d86055/v0.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>google/cadvisor (github.com/google/cadvisor)</summary>

###
[`v0.51.0`](https://github.com/google/cadvisor/releases/tag/v0.51.0)

[Compare
Source](https://github.com/google/cadvisor/compare/v0.50.0...v0.51.0)

#### What's Changed

- address another nil ptr check in podmanFactory.CanHandleAndAccept() by
[@&#8203;char8](https://github.com/char8) in
[https://github.com/google/cadvisor/pull/3566](https://github.com/google/cadvisor/pull/3566)
- sysfs: trim spaces in device hidden check by
[@&#8203;clwluvw](https://github.com/clwluvw) in
[https://github.com/google/cadvisor/pull/3522](https://github.com/google/cadvisor/pull/3522)
- Avoid linting in Prow CI jobs by
[@&#8203;dims](https://github.com/dims) in
[https://github.com/google/cadvisor/pull/3608](https://github.com/google/cadvisor/pull/3608)
- Drop unused setNetworkStats by
[@&#8203;dims](https://github.com/dims) in
[https://github.com/google/cadvisor/pull/3609](https://github.com/google/cadvisor/pull/3609)

#### New Contributors

- [@&#8203;char8](https://github.com/char8) made their first
contribution in
[https://github.com/google/cadvisor/pull/3566](https://github.com/google/cadvisor/pull/3566)
- [@&#8203;clwluvw](https://github.com/clwluvw) made their
first contribution in
[https://github.com/google/cadvisor/pull/3522](https://github.com/google/cadvisor/pull/3522)

**Full Changelog**:
google/cadvisor@v0.50.0...v0.51.0

    Multi Arch Container Image:
    gcr.io/cadvisor/cadvisor:v0.51.0
    Architecture Specific Container Images:
    gcr.io/cadvisor/cadvisor-arm:v0.51.0
    gcr.io/cadvisor/cadvisor-arm64:v0.51.0
    gcr.io/cadvisor/cadvisor-s390x:v0.51.0
    gcr.io/cadvisor/cadvisor-amd64:v0.51.0
    Binaries:
SHA256 (./cadvisor-v0.51.0-linux-arm64) =
518f05a7aeb122be88ecb0fa3fb905aa0840bb029cb08de0e4b523b7e8aae1e1
SHA256 (./cadvisor-v0.51.0-linux-s390x) =
08f3fd69ac8c4b167b110994c3df711c51875ed21eb818172dfd3cc285e958cd
SHA256 (./cadvisor-v0.51.0-linux-amd64) =
cc3d2555f1eed948c5b3d448766107ba5ea90e9b5f8a06c60f010826fbb806a7
SHA256 (./cadvisor-v0.51.0-linux-arm) =
9df65d377f082a80c7f04b92badd16b141d8d3021e7c1f4929c5f89f95e8937b

###
[`v0.50.0`](https://github.com/google/cadvisor/releases/tag/v0.50.0)

[Compare
Source](https://github.com/google/cadvisor/compare/v0.49.1...v0.50.0)

#### What's Changed

- Remove s390x support by
[@&#8203;bobbypage](https://github.com/bobbypage) in
[https://github.com/google/cadvisor/pull/3485](https://github.com/google/cadvisor/pull/3485)
- build docker - add --provenance=false flag by
[@&#8203;bobbypage](https://github.com/bobbypage) in
[https://github.com/google/cadvisor/pull/3487](https://github.com/google/cadvisor/pull/3487)
- chore: fix some typos in comments by
[@&#8203;worrycare](https://github.com/worrycare) in
[https://github.com/google/cadvisor/pull/3509](https://github.com/google/cadvisor/pull/3509)
- Update version number in README.md quick start example by
[@&#8203;narbux](https://github.com/narbux) in
[https://github.com/google/cadvisor/pull/3510](https://github.com/google/cadvisor/pull/3510)
- build(deps): bump github.com/docker/docker from 20.10.27+incompatible
to 24.0.9+incompatible in /cmd by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/google/cadvisor/pull/3504](https://github.com/google/cadvisor/pull/3504)
- build(deps): bump github.com/docker/docker from 20.10.27+incompatible
to 24.0.9+incompatible by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/google/cadvisor/pull/3505](https://github.com/google/cadvisor/pull/3505)
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in
/cmd by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/google/cadvisor/pull/3499](https://github.com/google/cadvisor/pull/3499)
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/google/cadvisor/pull/3498](https://github.com/google/cadvisor/pull/3498)
- fix type of C.malloc in cgo by
[@&#8203;cwangVT](https://github.com/cwangVT) in
[https://github.com/google/cadvisor/pull/3480](https://github.com/google/cadvisor/pull/3480)
- Remove non-existent psi_avg and psi_total from the docs by
[@&#8203;bobrik](https://github.com/bobrik) in
[https://github.com/google/cadvisor/pull/3501](https://github.com/google/cadvisor/pull/3501)
- fix broken link to docker document by
[@&#8203;mghahari](https://github.com/mghahari) in
[https://github.com/google/cadvisor/pull/3496](https://github.com/google/cadvisor/pull/3496)
- Using bookworm images by
[@&#8203;iwankgb](https://github.com/iwankgb) in
[https://github.com/google/cadvisor/pull/3540](https://github.com/google/cadvisor/pull/3540)
- Update dependencies to latest by
[@&#8203;dims](https://github.com/dims) in
[https://github.com/google/cadvisor/pull/3542](https://github.com/google/cadvisor/pull/3542)
- Add s390/s390x CPU topology by
[@&#8203;madeelibm](https://github.com/madeelibm) in
[https://github.com/google/cadvisor/pull/3516](https://github.com/google/cadvisor/pull/3516)
- Revert to docker/docker 26.1.4 by
[@&#8203;skitt](https://github.com/skitt) in
[https://github.com/google/cadvisor/pull/3553](https://github.com/google/cadvisor/pull/3553)
- doc: fix TCPRcvCollapsed comment by
[@&#8203;0x0034](https://github.com/0x0034) in
[https://github.com/google/cadvisor/pull/3550](https://github.com/google/cadvisor/pull/3550)
- CI: update busybox image to fix CI by
[@&#8203;zhangguanzhang](https://github.com/zhangguanzhang) in
[https://github.com/google/cadvisor/pull/3559](https://github.com/google/cadvisor/pull/3559)
- Expose Podman version info by
[@&#8203;riyad](https://github.com/riyad) in
[https://github.com/google/cadvisor/pull/3552](https://github.com/google/cadvisor/pull/3552)
- Add s390x support again by
[@&#8203;madeelibm](https://github.com/madeelibm) in
[https://github.com/google/cadvisor/pull/3521](https://github.com/google/cadvisor/pull/3521)
- feat: add metrics for total_active_file and total_inactive_file memory
by [@&#8203;jrcichra](https://github.com/jrcichra) in
[https://github.com/google/cadvisor/pull/3445](https://github.com/google/cadvisor/pull/3445)
- Add uninterruptible metric load d by
[@&#8203;j4ckstraw](https://github.com/j4ckstraw) in
[https://github.com/google/cadvisor/pull/3555](https://github.com/google/cadvisor/pull/3555)
- Avoiding nil pointer in podmanFactory.CanHandleAndAccept() by
[@&#8203;iwankgb](https://github.com/iwankgb) in
[https://github.com/google/cadvisor/pull/3562](https://github.com/google/cadvisor/pull/3562)
- Migrate to AWS Go SDK v2 by
[@&#8203;skitt](https://github.com/skitt) in
[https://github.com/google/cadvisor/pull/3201](https://github.com/google/cadvisor/pull/3201)
- Fix kubelet stuck issue due to hung fs
[#&#8203;125298](https://github.com/google/cadvisor/issues/125298)
by [@&#8203;pragvija](https://github.com/pragvija) in
[https://github.com/google/cadvisor/pull/3541](https://github.com/google/cadvisor/pull/3541)
- build(deps): bump the go_modules group across 2 directories with 1
update by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/google/cadvisor/pull/3564](https://github.com/google/cadvisor/pull/3564)
- use containerd/containerd/api module by
[@&#8203;akhilerm](https://github.com/akhilerm) in
[https://github.com/google/cadvisor/pull/3526](https://github.com/google/cadvisor/pull/3526)
- Revert "reduce_logs_for_kubelet_use_crio" by
[@&#8203;uablrek](https://github.com/uablrek) in
[https://github.com/google/cadvisor/pull/3565](https://github.com/google/cadvisor/pull/3565)

#### New Contributors

- [@&#8203;worrycare](https://github.com/worrycare) made their
first contribution in
[https://github.com/google/cadvisor/pull/3509](https://github.com/google/cadvisor/pull/3509)
- [@&#8203;narbux](https://github.com/narbux) made their first
contribution in
[https://github.com/google/cadvisor/pull/3510](https://github.com/google/cadvisor/pull/3510)
- [@&#8203;cwangVT](https://github.com/cwangVT) made their
first contribution in
[https://github.com/google/cadvisor/pull/3480](https://github.com/google/cadvisor/pull/3480)
- [@&#8203;mghahari](https://github.com/mghahari) made their
first contribution in
[https://github.com/google/cadvisor/pull/3496](https://github.com/google/cadvisor/pull/3496)
- [@&#8203;madeelibm](https://github.com/madeelibm) made their
first contribution in
[https://github.com/google/cadvisor/pull/3516](https://github.com/google/cadvisor/pull/3516)
- [@&#8203;0x0034](https://github.com/0x0034) made their first
contribution in
[https://github.com/google/cadvisor/pull/3550](https://github.com/google/cadvisor/pull/3550)
- [@&#8203;zhangguanzhang](https://github.com/zhangguanzhang)
made their first contribution in
[https://github.com/google/cadvisor/pull/3559](https://github.com/google/cadvisor/pull/3559)
- [@&#8203;riyad](https://github.com/riyad) made their first
contribution in
[https://github.com/google/cadvisor/pull/3552](https://github.com/google/cadvisor/pull/3552)
- [@&#8203;jrcichra](https://github.com/jrcichra) made their
first contribution in
[https://github.com/google/cadvisor/pull/3445](https://github.com/google/cadvisor/pull/3445)
- [@&#8203;j4ckstraw](https://github.com/j4ckstraw) made their
first contribution in
[https://github.com/google/cadvisor/pull/3555](https://github.com/google/cadvisor/pull/3555)
- [@&#8203;pragvija](https://github.com/pragvija) made their
first contribution in
[https://github.com/google/cadvisor/pull/3541](https://github.com/google/cadvisor/pull/3541)
- [@&#8203;akhilerm](https://github.com/akhilerm) made their
first contribution in
[https://github.com/google/cadvisor/pull/3526](https://github.com/google/cadvisor/pull/3526)
- [@&#8203;uablrek](https://github.com/uablrek) made their
first contribution in
[https://github.com/google/cadvisor/pull/3565](https://github.com/google/cadvisor/pull/3565)

**Full Changelog**:
google/cadvisor@v0.49.0...v0.50.0

    Multi Arch Container Image:
    gcr.io/cadvisor/cadvisor:v0.50.0

    Architecture Specific Container Images:
    gcr.io/cadvisor/cadvisor-arm:v0.50.0
    gcr.io/cadvisor/cadvisor-arm64:v0.50.0
    gcr.io/cadvisor/cadvisor-s390x:v0.50.0
    gcr.io/cadvisor/cadvisor-amd64:v0.50.0

    Binaries:
SHA256 (./cadvisor-v0.50.0-linux-arm64) =
37c998d54dc0e8b1635d9be4c0ab15dfc3123aa41805ad0bd909c896d5a1a89b
SHA256 (./cadvisor-v0.50.0-linux-amd64) =
c63976400ca980b4b34bd074ef93c5321650050e45e6dc4d0cb1baf7dc772639
SHA256 (./cadvisor-v0.50.0-linux-s390x) =
0886ad85af4c8940a6f315ab814de988538891d2e04719cbb2df343181b55760
SHA256 (./cadvisor-v0.50.0-linux-arm) =
c6d72fe6d2004bb2ff1f7f2462692eed36295349a0f4dfd6dab9efae10e257f1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…n-telemetry#36758)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/common](https://github.com/prometheus/common)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.61.0`](https://github.com/prometheus/common/releases/tag/v0.61.0)

[Compare
Source](https://github.com/prometheus/common/compare/v0.60.1...v0.61.0)

#### What's Changed

- Mark sigv4 deprecated by
[@&#8203;SuperQ](https://github.com/SuperQ) in
[https://github.com/prometheus/common/pull/715](https://github.com/prometheus/common/pull/715)
- Provide a way to get UserAgent by
[@&#8203;mmorel-35](https://github.com/mmorel-35) in
[https://github.com/prometheus/common/pull/716](https://github.com/prometheus/common/pull/716)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[https://github.com/prometheus/common/pull/714](https://github.com/prometheus/common/pull/714)
- Bump golang.org/x/net from 0.29.0 to 0.30.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/common/pull/712](https://github.com/prometheus/common/pull/712)
- chore: enable perfsprint linter by
[@&#8203;mmorel-35](https://github.com/mmorel-35) in
[https://github.com/prometheus/common/pull/717](https://github.com/prometheus/common/pull/717)
- chore: use testify instead of testing.Fatal by
[@&#8203;mmorel-35](https://github.com/mmorel-35) in
[https://github.com/prometheus/common/pull/718](https://github.com/prometheus/common/pull/718)
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/common/pull/711](https://github.com/prometheus/common/pull/711)
- setup dependabot for `github.com/prometheus/common/assets` by
[@&#8203;mmorel-35](https://github.com/mmorel-35) in
[https://github.com/prometheus/common/pull/719](https://github.com/prometheus/common/pull/719)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[https://github.com/prometheus/common/pull/721](https://github.com/prometheus/common/pull/721)
- Mark promlog deprecated by
[@&#8203;SuperQ](https://github.com/SuperQ) in
[https://github.com/prometheus/common/pull/720](https://github.com/prometheus/common/pull/720)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[https://github.com/prometheus/common/pull/722](https://github.com/prometheus/common/pull/722)
- Allow custom user-agent definition by
[@&#8203;mmorel-35](https://github.com/mmorel-35) in
[https://github.com/prometheus/common/pull/725](https://github.com/prometheus/common/pull/725)
- fix: values escaping bugs by
[@&#8203;ywwg](https://github.com/ywwg) in
[https://github.com/prometheus/common/pull/727](https://github.com/prometheus/common/pull/727)
- fix(promslog): always use UTC for time by
[@&#8203;tjhop](https://github.com/tjhop) in
[https://github.com/prometheus/common/pull/735](https://github.com/prometheus/common/pull/735)
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/common/pull/729](https://github.com/prometheus/common/pull/729)
- Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/common/pull/730](https://github.com/prometheus/common/pull/730)
- promslog: always lowercase log level from CLI by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[https://github.com/prometheus/common/pull/728](https://github.com/prometheus/common/pull/728)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[https://github.com/prometheus/common/pull/726](https://github.com/prometheus/common/pull/726)
- Bump golang.org/x/net from 0.30.0 to 0.32.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/common/pull/736](https://github.com/prometheus/common/pull/736)
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/common/pull/731](https://github.com/prometheus/common/pull/731)
- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/prometheus/common/pull/732](https://github.com/prometheus/common/pull/732)

**Full Changelog**:
prometheus/common@v0.60.1...v0.61.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
….2 (open-telemetry#36759)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender)
| `v2.3.1` -> `v2.3.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.1/v2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felastic%2fgo-docappender%2fv2/v2.3.1/v2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>elastic/go-docappender
(github.com/elastic/go-docappender/v2)</summary>

###
[`v2.3.2`](https://github.com/elastic/go-docappender/releases/tag/v2.3.2)

[Compare
Source](https://github.com/elastic/go-docappender/compare/v2.3.1...v2.3.2)

##### What's Changed

- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/216](https://github.com/elastic/go-docappender/pull/216)
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in
/integrationtest by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/217](https://github.com/elastic/go-docappender/pull/217)
- build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/218](https://github.com/elastic/go-docappender/pull/218)
- add metric: docappender.blocked.add counter by
[@&#8203;endorama](https://github.com/endorama) in
[https://github.com/elastic/go-docappender/pull/219](https://github.com/elastic/go-docappender/pull/219)

**Full Changelog**:
elastic/go-docappender@v2.3.1...v2.3.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…6745)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.114.0` -> `0.115.1` |
|
[otel/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.114.0` -> `0.115.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-releases
(otel/opentelemetry-collector)</summary>

###
[`v0.115.1`](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.115.1)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.115.0...v0.115.1)

Check the [v0.115.1 contrib
changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.115.1)
and the [v0.115.1 core
changelog](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.115.1)
for changelogs on specific components.

##### Changelog

-
[`a61f843`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/a61f84368047532bce8de2753b236e3bc47e3e26)
Revert "test: run linux package tests nightly against latest contrib
main
([#&#8203;666](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/666))"
([#&#8203;761](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/761))

###
[`v0.115.0`](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.115.0)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.114.0...v0.115.0)

Check the [v0.115.0 contrib
changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.115.0)
and the [v0.115.0 core
changelog](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.115.0)
for changelogs on specific components.

#### Changelog

-
[`3ae3def`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/3ae3defbfe21e73ebb9bf5a312ff086b9a1bfee0)
Update to 0.115.0 release
([#&#8203;759](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/759))
-
[`1271690`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/1271690e63a3cda4a5d3eb3d9d7c063d2e36b340)
test: run linux package tests nightly against latest contrib main
([#&#8203;666](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/666))
-
[`b4235b4`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/b4235b45b7040f0fb99f0a9317d4059efad35ff5)
\[chore] go mod tidy
([#&#8203;757](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/757))
-
[`1964456`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/19644560a1a242ad640fbe3a751055e071cc809f)
fix(deps): update goreleaser pro
([#&#8203;752](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/752))
-
[`a634c0b`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/a634c0b35edd9617292bb71dec6282e7cbd2538a)
Bump github.com/goreleaser/goreleaser-pro/v2 from 2.4.1-pro to 2.4.6-pro
([#&#8203;736](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/736))
-
[`8221ce5`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/8221ce55fd6a52bc72fcb24ab0b8aae2acde38dc)
chore(deps): update anchore/sbom-action action to v0.17.8
([#&#8203;751](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/751))
-
[`f6faa0a`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/f6faa0a0803a3c29f18daa240dba1eb82ce8cfe1)
chore: Add workflows to merge group
([#&#8203;755](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/755))
-
[`6337595`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/6337595c0362f6a68bcf4885ac0cf1431e9816b8)
\[chore] disable dependabot
([#&#8203;734](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/734))
-
[`1eb7603`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/1eb7603ee10b2403d6abb309ba71edca08a90bf5)
\[chore] fix renovate regex config for good
([#&#8203;737](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/737))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…pen-telemetry#36755)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb)
| `v1.7.2` -> `v1.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.7.2/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.7.2/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>microsoft/go-mssqldb
(github.com/microsoft/go-mssqldb)</summary>

###
[`v1.8.0`](https://github.com/microsoft/go-mssqldb/releases/tag/v1.8.0)

[Compare
Source](https://github.com/microsoft/go-mssqldb/compare/v1.7.2...v1.8.0)

#### What's Changed

- Migrate managed identity example to azidentity by
[@&#8203;chlowell](https://github.com/chlowell) in
[https://github.com/microsoft/go-mssqldb/pull/199](https://github.com/microsoft/go-mssqldb/pull/199)
- Vulnerabilty dependency x/net by
[@&#8203;tulioncds](https://github.com/tulioncds) in
[https://github.com/microsoft/go-mssqldb/pull/203](https://github.com/microsoft/go-mssqldb/pull/203)
- Support for UDT (hierarchyid, geometry and geography) by
[@&#8203;tentone](https://github.com/tentone) in
[https://github.com/microsoft/go-mssqldb/pull/216](https://github.com/microsoft/go-mssqldb/pull/216)
- Connection not closed when database name is incorrect
[#&#8203;173](https://github.com/microsoft/go-mssqldb/issues/173)
fix by [@&#8203;parMaster](https://github.com/parMaster) in
[https://github.com/microsoft/go-mssqldb/pull/224](https://github.com/microsoft/go-mssqldb/pull/224)
- Fix error checks during certificatePath reading and parsing in azuread
by [@&#8203;jegorbunov](https://github.com/jegorbunov) in
[https://github.com/microsoft/go-mssqldb/pull/227](https://github.com/microsoft/go-mssqldb/pull/227)
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to
1.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/microsoft/go-mssqldb/pull/229](https://github.com/microsoft/go-mssqldb/pull/229)
- Feat: Add tracing data to prelogin and login7 packets by
[@&#8203;shueybubbles](https://github.com/shueybubbles) in
[https://github.com/microsoft/go-mssqldb/pull/228](https://github.com/microsoft/go-mssqldb/pull/228)

#### New Contributors

- [@&#8203;chlowell](https://github.com/chlowell) made their
first contribution in
[https://github.com/microsoft/go-mssqldb/pull/199](https://github.com/microsoft/go-mssqldb/pull/199)
- [@&#8203;tulioncds](https://github.com/tulioncds) made their
first contribution in
[https://github.com/microsoft/go-mssqldb/pull/203](https://github.com/microsoft/go-mssqldb/pull/203)
- [@&#8203;tentone](https://github.com/tentone) made their
first contribution in
[https://github.com/microsoft/go-mssqldb/pull/216](https://github.com/microsoft/go-mssqldb/pull/216)
- [@&#8203;parMaster](https://github.com/parMaster) made their
first contribution in
[https://github.com/microsoft/go-mssqldb/pull/224](https://github.com/microsoft/go-mssqldb/pull/224)
- [@&#8203;jegorbunov](https://github.com/jegorbunov) made
their first contribution in
[https://github.com/microsoft/go-mssqldb/pull/227](https://github.com/microsoft/go-mssqldb/pull/227)
- [@&#8203;dependabot](https://github.com/dependabot) made
their first contribution in
[https://github.com/microsoft/go-mssqldb/pull/229](https://github.com/microsoft/go-mssqldb/pull/229)

**Full Changelog**:
microsoft/go-mssqldb@v1.7.2...v1.8.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ector-contrib/cmd/telemetrygen to v0.115.0 (open-telemetry#36756)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `v0.114.0` -> `v0.115.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.114.0/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.114.0/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-contrib
(github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)</summary>

###
[`v0.115.0`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01150)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.114.0...v0.115.0)

##### 🛑 Breaking changes 🛑

- `awsfirehosereceiver`: Follow receiver contract based on type of error
([#&#8203;5909](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/5909))

- `elasticsearchexporter`: Respect `flush::bytes` in sync bulk indexer,
`flush::bytes` measures uncompressed size, change default
`batcher::max_size_items` to `0`
([#&#8203;36163](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36163))
Limit the bulk request size to roughly `flush::bytes` for sync bulk
indexer. Sync bulk indexer is used when `batcher::enabled` is either
true or false. In order words, sync bulk indexer is not used when
batcher config is undefined. Change `flush::bytes` to always measure in
uncompressed bytes. Change default `batcher::max_size_items` to `0` as
bulk request size limit is now more effectively enforced by
`flush::bytes`.

- `k8sattributesprocessor`: Move
k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta.
([#&#8203;25128](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25128))
Disable the `k8sattr.fieldExtractConfigRegex.disallow` feature gate to
get the old behavior.

- `internal`: Remove stable gate `component.UseLocalHostAsDefaultHost`
([#&#8203;36589](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36589))

- `cmd/opampsupervisor`: Update default logger output paths to stderr
([#&#8203;36072](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36072))
The default output paths for the opamp supervisor logger have been
updated to stderr from \[stdout, stderr].

- `opampsupervisor`: Enable strict unmarshalling of the OpAMP Supervisor
config file. An error will now be returned if an invalid config key is
set.
([#&#8203;35838](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35838))

##### 🚩 Deprecations 🚩

- `postgresqlreceiver`: Minimal supported PostgreSQL version updated
from 9.6 to 13.0
([#&#8203;30923](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30923))
Aligning on the supported versions as can be seen [in the PostgreSQL
releases section](https://www.postgresql.org/support/versioning)
- `exporter/prometheusremotewrite`: Change
`exporter.prometheusremotewriteexporter.deprecateCreatedMetric` feature
gate from Alpha to Beta version.
([#&#8203;35003](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35003))
The `export_created_metric` configuration parameter is now ignored by
default.

##### 🚀 New components 🚀

- `signaltometricsconnector`: New component for generating metrics from
raw signals using user defined OTTL expressions.
([#&#8203;35930](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35930))
- `extension/cgroupruntime`: Initial implementation for cgroupruntime
extension.
([#&#8203;30289](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30289))
- `huaweicloudcesreceiver`: Introduce new receiver fetching data from
huawei Cloud Eye Service.
([#&#8203;34953](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34953))
- `netflowreceiver`: Introduce the netflow receiver
([#&#8203;32732](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32732))

##### 💡 Enhancements 💡

- `datadogexporter`: Add a configurable `reporter_period` parameter to
the Datadog exporter’s host metadata configuration to allow users to
specify the frequency at which host metadata is sent to Datadog.
([#&#8203;36450](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36450))

- `awsemfexporter`: Add support for 1 second metric resolution in
CloudWatch Embedded Metrics Format based on metric attributes
([#&#8203;29506](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29506))

- `awsemfexporter`: Improvement unit conversion during EMF log
translation
([#&#8203;35937](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35937))

- `sumologicexporter`: adding new products for auto discovery
([#&#8203;35622](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35622))

- `postgresqlreceiver`: Added new postgresql metrics to acheive parity
with Telegraf
([#&#8203;36528](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36528))

- `loadbalancingexporter`: Adding sending_queue, retry_on_failure and
timeout settings to loadbalancing exporter configuration
([#&#8203;35378](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35378),
[#&#8203;16826](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16826))
When switching to top-level sending_queue configuration - users should
carefully review queue size
In some rare cases setting top-level queue size to n\*queueSize might be
not enough to prevent data loss

- `pkg/stanza`: Introduce active file grouping mechanism.
([#&#8203;23787](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23787))

- `receivercreator`: Add support for starting receivers/scrapers based
on provided annotations' hints for metrics' collection
([#&#8203;34427](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34427))

- `tailsamplingprocessor`: Adds decision cache for non-sampled trace IDs
([#&#8203;31583](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31583))

- `cmd/opampsupervisor`: Support environment variable expansion in the
OpAMP supervisor config.
([#&#8203;36269](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36269))

- `pkg/ottl`: Move debug log to `Statement.Execute` so that components
using it instead of `StatementSequence` also get debug logs.
([#&#8203;36456](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36456))

- `routingconnector`: Add abiilty to route by 'datapoint' context
([#&#8203;36523](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36523))

- `signalfxreceiver`: Follow receiver contract based on type of error
([#&#8203;5909](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/5909))
Use 503 error code for retryable and 400 error code for not-retryable
errors instead of responding with a 500 unconditionally.

##### 🧰 Bug fixes 🧰

- `cmd/opampsupervisor`: Do not log err if the last received doesn't
exist
([#&#8203;36013](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36013))

- `receiver/azureeventhub`: When using a storage extension, the
component will call Close on the client during component shutdown. This
fixes a bug that resulted in a file potentially remaining locked after
component shutdown.
([#&#8203;36238](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36238))

- `azuremonitorexporter`: Fixes an issue where the Azure Monitor
exporter was not sending data to App Insights due to the Telemetry
Channel not being flushed.
([#&#8203;35037](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35037))

- `exporter/pulsarexporter`: Change configuration option
`map_connections_per_broker`, rename to `max_connections_per_broker`.
([#&#8203;36579](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36579))

- `failoverconnector`: Resolves a bug that prevents proper recovery when
disabling max retries
([#&#8203;36587](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36587))

- `googlecloudpubsubexporter`: Fix a goroutine leak during shutdown.
([#&#8203;30438](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30438))
    A goroutine leak was found in the googlecloudpubsubexporter.
The goroutine leak was caused by the exporter not closing the underlying
created gRPC client when using an insecure custom endpoint.

- `processor/k8sattribute`: fixes parsing of k8s image names to support
images with tags and digests.
([#&#8203;36131](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36131))

- `clickhouseexporter`: Fix incorrect Resource Attribute `service.name`
translation to ClickHouse ServiceName field for Logs Records
([#&#8203;36349](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36349))

- `awsfirehosereceiver`: fix timestamp when ingesting logs from
CloudWatch through firehose
([#&#8203;36122](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36122))

- `pkg/ottl`: Allow indexing \[]int64, \[]float64, \[]bool, and \[]byte
slices
([#&#8203;29441](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29441))
    It should now be possible to index all slice types

- `opencensusreceiver`: Do not report error message when OpenCensus
receiver is shutdown cleanly.
([#&#8203;36622](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36622))

- `loadbalancingexporter`: The k8sresolver in loadbalancingexporter was
triggering exporter churn in the way the change event was handled.
([#&#8203;35658](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35658))

- `vcenterreceiver`: The existing code did not honor TLS settings beyond
'insecure'. All TLS client config should now be honored.
([#&#8203;36482](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36482))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…ector-contrib/internal/common to v0.115.0 (open-telemetry#36757)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opentelemetry-collector-contrib/internal/common](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `v0.114.0` -> `v0.115.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.114.0/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.114.0/v0.115.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-contrib
(github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)</summary>

###
[`v0.115.0`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01150)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.114.0...v0.115.0)

##### 🛑 Breaking changes 🛑

- `awsfirehosereceiver`: Follow receiver contract based on type of error
([#&#8203;5909](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/5909))

- `elasticsearchexporter`: Respect `flush::bytes` in sync bulk indexer,
`flush::bytes` measures uncompressed size, change default
`batcher::max_size_items` to `0`
([#&#8203;36163](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36163))
Limit the bulk request size to roughly `flush::bytes` for sync bulk
indexer. Sync bulk indexer is used when `batcher::enabled` is either
true or false. In order words, sync bulk indexer is not used when
batcher config is undefined. Change `flush::bytes` to always measure in
uncompressed bytes. Change default `batcher::max_size_items` to `0` as
bulk request size limit is now more effectively enforced by
`flush::bytes`.

- `k8sattributesprocessor`: Move
k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta.
([#&#8203;25128](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25128))
Disable the `k8sattr.fieldExtractConfigRegex.disallow` feature gate to
get the old behavior.

- `internal`: Remove stable gate `component.UseLocalHostAsDefaultHost`
([#&#8203;36589](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36589))

- `cmd/opampsupervisor`: Update default logger output paths to stderr
([#&#8203;36072](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36072))
The default output paths for the opamp supervisor logger have been
updated to stderr from \[stdout, stderr].

- `opampsupervisor`: Enable strict unmarshalling of the OpAMP Supervisor
config file. An error will now be returned if an invalid config key is
set.
([#&#8203;35838](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35838))

##### 🚩 Deprecations 🚩

- `postgresqlreceiver`: Minimal supported PostgreSQL version updated
from 9.6 to 13.0
([#&#8203;30923](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30923))
Aligning on the supported versions as can be seen [in the PostgreSQL
releases section](https://www.postgresql.org/support/versioning)
- `exporter/prometheusremotewrite`: Change
`exporter.prometheusremotewriteexporter.deprecateCreatedMetric` feature
gate from Alpha to Beta version.
([#&#8203;35003](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35003))
The `export_created_metric` configuration parameter is now ignored by
default.

##### 🚀 New components 🚀

- `signaltometricsconnector`: New component for generating metrics from
raw signals using user defined OTTL expressions.
([#&#8203;35930](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35930))
- `extension/cgroupruntime`: Initial implementation for cgroupruntime
extension.
([#&#8203;30289](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30289))
- `huaweicloudcesreceiver`: Introduce new receiver fetching data from
huawei Cloud Eye Service.
([#&#8203;34953](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34953))
- `netflowreceiver`: Introduce the netflow receiver
([#&#8203;32732](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32732))

##### 💡 Enhancements 💡

- `datadogexporter`: Add a configurable `reporter_period` parameter to
the Datadog exporter’s host metadata configuration to allow users to
specify the frequency at which host metadata is sent to Datadog.
([#&#8203;36450](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36450))

- `awsemfexporter`: Add support for 1 second metric resolution in
CloudWatch Embedded Metrics Format based on metric attributes
([#&#8203;29506](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29506))

- `awsemfexporter`: Improvement unit conversion during EMF log
translation
([#&#8203;35937](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35937))

- `sumologicexporter`: adding new products for auto discovery
([#&#8203;35622](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35622))

- `postgresqlreceiver`: Added new postgresql metrics to acheive parity
with Telegraf
([#&#8203;36528](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36528))

- `loadbalancingexporter`: Adding sending_queue, retry_on_failure and
timeout settings to loadbalancing exporter configuration
([#&#8203;35378](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35378),
[#&#8203;16826](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16826))
When switching to top-level sending_queue configuration - users should
carefully review queue size
In some rare cases setting top-level queue size to n\*queueSize might be
not enough to prevent data loss

- `pkg/stanza`: Introduce active file grouping mechanism.
([#&#8203;23787](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23787))

- `receivercreator`: Add support for starting receivers/scrapers based
on provided annotations' hints for metrics' collection
([#&#8203;34427](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34427))

- `tailsamplingprocessor`: Adds decision cache for non-sampled trace IDs
([#&#8203;31583](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31583))

- `cmd/opampsupervisor`: Support environment variable expansion in the
OpAMP supervisor config.
([#&#8203;36269](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36269))

- `pkg/ottl`: Move debug log to `Statement.Execute` so that components
using it instead of `StatementSequence` also get debug logs.
([#&#8203;36456](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36456))

- `routingconnector`: Add abiilty to route by 'datapoint' context
([#&#8203;36523](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36523))

- `signalfxreceiver`: Follow receiver contract based on type of error
([#&#8203;5909](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/5909))
Use 503 error code for retryable and 400 error code for not-retryable
errors instead of responding with a 500 unconditionally.

##### 🧰 Bug fixes 🧰

- `cmd/opampsupervisor`: Do not log err if the last received doesn't
exist
([#&#8203;36013](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36013))

- `receiver/azureeventhub`: When using a storage extension, the
component will call Close on the client during component shutdown. This
fixes a bug that resulted in a file potentially remaining locked after
component shutdown.
([#&#8203;36238](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36238))

- `azuremonitorexporter`: Fixes an issue where the Azure Monitor
exporter was not sending data to App Insights due to the Telemetry
Channel not being flushed.
([#&#8203;35037](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35037))

- `exporter/pulsarexporter`: Change configuration option
`map_connections_per_broker`, rename to `max_connections_per_broker`.
([#&#8203;36579](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36579))

- `failoverconnector`: Resolves a bug that prevents proper recovery when
disabling max retries
([#&#8203;36587](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36587))

- `googlecloudpubsubexporter`: Fix a goroutine leak during shutdown.
([#&#8203;30438](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30438))
    A goroutine leak was found in the googlecloudpubsubexporter.
The goroutine leak was caused by the exporter not closing the underlying
created gRPC client when using an insecure custom endpoint.

- `processor/k8sattribute`: fixes parsing of k8s image names to support
images with tags and digests.
([#&#8203;36131](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36131))

- `clickhouseexporter`: Fix incorrect Resource Attribute `service.name`
translation to ClickHouse ServiceName field for Logs Records
([#&#8203;36349](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36349))

- `awsfirehosereceiver`: fix timestamp when ingesting logs from
CloudWatch through firehose
([#&#8203;36122](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36122))

- `pkg/ottl`: Allow indexing \[]int64, \[]float64, \[]bool, and \[]byte
slices
([#&#8203;29441](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29441))
    It should now be possible to index all slice types

- `opencensusreceiver`: Do not report error message when OpenCensus
receiver is shutdown cleanly.
([#&#8203;36622](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36622))

- `loadbalancingexporter`: The k8sresolver in loadbalancingexporter was
triggering exporter churn in the way the change event was handled.
([#&#8203;35658](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35658))

- `vcenterreceiver`: The existing code did not honor TLS settings beyond
'insecure'. All TLS client config should now be honored.
([#&#8203;36482](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36482))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Boten <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…metry#36760)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) |
`v1.67.1` -> `v1.68.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.67.1/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.67.1/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) |
`v1.68.0` -> `v1.68.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.68.0/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.68.0/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>

###
[`v1.68.1`](https://github.com/grpc/grpc-go/releases/tag/v1.68.1):
Release 1.68.1

[Compare
Source](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.68.1)

### Bug Fixes

- credentials/alts: avoid SRV and TXT lookups for handshaker service to
work around hangs caused by buggy versions of systemd-resolved.
([#&#8203;7861](https://github.com/grpc/grpc-go/issues/7861))

### Dependencies

- Relax minimum Go version requirement from `go1.22.7` to `go1.22`.
([#&#8203;7831](https://github.com/grpc/grpc-go/issues/7831))

###
[`v1.68.0`](https://github.com/grpc/grpc-go/releases/tag/v1.68.0):
Release 1.68.0

[Compare
Source](https://github.com/grpc/grpc-go/compare/v1.67.2...v1.68.0)

### Behavior Changes

- stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID"
environment variable, rather than parsing from bootstrap file
([#&#8203;7740](https://github.com/grpc/grpc-go/issues/7740))
- orca (experimental): if using an ORCA listener, it must now be
registered only on a READY SubConn, and the listener will automatically
be stopped when the connection is lost.
([#&#8203;7663](https://github.com/grpc/grpc-go/issues/7663))
- client: `ClientConn.Close()` now closes transports simultaneously and
waits for transports to be closed before returning.
([#&#8203;7666](https://github.com/grpc/grpc-go/issues/7666))
- credentials: TLS credentials created via `NewTLS` that use
`tls.Config.GetConfigForClient` will now have CipherSuites, supported
TLS versions and ALPN configured automatically. These were previously
only set for configs not using the `GetConfigForClient` option.
([#&#8203;7709](https://github.com/grpc/grpc-go/issues/7709))

### Bug Fixes

- transport: prevent deadlock in client transport shutdown when writing
the GOAWAY frame hangs.
([#&#8203;7662](https://github.com/grpc/grpc-go/issues/7662))
- mem: reuse buffers more accurately by using slice capacity instead of
length
([#&#8203;7702](https://github.com/grpc/grpc-go/issues/7702))
- Special Thanks:
[@&#8203;PapaCharlie](https://github.com/PapaCharlie)
- status: Fix regression caused by
[#&#8203;6919](https://github.com/grpc/grpc-go/issues/6919) in
status.Details() causing it to return a wrapped type when getting proto
messages generated with protoc-gen-go < v1.
([#&#8203;7724](https://github.com/grpc/grpc-go/issues/7724))

### Dependencies

- Bump minimum supported Go version to `go1.22.7`.
([#&#8203;7624](https://github.com/grpc/grpc-go/issues/7624))

###
[`v1.67.2`](https://github.com/grpc/grpc-go/releases/tag/v1.67.2):
Release 1.67.2

[Compare
Source](https://github.com/grpc/grpc-go/compare/v1.67.1...v1.67.2)

### Bug Fixes

- credentials/alts: avoid SRV and TXT lookups for handshaker service to
work around hangs caused by buggy versions of systemd-resolved.
([#&#8203;7861](https://github.com/grpc/grpc-go/issues/7861))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…pen-telemetry#36793)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| golang.org/x/crypto | `v0.29.0` -> `v0.31.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fcrypto/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fcrypto/v0.29.0/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.29.0/v0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

### GitHub Vulnerability Alerts

####
[CVE-2024-45337](https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909)

Applications and libraries which misuse the
ServerConfig.PublicKeyCallback callback may be susceptible to an
authorization bypass.

The documentation for ServerConfig.PublicKeyCallback says that "A call
to this function does not guarantee that the key offered is in fact used
to authenticate." Specifically, the SSH protocol allows clients to
inquire about whether a public key is acceptable before proving control
of the corresponding private key. PublicKeyCallback may be called with
multiple keys, and the order in which the keys were provided cannot be
used to infer which key the client successfully authenticated with, if
any. Some applications, which store the key(s) passed to
PublicKeyCallback (or derived information) and make security relevant
determinations based on it once the connection is established, may make
incorrect assumptions.

For example, an attacker may send public keys A and B, and then
authenticate with A. PublicKeyCallback would be called only twice, first
with A and then with B. A vulnerable application may then make
authorization decisions based on key B for which the attacker does not
actually control the private key.

Since this API is widely misused, as a partial mitigation
golang.org/x/cry...@&#8203;v0.31.0 enforces the property that, when
successfully authenticating via public key, the last key passed to
ServerConfig.PublicKeyCallback will be the key used to authenticate the
connection. PublicKeyCallback will now be called multiple times with the
same key, if necessary. Note that the client may still not control the
last key passed to PublicKeyCallback if the connection is then
authenticated with a different method, such as PasswordCallback,
KeyboardInteractiveCallback, or NoClientAuth.

Users should be using the Extensions field of the Permissions return
value from the various authentication callbacks to record data
associated with the authentication attempt instead of referencing
external state. Once the connection is established the state
corresponding to the successful authentication attempt can be retrieved
via the ServerConn.Permissions field. Note that some third-party
libraries misuse the Permissions type by sharing it across
authentication attempts; users of third-party libraries should refer to
the relevant projects for guidance.

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
foadnh pushed a commit that referenced this pull request Jan 6, 2025
…metry#36445)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
| `v0.205.0` -> `v0.210.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.205.0/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.205.0/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>

###
[`v0.210.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.210.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.209.0...v0.210.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2886](https://github.com/googleapis/google-api-go-client/issues/2886))
([f446504](https://github.com/googleapis/google-api-go-client/commit/f446504cac24bfcb8d3266c14de2a44ed7968063))
- **all:** Auto-regenerate discovery clients
([#&#8203;2888](https://github.com/googleapis/google-api-go-client/issues/2888))
([a990614](https://github.com/googleapis/google-api-go-client/commit/a990614ba53fcc403665d6003643db6bc4d03ce8))
- **all:** Auto-regenerate discovery clients
([#&#8203;2892](https://github.com/googleapis/google-api-go-client/issues/2892))
([22e0d11](https://github.com/googleapis/google-api-go-client/commit/22e0d11172087cd646df9b9235dc9bdb8aba3044))
- **all:** Auto-regenerate discovery clients
([#&#8203;2893](https://github.com/googleapis/google-api-go-client/issues/2893))
([2657039](https://github.com/googleapis/google-api-go-client/commit/2657039424359bca2583b00041e2c6228e4a939f))
- **all:** Auto-regenerate discovery clients
([#&#8203;2895](https://github.com/googleapis/google-api-go-client/issues/2895))
([46fab24](https://github.com/googleapis/google-api-go-client/commit/46fab242a8144b8887696df9a285a651315d6dd8))
- **all:** Auto-regenerate discovery clients
([#&#8203;2896](https://github.com/googleapis/google-api-go-client/issues/2896))
([efded92](https://github.com/googleapis/google-api-go-client/commit/efded92b5ef075836d41c82ddbcc71b73c6fa2e9))
- Async refresh dry run in parallel with sync refresh
([#&#8203;2849](https://github.com/googleapis/google-api-go-client/issues/2849))
([acd2581](https://github.com/googleapis/google-api-go-client/commit/acd258182eaf544256fba965e079b4198ad41efc))
- **option/internaloption:** Add AuthCreds helper
([#&#8203;2891](https://github.com/googleapis/google-api-go-client/issues/2891))
([6ee8349](https://github.com/googleapis/google-api-go-client/commit/6ee8349e13c65c5a4f2f3caf9056d7c37e195fcf))

##### Bug Fixes

- **gensupport:** Context cancel error check
([#&#8203;2890](https://github.com/googleapis/google-api-go-client/issues/2890))
([f57c82d](https://github.com/googleapis/google-api-go-client/commit/f57c82deba73faa59e85dcb1aa136de2d1a40664))

###
[`v0.209.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.209.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.208.0...v0.209.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2883](https://github.com/googleapis/google-api-go-client/issues/2883))
([0b83533](https://github.com/googleapis/google-api-go-client/commit/0b8353371f75d5f3645a3fe6b91cdf004566fa4a))

###
[`v0.208.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.208.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.207.0...v0.208.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2881](https://github.com/googleapis/google-api-go-client/issues/2881))
([44435a9](https://github.com/googleapis/google-api-go-client/commit/44435a9a91048abc5776051221ce9e64b75f5734))
- **gensupport:** Per-chunk transfer timeout configs
([09fa125](https://github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e))
- **gensupport:** Per-chunk transfer timeout configs
([#&#8203;2865](https://github.com/googleapis/google-api-go-client/issues/2865))
([09fa125](https://github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e))

###
[`v0.207.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.207.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.206.0...v0.207.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2874](https://github.com/googleapis/google-api-go-client/issues/2874))
([e9ebb69](https://github.com/googleapis/google-api-go-client/commit/e9ebb69c042ca5e25173253abce13870245e0356))
- **all:** Auto-regenerate discovery clients
([#&#8203;2876](https://github.com/googleapis/google-api-go-client/issues/2876))
([796b248](https://github.com/googleapis/google-api-go-client/commit/796b2482d765d213ab7f9329558c8ea2ca988fe9))
- **all:** Auto-regenerate discovery clients
([#&#8203;2879](https://github.com/googleapis/google-api-go-client/issues/2879))
([9c21349](https://github.com/googleapis/google-api-go-client/commit/9c21349472533bd39a0e55f2db4b9c2afd18c325))

###
[`v0.206.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.206.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.205.0...v0.206.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2862](https://github.com/googleapis/google-api-go-client/issues/2862))
([c552a34](https://github.com/googleapis/google-api-go-client/commit/c552a340b2e364457121cc6a7586b681cc75c27d))
- **all:** Auto-regenerate discovery clients
([#&#8203;2866](https://github.com/googleapis/google-api-go-client/issues/2866))
([6495d84](https://github.com/googleapis/google-api-go-client/commit/6495d84ae6142aa900e6913fb681ca38ec3a3a6b))
- **all:** Auto-regenerate discovery clients
([#&#8203;2868](https://github.com/googleapis/google-api-go-client/issues/2868))
([58faff9](https://github.com/googleapis/google-api-go-client/commit/58faff9ac69eb1b15bf9b532eb1447143bc77083))
- **all:** Auto-regenerate discovery clients
([#&#8203;2870](https://github.com/googleapis/google-api-go-client/issues/2870))
([031802c](https://github.com/googleapis/google-api-go-client/commit/031802cc20f6e3e481fbe8cdacf7e4bf7c36aec2))
- **all:** Auto-regenerate discovery clients
([#&#8203;2871](https://github.com/googleapis/google-api-go-client/issues/2871))
([8fab1d8](https://github.com/googleapis/google-api-go-client/commit/8fab1d86722b77ac74b2726257b5815af70b5185))
- **all:** Auto-regenerate discovery clients
([#&#8203;2872](https://github.com/googleapis/google-api-go-client/issues/2872))
([20de5d2](https://github.com/googleapis/google-api-go-client/commit/20de5d22d96d2ba6983f5839e4f71a3846a01be0))
- **option:** Add support for user loggers
([#&#8203;2873](https://github.com/googleapis/google-api-go-client/issues/2873))
([922e59d](https://github.com/googleapis/google-api-go-client/commit/922e59dcb7806c2a0378c39928a33726687c3038))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Andrzej Stencel <[email protected]>
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant