Skip to content

Generate semconv/v1.39.0#7783

Merged
dmathieu merged 4 commits intoopen-telemetry:mainfrom
ChrsMark:generate_semconv_139
Jan 15, 2026
Merged

Generate semconv/v1.39.0#7783
dmathieu merged 4 commits intoopen-telemetry:mainfrom
ChrsMark:generate_semconv_139

Conversation

@ChrsMark
Copy link
Copy Markdown
Member

@ChrsMark ChrsMark commented Jan 14, 2026

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.1%. Comparing base (6c410ae) to head (57182f4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #7783     +/-   ##
=======================================
- Coverage   86.1%   86.1%   -0.1%     
=======================================
  Files        302     302             
  Lines      22046   22046             
=======================================
- Hits       18993   18988      -5     
- Misses      2672    2677      +5     
  Partials     381     381             

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
@dmathieu dmathieu merged commit f809f7d into open-telemetry:main Jan 15, 2026
31 of 32 checks passed
ChrsMark added a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Jan 19, 2026
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Bumping version of semconv to 1.39:
open-telemetry/opentelemetry-go#7783

Release:
https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.39.0

In particular
open-telemetry/semantic-conventions#3215 moves
the used attributes to `alpha`.

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes

<!--Describe what testing was performed and which tests were added.-->
#### Testing

<!--Describe the documentation added.-->
#### Documentation

<!--Please delete paragraphs that you did not use before submitting.-->

---------

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
aknuds1 pushed a commit to aknuds1/opentelemetry-collector-contrib that referenced this pull request Jan 20, 2026
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Bumping version of semconv to 1.39:
open-telemetry/opentelemetry-go#7783

Release:
https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.39.0

In particular
open-telemetry/semantic-conventions#3215 moves
the used attributes to `alpha`.

<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes

<!--Describe what testing was performed and which tests were added.-->
#### Testing

<!--Describe the documentation added.-->
#### Documentation

<!--Please delete paragraphs that you did not use before submitting.-->

---------

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
cjksplunk added a commit to cjksplunk/opentelemetry-collector-contrib that referenced this pull request Jan 21, 2026
* Adding the query and tracking of stored procedures to events

* Fixed missing process id

* Removing stored procedure type
Updating tests

* Added changelog entry

* Added changelog entry

* reverted changelog entry

* fix changelog entry

* updates to variable naming and usage

* updates to variable naming and usage

* updates to variable naming and usage

* ran make generate

* Moved QuerySampleCount and TopQueryCount ot of params and reference config obj directly

* Added issue to changelog

* Replaced values with vars

* Integrating stored procedure values for samples

* updates to test data

* Backout unintended merge

* updating change log

* Fix for inaccurate query count being reported in postgresql query metrics collection

* change log

* this fix is for sqlserver

* fill issue details

* go generate

* fix lint

* make gogci

* tweak to samples sql

* Revert checks around sending metrics for countInDb=1, since it's addressing a negligable edge case.

* Updates in prep for testing

* fix lint

* cleanup

* Fix invalid casting and update old test

* Updating topN query to use HAVING instead of external WHERE clause

* Query Tuning

* [exporter/elasticsearch] Remove go-elasticsearch dependency to reduce binary size (#45104)

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

Remove go-elasticsearch dependency and reimplement the elasticsearch
client

##### Binary size reduction

For `make otelcontribcol`

Before
```
-rwxrwxr-x 1 carson carson 471M Jan 14 18:23 bin/otelcontribcol_linux_amd64
```

After
```
-rwxrwxr-x 1 carson carson 452M Jan 14 18:22 bin/otelcontribcol_linux_amd64
```

##### Side effect

This PR reimplements most of elasticsearch.NewClient with the exception
of:

- x-elastic-client-meta HTTP header emitted by go-elasticsearch for
telemetry
- compatibility header which is disabled by default and can be enabled
via ELASTIC_CLIENT_APIVERSIONING

##### Related PRs

Supercedes
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39559

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes

<!--Describe what testing was performed and which tests were added.-->
#### Testing

<!--Describe the documentation added.-->
#### Documentation

<!--Please delete paragraphs that you did not use before submitting.-->

* [k8sattributes] Bump version of semconv (#45447)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Bumping version of semconv to 1.39:
https://github.com/open-telemetry/opentelemetry-go/pull/7783

Release:
https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.39.0

In particular
https://github.com/open-telemetry/semantic-conventions/pull/3215 moves
the used attributes to `alpha`.

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes

<!--Describe what testing was performed and which tests were added.-->
#### Testing

<!--Describe the documentation added.-->
#### Documentation

<!--Please delete paragraphs that you did not use before submitting.-->

---------

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>

* [chore] Update core dependencies (#45476)

This PR updates the opentelemetry-collector dependencies to
open-telemetry/opentelemetry-collector@0550b08ddcc55fa878fc0798e8a51d4e4ce80579.

Changes included in this PR:
https://github.com/open-telemetry/opentelemetry-collector/compare/v0.143.1...0550b08ddcc55fa878fc0798e8a51d4e4ce80579

---------

Signed-off-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>

* [chore] add clarification about the usage of ready to merge label (#45474)

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

The usage of the `ready to merge` label is not documented. This PR adds
the clarification of when it should be added as part of the PR review
guidelines to ensure proper usage within the project.

FYI @open-telemetry/collector-contrib-approvers
@open-telemetry/collector-contrib-triagers

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes ~

<!--Describe what testing was performed and which tests were added.-->
#### Testing
~

<!--Describe the documentation added.-->
#### Documentation
Updated

<!--Please delete paragraphs that you did not use before submitting.-->

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>

* [CHORE] Bump Prometheus version (#45475)

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

This bump should pull in
https://github.com/prometheus/prometheus/pull/17665
Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/44197

Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>

* [chore] [receiver/k8s_cluster] Remove unused constant definitions (#45465)

* [chore] [cmd/schemagen] Ensure schemas are up-to-date with Go structs (#45436)

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

Added `checkschema` script that allows verifying whether all component
config schemas are up-to-date with corresponding Go structs.

Script generates schemas for all components and uses `git diff` to find
if there are any changes.

<!--Describe what testing was performed and which tests were added.-->
#### Testing

Manual testing:

1. Run `make checkschema` -> should finish successfully
2. Change content of `receiver/icmpcheckreceiver` Go config struct
3. Run `make checkschema` -> should finish with error
(For faster execution you can limit schema generation only to receivers
by commenting out other directories in `generate-schema` task)

* Update dockerfile deps (#45492)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | digest | `581c059` → `ce63a16` |
| golang | final | digest | `581c059` → `ce63a16` |
| mcr.microsoft.com/mssql/server | final | digest | `54b23ca` →
`cd7c284` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

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

* Update github-actions deps (#45493)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://github.com/actions/cache)
([changelog](https://github.com/actions/cache/compare/9255dc7a253b0ccc959486e2bca901246202afeb..8b402f58fbc84540c8b491a91e594a4576fec3d7))
| action | digest | `9255dc7` → `8b402f5` |
|
[kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action)
| action | patch | `v2.0.0` → `v2.0.1` |

---

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

---

### Release Notes

<details>
<summary>kentaro-m/auto-assign-action
(kentaro-m/auto-assign-action)</summary>

###
[`v2.0.1`](https://github.com/kentaro-m/auto-assign-action/releases/tag/v2.0.1)

[Compare
Source](https://github.com/kentaro-m/auto-assign-action/compare/v2.0.0...v2.0.1)

#### What's Changed

- chore(deps): update dependency ts-jest to v29.1.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;167](https://github.com/kentaro-m/auto-assign-action/pull/167)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v7.3.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;173](https://github.com/kentaro-m/auto-assign-action/pull/173)
- chore(deps): update dependency node to v20.11.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;175](https://github.com/kentaro-m/auto-assign-action/pull/175)
- chore(deps): update dependency prettier to v3.2.5 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;174](https://github.com/kentaro-m/auto-assign-action/pull/174)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v7.4.0 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;176](https://github.com/kentaro-m/auto-assign-action/pull/176)
- chore(deps): update dependency typescript to v5.4.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;177](https://github.com/kentaro-m/auto-assign-action/pull/177)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v7.5.0 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;180](https://github.com/kentaro-m/auto-assign-action/pull/180)
- chore(deps): update dependency typescript to v5.4.5 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;179](https://github.com/kentaro-m/auto-assign-action/pull/179)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v7.5.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;182](https://github.com/kentaro-m/auto-assign-action/pull/182)
- chore(deps): update dependency node to v20.12.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;178](https://github.com/kentaro-m/auto-assign-action/pull/178)
- chore(deps): update dependency node to v20.13.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;183](https://github.com/kentaro-m/auto-assign-action/pull/183)
- chore(deps): update dependency ts-jest to v29.1.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;184](https://github.com/kentaro-m/auto-assign-action/pull/184)
- chore(deps): update dependency ts-jest to v29.1.4 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;185](https://github.com/kentaro-m/auto-assign-action/pull/185)
- chore(deps): update dependency prettier to v3.3.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;187](https://github.com/kentaro-m/auto-assign-action/pull/187)
- chore(deps): update dependency ts-jest to v29.1.5 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;189](https://github.com/kentaro-m/auto-assign-action/pull/189)
- chore(deps): update dependency node to v20.15.0 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;186](https://github.com/kentaro-m/auto-assign-action/pull/186)
- chore(deps): update dependency typescript to v5.5.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;190](https://github.com/kentaro-m/auto-assign-action/pull/190)
- chore(deps): update dependency node to v20.15.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;194](https://github.com/kentaro-m/auto-assign-action/pull/194)
- chore(deps): update dependency prettier to v3.3.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;196](https://github.com/kentaro-m/auto-assign-action/pull/196)
- chore(deps): update dependency typescript to v5.5.4 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;197](https://github.com/kentaro-m/auto-assign-action/pull/197)
- chore(deps): update dependency node to v20.16.0 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;198](https://github.com/kentaro-m/auto-assign-action/pull/198)
- chore(deps): update dependency ts-jest to v29.2.4 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;195](https://github.com/kentaro-m/auto-assign-action/pull/195)
- chore(deps): update dependency ts-jest to v29.2.5 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;199](https://github.com/kentaro-m/auto-assign-action/pull/199)
- chore(deps): update dependency node to v20.17.0 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;200](https://github.com/kentaro-m/auto-assign-action/pull/200)
- chore(deps): update dependency typescript to v5.6.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;202](https://github.com/kentaro-m/auto-assign-action/pull/202)
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://github.com/vercel/ncc) to v0.38.2
by [@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;203](https://github.com/kentaro-m/auto-assign-action/pull/203)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v7.6.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;204](https://github.com/kentaro-m/auto-assign-action/pull/204)
- chore(deps): update dependency typescript to v5.6.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;207](https://github.com/kentaro-m/auto-assign-action/pull/207)
- chore(deps): update dependency node to v20.18.0 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;205](https://github.com/kentaro-m/auto-assign-action/pull/205)
- fix(deps): update dependency
[@&#8203;actions/core](https://github.com/actions/core) to
v1.11.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;206](https://github.com/kentaro-m/auto-assign-action/pull/206)
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://github.com/vercel/ncc) to v0.38.3
by [@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;210](https://github.com/kentaro-m/auto-assign-action/pull/210)
- chore(deps): update node.js to v20.18.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;211](https://github.com/kentaro-m/auto-assign-action/pull/211)
- chore(deps): update dependency prettier to v3.4.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;212](https://github.com/kentaro-m/auto-assign-action/pull/212)
- chore(deps): update dependency typescript to v5.7.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;213](https://github.com/kentaro-m/auto-assign-action/pull/213)
- chore(deps): update release-drafter/release-drafter action to v6 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;172](https://github.com/kentaro-m/auto-assign-action/pull/172)
- chore(deps): update dependency typescript to v5.7.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;214](https://github.com/kentaro-m/auto-assign-action/pull/214)
- chore(deps): update node.js to v20.18.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;215](https://github.com/kentaro-m/auto-assign-action/pull/215)
- chore(deps): update dependency prettier to v3.5.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;218](https://github.com/kentaro-m/auto-assign-action/pull/218)
- chore(deps): update node.js to v20.18.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;219](https://github.com/kentaro-m/auto-assign-action/pull/219)
- chore(deps): update dependency typescript to v5.8.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;223](https://github.com/kentaro-m/auto-assign-action/pull/223)
- chore(deps): update dependency ts-jest to v29.3.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;222](https://github.com/kentaro-m/auto-assign-action/pull/222)
- chore(deps): update dependency prettier to v3.5.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;221](https://github.com/kentaro-m/auto-assign-action/pull/221)
- chore(deps): update dependency typescript to v5.8.3 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;224](https://github.com/kentaro-m/auto-assign-action/pull/224)
- chore(deps): update dependency ts-jest to v29.3.4 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;227](https://github.com/kentaro-m/auto-assign-action/pull/227)
- chore(deps): update node.js to v20.19.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;225](https://github.com/kentaro-m/auto-assign-action/pull/225)
- chore(deps): update dependency ts-jest to v29.4.0 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;229](https://github.com/kentaro-m/auto-assign-action/pull/229)
- chore(deps): update dependency prettier to v3.6.2 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;232](https://github.com/kentaro-m/auto-assign-action/pull/232)
- chore(deps): update node.js to v20.19.4 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;231](https://github.com/kentaro-m/auto-assign-action/pull/231)
- chore(deps): update dependency ts-jest to v29.4.1 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;233](https://github.com/kentaro-m/auto-assign-action/pull/233)
- chore(deps): update node.js to v20.19.5 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;237](https://github.com/kentaro-m/auto-assign-action/pull/237)
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://github.com/vercel/ncc) to v0.38.4
by [@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;239](https://github.com/kentaro-m/auto-assign-action/pull/239)
- chore(deps): update dependency ts-jest to v29.4.5 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;240](https://github.com/kentaro-m/auto-assign-action/pull/240)
- chore(deps): update dependency js-yaml to v3.14.2 \[security] by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;243](https://github.com/kentaro-m/auto-assign-action/pull/243)
- chore(deps): update dependency ts-jest to v29.4.6 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;244](https://github.com/kentaro-m/auto-assign-action/pull/244)
- chore(deps): update node.js to v20.19.6 by
[@&#8203;renovate](https://github.com/renovate)\[bot] in
[#&#8203;245](https://github.com/kentaro-m/auto-assign-action/pull/245)
- docs: add CLAUDE.md for Claude Code guidance by
[@&#8203;kentaro-m](https://github.com/kentaro-m) in
[#&#8203;248](https://github.com/kentaro-m/auto-assign-action/pull/248)
- chore(deps): update node.js to v20.20.0 for security patch by
[@&#8203;kentaro-m](https://github.com/kentaro-m) in
[#&#8203;253](https://github.com/kentaro-m/auto-assign-action/pull/253)
- chore: bump version to 2.0.1 by
[@&#8203;kentaro-m](https://github.com/kentaro-m) in
[#&#8203;254](https://github.com/kentaro-m/auto-assign-action/pull/254)

**Full Changelog**:
<https://github.com/kentaro-m/auto-assign-action/compare/v2.0.0...v2.0.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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

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

* [chore] receiver/kafka: fix TestConsumerShutdownConsuming (#45491)

#### Description

Fix TestConsumerShutdownConsuming by not overriding the consumer config
returned by mustNewFakeCluster. Most importantly, mustNewFakeCluster
sets InitialOffset to "earliest" to ensure the receiver does not race
with producers.

I've repeated the change in a couple of other tests, and removed an
unnecessary sleep in another test to speed things up.

#### Link to tracking issue

Fixes #45010

#### Testing

Ran the tests in a loop with Wine (which was causing the test to
reliably fail for me)

#### Documentation

N/A

* [chore] Inject component.Host into franz-go Kafka clients (#45336)

#### Description

Inject `component.Host` into franz-go Kafka clients. This will enable us
to expose an oauth2 token source as an extension (e.g. oauth2clientauth,
or azureauth
(https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/45064)).

See also
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/41873#discussion_r2366723836

#### Link to tracking issue

N/A

#### Testing

N/A

#### Documentation

N/A

* [chore][receiver/kafka] fix typo in logs.topic documentation (#45478)

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

Fix typo in `logs.topic` documentation

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>

* Adding '''WHERE st.text IS NOT NULL; ''' to topx and samples queries

* [chore] Prepare release 0.144.0 (#45517)

The following commands were run to prepare this release:
- make chlog-update VERSION=v0.144.0
- sed -i.bak s/0[.]143[.]0/0.144.0/g versions.yaml
- make multimod-prerelease
- make multimod-sync

---------

Signed-off-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>

* [CHORE] Replace Prometheus receiver feature gates with mdatagen ones (#45485)

#### Description

mdatagen recently added support for generating and documenting feature
gates. In this PR, I'm replacing all our feature gates with ones
generated by mdatagen.

---------

Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Co-authored-by: Paulo Dias <44772900+paulojmdias@users.noreply.github.com>

* [ci] get core version from GitHub api (#45477)

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

The change added in
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/45462
was not 100% accurate as in
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/45476
is using the value of `v0.143.1`, which is a non-existent tag. Using the
GitHub api for this, it will be accurate for the expected behaviour.

\cc @mx-psi

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>

* Update module github.com/hetznercloud/hcloud-go/v2 to v2.35.0 (#45507)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/hetznercloud/hcloud-go/v2](https://github.com/hetznercloud/hcloud-go)
| `v2.34.0` → `v2.35.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhetznercloud%2fhcloud-go%2fv2/v2.35.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhetznercloud%2fhcloud-go%2fv2/v2.34.0/v2.35.0?slim=true)
|

---

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

---

### Release Notes

<details>
<summary>hetznercloud/hcloud-go
(github.com/hetznercloud/hcloud-go/v2)</summary>

###
[`v2.35.0`](https://github.com/hetznercloud/hcloud-go/blob/HEAD/CHANGELOG.md#v2350)

[Compare
Source](https://github.com/hetznercloud/hcloud-go/compare/v2.34.0...v2.35.0)

#####
[`StorageBoxClient.GetSubaccount`](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#StorageBoxClient.GetSubaccount)
no longer gets a subaccount by `username`


[`StorageBoxClient.GetSubaccount`](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#StorageBoxClient.GetSubaccount)
no longer tries to get a subaccount by `username`, instead it tries to
get it by `name`.

To get a subaccount by `username` please use
[`StorageBoxClient.GetSubaccountByUsername`](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#StorageBoxClient.GetSubaccountByUsername).

See the
[changelog](https://docs.hetzner.cloud/changelog#2026-01-15-storage-box-subaccount-name)
for more details.

##### Features

- add name to Storage Box Subaccount
([#&#8203;806](https://github.com/hetznercloud/hcloud-go/issues/806))

##### Bug Fixes

- do not ignore action error when the error message is empty
([#&#8203;801](https://github.com/hetznercloud/hcloud-go/issues/801))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common to v1.3.34 (#45499)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go)
| `v1.3.32` → `v1.3.34` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.34?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.32/v1.3.34?slim=true)
|

---

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

---

### Release Notes

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

###
[`v1.3.34`](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.33...v1.3.34)

[Compare
Source](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.33...v1.3.34)

###
[`v1.3.33`](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.32...v1.3.33)

[Compare
Source](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.32...v1.3.33)

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update All github.com/aws packages (#45501)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go)
| `v1.51.2` → `v1.52.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-lambda-go/v1.52.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-lambda-go/v1.51.2/v1.52.0?slim=true)
|
|
[github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2)
| `v1.279.1` → `v1.279.2` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.279.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.279.1/v1.279.2?slim=true)
|
|
[github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2)
| `v1.70.1` → `v1.71.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fecs/v1.71.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fecs/v1.70.1/v1.71.0?slim=true)
|

---

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

---

### Release Notes

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

###
[`v1.52.0`](https://github.com/aws/aws-lambda-go/releases/tag/v1.52.0)

[Compare
Source](https://github.com/aws/aws-lambda-go/compare/v1.51.2...v1.52.0)

##### What's Changed

- `lambdacontext` feature: Adding structured logging helper by
[@&#8203;anzheyazzz](https://github.com/anzheyazzz) in
[#&#8203;614](https://github.com/aws/aws-lambda-go/pull/614)

##### New Contributors

- [@&#8203;anzheyazzz](https://github.com/anzheyazzz) made
their first contribution in
[#&#8203;614](https://github.com/aws/aws-lambda-go/pull/614)

**Full Changelog**:
<https://github.com/aws/aws-lambda-go/compare/v1.51.2...v1.52.0>

</details>

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

###
[`v1.279.2`](https://github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2026-01-15)

#### Module Highlights

- `github.com/aws/aws-sdk-go-v2/service/cleanrooms`:
[v1.41.0](service/cleanrooms/CHANGELOG.md#v1410-2026-01-15)
- **Feature**: This release adds support for parameters in PySpark
analysis templates.
- `github.com/aws/aws-sdk-go-v2/service/deadline`:
[v1.23.0](service/deadline/CHANGELOG.md#v1230-2026-01-15)
- **Feature**: AWS Deadline Cloud now supports tagging Budget resources
with ABAC for permissions management and selecting up to 16 filter
values in the monitor and Search API.
- `github.com/aws/aws-sdk-go-v2/service/ec2`:
[v1.279.2](service/ec2/CHANGELOG.md#v12792-2026-01-15)
- **Documentation**: This release includes documentation updates to
support up to four Elastic Volume modifications per Amazon EBS volume
within a rolling 24-hour period.
- `github.com/aws/aws-sdk-go-v2/service/ecs`:
[v1.71.0](service/ecs/CHANGELOG.md#v1710-2026-01-15)
- **Feature**: Adds support for configuring FIPS in AWS GovCloud (US)
Regions via a new ECS Capacity Provider field fipsEnabled. When enabled,
instances launched by the capacity provider will use a FIPS-140 enabled
AMI. Instances will use FIPS-140 compliant cryptographic modules and AWS
FIPS endpoints.
- `github.com/aws/aws-sdk-go-v2/service/evs`:
[v1.6.0](service/evs/CHANGELOG.md#v160-2026-01-15)
- **Feature**: A new GetVersions API has been added to retrieve VCF, ESX
versions, and EC2 instances provided by Amazon EVS. The
CreateEnvironment API now allows you to select a VCF version and the
CreateEnvironmentHost API introduces a optional esxVersion parameter.
- `github.com/aws/aws-sdk-go-v2/service/lakeformation`:
[v1.47.0](service/lakeformation/CHANGELOG.md#v1470-2026-01-15)
- **Feature**: API Changes for GTCForLocation feature. Includes a new
API, GetTemporaryDataLocationCredentials and updates to the APIs
RegisterResource and UpdateResource
- `github.com/aws/aws-sdk-go-v2/service/opensearchserverless`:
[v1.29.0](service/opensearchserverless/CHANGELOG.md#v1290-2026-01-15)
- **Feature**: Collection groups in Amazon OpenSearch Serverless enables
to organize multiple collections and enable compute resource sharing
across collections with different KMS keys. This shared compute model
reduces costs by eliminating the need for separate OpenSearch Compute
Units (OCUs) for each KMS key.
- `github.com/aws/aws-sdk-go-v2/service/qconnect`:
[v1.26.0](service/qconnect/CHANGELOG.md#v1260-2026-01-15)
- **Feature**: Fix inference configuration shapes for the CreateAIPrompt
and UpdateAIPrompt APIs, Modify Text Length Limit for SendMessage API

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/getsentry/sentry-go to v0.41.0 (#45503)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go)
| `v0.40.0` → `v0.41.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.41.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.40.0/v0.41.0?slim=true)
|

---

> [!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.41.0`](https://github.com/getsentry/sentry-go/releases/tag/v0.41.0):
0.41.0

[Compare
Source](https://github.com/getsentry/sentry-go/compare/v0.40.0...v0.41.0)

The Sentry SDK team is happy to announce the immediate availability of
Sentry Go SDK v0.41.0.

##### Features

- Add HTTP client integration for distributed tracing via
`sentryhttpclient` package
([#&#8203;876](https://github.com/getsentry/sentry-go/pull/876))
- Provides an `http.RoundTripper` implementation that automatically
creates spans for outgoing HTTP requests
- Supports trace propagation targets configuration via
`WithTracePropagationTargets` option
  - Example usage:
    ```go
    import sentryhttpclient "github.com/getsentry/sentry-go/httpclient"

    roundTripper := sentryhttpclient.NewSentryRoundTripper(nil)
    client := &http.Client{
        Transport: roundTripper,
    }
    ```
- Add `ClientOptions.PropagateTraceparent` option to control W3C
`traceparent` header propagation in outgoing HTTP requests
([#&#8203;1161](https://github.com/getsentry/sentry-go/pull/1161))
- Add `SpanID` field to structured logs
([#&#8203;1169](https://github.com/getsentry/sentry-go/pull/1169))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/DataDog/datadog-api-client-go/v2 to v2.54.0 (#45502)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go)
| `v2.53.0` → `v2.54.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.54.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.53.0/v2.54.0?slim=true)
|

---

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

---

### Release Notes

<details>
<summary>DataDog/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>

###
[`v2.54.0`](https://github.com/DataDog/datadog-api-client-go/releases/tag/v2.54.0)

[Compare
Source](https://github.com/DataDog/datadog-api-client-go/compare/v2.53.0...v2.54.0)

See ./CHANGELOG.md for details

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module modernc.org/sqlite to v1.44.2 (#45500)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `v1.44.0` →
`v1.44.2` |
![age](https://developer.mend.io/api/mc/badges/age/go/modernc.org%2fsqlite/v1.44.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/modernc.org%2fsqlite/v1.44.0/v1.44.2?slim=true)
|

---

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

---

### Release Notes

<details>
<summary>cznic/sqlite (modernc.org/sqlite)</summary>

###
[`v1.44.2`](https://gitlab.com/cznic/sqlite/compare/v1.44.1...v1.44.2)

[Compare
Source](https://gitlab.com/cznic/sqlite/compare/v1.44.1...v1.44.2)

###
[`v1.44.1`](https://gitlab.com/cznic/sqlite/compare/v1.44.0...v1.44.1)

[Compare
Source](https://gitlab.com/cznic/sqlite/compare/v1.44.0...v1.44.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/google/cadvisor to v0.56.2 (#45504)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/google/cadvisor](https://github.com/google/cadvisor)
| `v0.55.1` → `v0.56.2` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fcadvisor/v0.56.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fcadvisor/v0.55.1/v0.56.2?slim=true)
|

---

> [!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.56.2`](https://github.com/google/cadvisor/releases/tag/v0.56.2):
cAdvisor v0.56.2

[Compare
Source](https://github.com/google/cadvisor/compare/v0.56.1...v0.56.2)

#### What's Changed

- docker: fix nil pointer dereference when GraphDriver is nil by
[@&#8203;dims](https://github.com/dims) in
[#&#8203;3816](https://github.com/google/cadvisor/pull/3816)

**Full Changelog**:
<https://github.com/google/cadvisor/compare/v0.56.1...v0.56.2>

#### What's Changed

- docker: fix nil pointer dereference when GraphDriver is nil by
[@&#8203;dims](https://github.com/dims) in
[#&#8203;3816](https://github.com/google/cadvisor/pull/3816)

**Full Changelog**:
<https://github.com/google/cadvisor/compare/v0.56.1...v0.56.2>

###
[`v0.56.1`](https://github.com/google/cadvisor/releases/tag/v0.56.1):
cAdvisor v0.56.1

[Compare
Source](https://github.com/google/cadvisor/compare/v0.56.0...v0.56.1)

#### What's Changed

- Fixing entrypoint- and healthcheck script in container by
[@&#8203;benji2k2](https://github.com/benji2k2) in
[#&#8203;3814](https://github.com/google/cadvisor/pull/3814)

**Full Changelog**:
<https://github.com/google/cadvisor/compare/v0.56.0...v0.56.1>

#### What's Changed

- Fixing entrypoint- and healthcheck script in container by
[@&#8203;benji2k2](https://github.com/benji2k2) in
[#&#8203;3814](https://github.com/google/cadvisor/pull/3814)

**Full Changelog**:
<https://github.com/google/cadvisor/compare/v0.56.0...v0.56.1>

###
[`v0.56.0`](https://github.com/google/cadvisor/releases/tag/v0.56.0):
cAdvisor v0.56.0

[Compare
Source](https://github.com/google/cadvisor/compare/v0.55.1...v0.56.0)

#### Upgrade

- [docker versions older than 25.0 are no longer
supported](https://github.com/google/cadvisor/pull/3757#issuecomment-3750329932)

#### What's Changed

- Expose s390x CPU Topology to Prometheus by
[@&#8203;madeelibm](https://github.com/madeelibm) in
[#&#8203;3610](https://github.com/google/cadvisor/pull/3610)
- Replace references to docker registry `gcr.io` with `ghcr.io` by
[@&#8203;luckv](https://github.com/luckv) in
[#&#8203;3806](https://github.com/google/cadvisor/pull/3806)
- fix: docker working even without containerd by
[@&#8203;benji2k2](https://github.com/benji2k2) in
[#&#8203;3796](https://github.com/google/cadvisor/pull/3796)
- feat(summary): add standard deviation in derived metrics by
[@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16)
in [#&#8203;3797](https://github.com/google/cadvisor/pull/3797)
- fix: modified container healthcheck to support custom port via
-port/--port flag by
[@&#8203;dylandacosta8](https://github.com/dylandacosta8) in
[#&#8203;3789](https://github.com/google/cadvisor/pull/3789)
- update README by
[@&#8203;SirSobhan0](https://github.com/SirSobhan0) in
[#&#8203;3809](https://github.com/google/cadvisor/pull/3809)
- Update containerd, docker, moby, and opencontainers dependencies by
[@&#8203;dims](https://github.com/dims) in
[#&#8203;3812](https://github.com/google/cadvisor/pull/3812)
- docker: migrate to github.com/moby/moby modules by
[@&#8203;thaJeztah](https://github.com/thaJeztah) in
[#&#8203;3757](https://github.com/google/cadvisor/pull/3757)

#### New Contributors

- [@&#8203;luckv](https://github.com/luckv) made their first
contribution in
[#&#8203;3806](https://github.com/google/cadvisor/pull/3806)
- [@&#8203;benji2k2](https://github.com/benji2k2) made their
first contribution in
[#&#8203;3796](https://github.com/google/cadvisor/pull/3796)
- [@&#8203;dylandacosta8](https://github.com/dylandacosta8)
made their first contribution in
[#&#8203;3789](https://github.com/google/cadvisor/pull/3789)
- [@&#8203;SirSobhan0](https://github.com/SirSobhan0) made
their first contribution in
[#&#8203;3809](https://github.com/google/cadvisor/pull/3809)

**Full Changelog**:
<https://github.com/google/cadvisor/compare/v0.55.1...v0.56.0>

#### What's Changed

- Expose s390x CPU Topology to Prometheus by
[@&#8203;madeelibm](https://github.com/madeelibm) in
[#&#8203;3610](https://github.com/google/cadvisor/pull/3610)
- Replace references to docker registry `gcr.io` with `ghcr.io` by
[@&#8203;luckv](https://github.com/luckv) in
[#&#8203;3806](https://github.com/google/cadvisor/pull/3806)
- fix: docker working even without containerd by
[@&#8203;benji2k2](https://github.com/benji2k2) in
[#&#8203;3796](https://github.com/google/cadvisor/pull/3796)
- feat(summary): add standard deviation in derived metrics by
[@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16)
in [#&#8203;3797](https://github.com/google/cadvisor/pull/3797)
- fix: modified container healthcheck to support custom port via
-port/--port flag by
[@&#8203;dylandacosta8](https://github.com/dylandacosta8) in
[#&#8203;3789](https://github.com/google/cadvisor/pull/3789)
- update README by
[@&#8203;SirSobhan0](https://github.com/SirSobhan0) in
[#&#8203;3809](https://github.com/google/cadvisor/pull/3809)
- Update containerd, docker, moby, and opencontainers dependencies by
[@&#8203;dims](https://github.com/dims) in
[#&#8203;3812](https://github.com/google/cadvisor/pull/3812)
- docker: migrate to github.com/moby/moby modules by
[@&#8203;thaJeztah](https://github.com/thaJeztah) in
[#&#8203;3757](https://github.com/google/cadvisor/pull/3757)

#### New Contributors

- [@&#8203;luckv](https://github.com/luckv) made their first
contribution in
[#&#8203;3806](https://github.com/google/cadvisor/pull/3806)
- [@&#8203;benji2k2](https://github.com/benji2k2) made their
first contribution in
[#&#8203;3796](https://github.com/google/cadvisor/pull/3796)
- [@&#8203;dylandacosta8](https://github.com/dylandacosta8)
made their first contribution in
[#&#8203;3789](https://github.com/google/cadvisor/pull/3789)
- [@&#8203;SirSobhan0](https://github.com/SirSobhan0) made
their first contribution in
[#&#8203;3809](https://github.com/google/cadvisor/pull/3809)

**Full Changelog**:
<https://github.com/google/cadvisor/compare/v0.55.1...v0.56.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module cloud.google.com/go/storage to v1.59.1 (#45495)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go)
| `v1.59.0` → `v1.59.1` |
![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fstorage/v1.59.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fstorage/v1.59.0/v1.59.1?slim=true)
|

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/DataDog/agent-payload/v5 to v5.0.179 (#45521)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://github.com/DataDog/agent-payload)
| `v5.0.178` → `v5.0.179` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.179?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.178/v5.0.179?slim=true)
|

---

> [!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.179`](https://github.com/DataDog/agent-payload/releases/tag/v5.0.179)

[Compare
Source](https://github.com/DataDog/agent-payload/compare/v5.0.178...v5.0.179)

##### What's Changed

- \[CODEOWNERS] Update container-app to kubernetes-experiences by
[@&#8203;mbotarro](https://github.com/mbotarro) in
[#&#8203;434](https://github.com/DataDog/agent-payload/pull/434)
- Pin setup-python Github actions in test workflow by
[@&#8203;Enzu83](https://github.com/Enzu83) in
[#&#8203;436](https://github.com/DataDog/agent-payload/pull/436)
- \[agent-health] add proto definition by
[@&#8203;pducolin](https://github.com/pducolin) in
[#&#8203;438](https://github.com/DataDog/agent-payload/pull/438)

##### New Contributors

- [@&#8203;Enzu83](https://github.com/Enzu83) made their first
contribution in
[#&#8203;436](https://github.com/DataDog/agent-payload/pull/436)
- [@&#8203;pducolin](https://github.com/pducolin) made their
first contribution in
[#&#8203;438](https://github.com/DataDog/agent-payload/pull/438)

**Full Changelog**:
<https://github.com/DataDog/agent-payload/compare/v5.0.178...v5.0.179>

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/klauspost/compress to v1.18.3 (#45496)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/klauspost/compress](https://github.com/klauspost/compress)
| `v1.18.2` → `v1.18.3` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.18.3?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.18.2/v1.18.3?slim=true)
|

---

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

---

### Release Notes

<details>
<summary>klauspost/compress (github.com/klauspost/compress)</summary>

###
[`v1.18.3`](https://github.com/klauspost/compress/releases/tag/v1.18.3)

[Compare
Source](https://github.com/klauspost/compress/compare/v1.18.2...v1.18.3)

Downstream CVE-2025-61728

See
[golang/go#77102](https://github.com/golang/go/issues/77102)

**Full Changelog**:
<https://github.com/klauspost/compress/compare/v1.18.2...v1.18.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/microsoft/go-mssqldb to v1.9.6 (#45497)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb)
| `v1.9.5` → `v1.9.6` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.9.6?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.9.5/v1.9.6?slim=true)
|

---

> [!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.9.6`](https://github.com/microsoft/go-mssqldb/compare/v1.9.5...v1.9.6)

[Compare
Source](https://github.com/microsoft/go-mssqldb/compare/v1.9.5...v1.9.6)

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* Update module github.com/SAP/go-hdb to v1.14.18 (#45498)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/SAP/go-hdb](https://github.com/SAP/go-hdb) |
`v1.14.17` → `v1.14.18` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fSAP%2fgo-hdb/v1.14.18?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fSAP%2fgo-hdb/v1.14.17/v1.14.18?slim=true)
|

---

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

---

### Release Notes

<details>
<summary>SAP/go-hdb (github.com/SAP/go-hdb)</summary>

###
[`v1.14.18`](https://github.com/SAP/go-hdb/releases/tag/v1.14.18)

[Compare
Source](https://github.com/SAP/go-hdb/compare/v1.14.17...v1.14.18)

v1.14.18

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>

* [chore][pkg/stanza/fileconsumer] Use mdatagen for managing feature gates (#45488)

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

The `mdatagen` recently added support for generating and documenting
feature gates.

In this PR, I'm updating all the existing feature gates with the
`mdatagen` ones.

---------

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>

* [chore] Remove unused go mod replace statement (#45483)

#### Description
Removing replace statement added in #42753 since all dependencies have
been updated and the replaced module is no longer used.

#### Link to tracking issue
Fixes #42766

Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* Update All github.com/googlecloudplatform packages (#45524)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go)
| `v1.30.0` → `v1.31.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fdetectors%2fgcp/v1.31.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fGoogleClou…
@MrAlias MrAlias added this to the v1.40.0 milestone Jan 30, 2026
@MrAlias MrAlias mentioned this pull request Feb 2, 2026
MrAlias added a commit that referenced this pull request Feb 2, 2026
### Added

- Add `Enabled` method to all synchronous instrument interfaces
(`Float64Counter`, `Float64UpDownCounter`, `Float64Histogram`,
`Float64Gauge`, `Int64Counter`, `Int64UpDownCounter`, `Int64Histogram`,
`Int64Gauge`,) in `go.opentelemetry.io/otel/metric`. This stabilizes the
synchronous instrument enabled feature, allowing users to check if an
instrument will process measurements before performing computationally
expensive operations. (#7763)
- Add `AlwaysRecord` sampler in `go.opentelemetry.io/otel/sdk/trace`.
(#7724)
- Add `go.opentelemetry.io/otel/semconv/v1.39.0` package. The package
contains semantic conventions from the `v1.39.0` version of the
OpenTelemetry Semantic Conventions. See the [migration
documentation](https://github.com/open-telemetry/opentelemetry-go/blob/298cbedf256b7a9ab3c21e41fc5e3e6d6e4e94aa/semconv/v1.39.0/MIGRATION.md)
for information on how to upgrade from
`go.opentelemetry.io/otel/semconv/v1.38.0.` (#7783, #7789)

### Changed

- `Exporter` in `go.opentelemetry.io/otel/exporter/prometheus` ignores
metrics with the scope `go.opentelemetry.io/contrib/bridges/prometheus`.
This prevents scrape failures when the Prometheus exporter is
misconfigured to get data from the Prometheus bridge. (#7688)
- Improve performance of concurrent histogram measurements in
`go.opentelemetry.io/otel/sdk/metric`. (#7474)
- Add experimental observability metrics in
`go.opentelemetry.io/otel/exporters/stdout/stdoutmetric`. (#7492)
- Improve the concurrent performance of `HistogramReservoir` in
`go.opentelemetry.io/otel/sdk/metric/exemplar` by 4x. (#7443)
- Improve performance of concurrent synchronous gauge measurements in
`go.opentelemetry.io/otel/sdk/metric`. (#7478)
- Improve performance of concurrent exponential histogram measurements
in `go.opentelemetry.io/otel/sdk/metric`. (#7702)
- Improve the concurrent performance of `FixedSizeReservoir` in
`go.opentelemetry.io/otel/sdk/metric/exemplar`. (#7447)
- The `rpc.grpc.status_code` attribute in the experimental metrics
emitted from
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` is
replaced with the `rpc.response.status_code` attribute to align with the
semantic conventions. (#7854)
- The `rpc.grpc.status_code` attribute in the experimental metrics
emitted from
`go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc` is
replaced with the `rpc.response.status_code` attribute to align with the
semantic conventions. (#7854)

### Fixed

- Fix bad log message when key-value pairs are dropped because of key
duplication in `go.opentelemetry.io/otel/sdk/log`. (#7662)
- Fix `DroppedAttributes` on `Record` in
`go.opentelemetry.io/otel/sdk/log` to not count the non-attribute
key-value pairs dropped because of key duplication. (#7662)
- Fix `SetAttributes` on `Record` in `go.opentelemetry.io/otel/sdk/log`
to not log that attributes are dropped when they are actually not
dropped. (#7662)
- `WithHostID` detector in `go.opentelemetry.io/otel/sdk/resource` to
use full path for `ioreg` command on Darwin (macOS). (#7818)
- Fix missing `request.GetBody` in
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` to
correctly handle HTTP2 GOAWAY frame. (#7794)

### Deprecated

- Deprecate `go.opentelemetry.io/otel/exporters/zipkin`. For more
information, see the [OTel blog post deprecating the Zipkin
exporter](https://opentelemetry.io/blog/2025/deprecating-zipkin-exporters/).
(#7670)

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
dmathieu pushed a commit that referenced this pull request Mar 2, 2026
Similar to #7783
for semconv/v1.40.0:
https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.40.0

---------

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants