Skip to content

Upgrade contrib version#6

Merged
amir-jakoby merged 326 commits into
mainfrom
upgrade-contrib-version
Oct 1, 2025
Merged

Upgrade contrib version#6
amir-jakoby merged 326 commits into
mainfrom
upgrade-contrib-version

Conversation

@amir-jakoby

@amir-jakoby amir-jakoby commented Sep 27, 2025

Copy link
Copy Markdown

Description

Link to tracking issue

Fixes

Testing

Documentation


Note

Simplifies AWS logs format names with legacy support, removes deprecated Splunk HEC mappings, improves k8sobjectsreceiver leader-election lifecycle, adds OracleDB service.instance.id, fixes PostgreSQL delta caching, tweaks Loki label handling, and bumps numerous deps (e.g., otlptranslator v1.0.0, gosnowflake, JMX 1.50.0).

  • AWS Logs Encoding Extension:
    • Rename/simplify format values (e.g., cloudwatch, vpcflow, elbaccess), retain legacy aliases with warnings.
    • Switch scope attr to encoding.format and update docs/tests.
  • Splunk HEC Exporter:
    • Remove deprecated hec_metadata_to_otel_attrs; rely on otel_attrs_to_hec_metadata across code/tests.
  • Kubernetes:
    • k8sobjectsreceiver: refine leader election (stop watches without full shutdown, add waitgroup), more robust shutdown; new tests incl. flapping.
    • k8sattributesprocessor: delete-queue keyed by podUID; refactor & tests.
  • Databases:
    • OracleDB: add service.instance.id resource attr (host:port/serviceName) and plumb into emitted data.
    • PostgreSQL: fix top-query delta cache to store latest counters (not deltas); tests.
  • Loki Translator:
    • Exclude/trim certain attrs (e.g., processed_by prefix) and helper for label vs. attr names; formatting/encode tweaks; tests.
  • Telemetry/Metadata:
    • Mark various metrics as "development" stability; minor resource-attr defaults (e.g., disable some Azure attrs, SSH endpoint).
  • Upgrades:
    • Prometheus otlptranslatorv1.0.0; gosnowflake, Arrow/Thrift, envoy control-plane; JMX jars 1.50.0.
    • Misc dependency/version bumps and small cleanups.

Written by Cursor Bugbot for commit f47cdd7. This will update automatically on new commits. Configure here.

odubajDT and others added 30 commits September 12, 2025 10:43
…en-telemetry#42625)

Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
…metry#42544)

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

This PR adds support for resource detection in Linode Cloud.

I have not added the Linode cloud into semantic conventions, but I can
open a PR for it.

I'm purposing be a code owner for this detector 🙌 

Excluding https://techdocs.akamai.com from Lychee because the link
started causing persistent timeout in CI, for example
[here](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/17534441883/job/49795707700?pr=42544).

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

Fixes open-telemetry#42543

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

Added tests to cover most cases, and I personally tested them on a
Linode server.

```
2025-09-07T21:48:31.344Z	info	service@v0.134.0/service.go:211	Starting otelcontribcol...	{"resource": {"service.instance.id": "cf0f1ae8-8c54-4f9e-a751-3dd318ea07d7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "Version": "0.134.0-dev", "NumCPU": 1}
2025-09-07T21:48:31.345Z	info	extensions/extensions.go:41	Starting extensions...	{"resource": {"service.instance.id": "cf0f1ae8-8c54-4f9e-a751-3dd318ea07d7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}}
2025-09-07T21:48:31.345Z	info	internal/resourcedetection.go:137	began detecting resource information	{"resource": {"service.instance.id": "cf0f1ae8-8c54-4f9e-a751-3dd318ea07d7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics"}
2025-09-07T21:48:33.443Z	info	internal/resourcedetection.go:188	detected resource information	{"resource": {"service.instance.id": "cf0f1ae8-8c54-4f9e-a751-3dd318ea07d7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics", "resource": {"cloud.account.id":"526F8BCA-3E46-4A54-84E76204F8476683","cloud.provider":"linode","cloud.region":"de-fra-2","host.id":"83218692","host.image.id":"linode/ubuntu24.04","host.image.name":"Ubuntu 24.04 LTS","host.name":"ubuntu-otel-collector","host.type":"g6-nanode-1"}}
2025-09-07T21:48:33.444Z	info	service@v0.134.0/service.go:234	Everything is ready. Begin running and processing data.	{"resource": {"service.instance.id": "cf0f1ae8-8c54-4f9e-a751-3dd318ea07d7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}}
2025-09-07T21:48:34.444Z	info	Metrics	{"resource": {"service.instance.id": "cf0f1ae8-8c54-4f9e-a751-3dd318ea07d7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "debug", "otelcol.component.kind": "exporter", "otelcol.signal": "metrics", "resource metrics": 3, "metrics": 5, "data points": 17}
2025-09-07T21:48:34.445Z	info	ResourceMetrics #0
Resource SchemaURL: https://opentelemetry.io/schemas/1.9.0
Resource attributes:
     -> cloud.account.id: Str(526F8BCA-3E46-4A54-84E76204F8476683)
     -> cloud.provider: Str(linode)
     -> cloud.region: Str(de-fra-2)
     -> host.id: Str(83218692)
     -> host.image.id: Str(linode/ubuntu24.04)
     -> host.image.name: Str(Ubuntu 24.04 LTS)
     -> host.name: Str(ubuntu-otel-collector)
     -> host.type: Str(g6-nanode-1)
```

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

Updated the README.md with this new detector.

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

---------

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
…gauge (open-telemetry#42295)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
METRIC_TYPE_UNSPECIFIED are now accepted by
prometheusremotewritereceiver and given value of "unknown" in
metric.metadata["prometheus.type"]

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

<!--Describe what testing was performed and which tests were added.-->
#### Testing
In TestTranslateV2 the "unsupported metric type UNSPECIFIED" was removed
and "accept unspecified metric type as gauge" was added to test that
unspecified types are accepted as gauge


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

---------

Signed-off-by: Chetan <jellybeans33124@gmail.com>
…42653)

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

Change error log message from "issue exporting from topic" to "error
exporting to topic"
… expire (open-telemetry#42019)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
When using the exponential histogram in servicegraph connector,
encounter error:
```
2025-08-14T16:04:57.165Z	error	servicegraphconnector@v0.132.0/connector.go:187	failed to flush metrics	{"resource": {"service.instance.id": "44774927-7805-40c0-92b3-bed786103c19", "service.name": "otelcol-contrib", "service.version": "0.132.0"}, "otelcol.component.id": "servicegraph", "otelcol.component.kind": "connector", "otelcol.signal": "traces", "otelcol.signal.output": "metrics", "error": "failed to build metrics: failed to find dimensions for key hive\u0000skoala\u0000database\u0000false\u0000client_k8s.cluster.id_a32bf78c-48e6-46a0-9618-a00c235de31e\u0000client_k8s.namespace.name_skoala-system\u0000client_db.system_mysql"}
github.com/open-telemetry/opentelemetry-collector-contrib/connector/servicegraphconnector.(*serviceGraphConnector).metricFlushLoop
	github.com/open-telemetry/opentelemetry-collector-contrib/connector/servicegraphconnector@v0.132.0/connector.go:187
``` 

This PR will fix it.
…og record timestamp (open-telemetry#42600)

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

Faro events originate in the user's browser, where the local clock may
differ from actual time.
As a result, log record timestamps can be inaccurate, leading to
ingestion issues (e.g., timestamps too old or too far in the future).

This PR stops setting the log record timestamp based on the faro event
timestamp.

<!--Describe what testing was performed and which tests were added.-->
#### Testing
Unit tests adjusted
…#42622)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
I was exporting faro data and noticed errors for 200 response codes from
the faro endpoint.

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

<!--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: Robbie Lankford <robert.lankford@grafana.com>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Implements second part of the
open-telemetry/semantic-conventions@fb7b420

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

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

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

- generated
<!--Please delete paragraphs that you did not use before submitting.-->
…pen-telemetry#42649)

Update `iis.application_pool.state` metric description per installed
counter information of IIS 10.

Fix open-telemetry#42586
…y#42665)

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

This PR adds support for resource detection in Scaleway.

I'm proposing to be a code owner for this detector 🙌

Semantic Conventions PR:
open-telemetry/semantic-conventions#2773

If Image [details are accepted to be added to the
SDK](scaleway/scaleway-sdk-go#2714), I can add
image details to this PR or after it.

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

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

Tests added and also tested on a Scaleway instance as we can see the
output below.

```
2025-09-13T14:50:40.750Z	info	service@v0.135.1-0.20250911155607-37a3ace6274c/service.go:205	Starting otelcontribcol...	{"resource": {"service.instance.id": "9e8bea33-11d5-4166-b35c-f16d5c8839da", "service.name": "otelcontribcol", "service.version": "0.135.0-dev"}, "Version": "0.135.0-dev", "NumCPU": 1}
2025-09-13T14:50:40.751Z	info	extensions/extensions.go:41	Starting extensions...	{"resource": {"service.instance.id": "9e8bea33-11d5-4166-b35c-f16d5c8839da", "service.name": "otelcontribcol", "service.version": "0.135.0-dev"}}
2025-09-13T14:50:40.751Z	info	internal/resourcedetection.go:137	began detecting resource information	{"resource": {"service.instance.id": "9e8bea33-11d5-4166-b35c-f16d5c8839da", "service.name": "otelcontribcol", "service.version": "0.135.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics"}
2025-09-13T14:50:40.954Z	info	internal/resourcedetection.go:188	detected resource information	{"resource": {"service.instance.id": "9e8bea33-11d5-4166-b35c-f16d5c8839da", "service.name": "otelcontribcol", "service.version": "0.135.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics", "resource": {"cloud.account.id":"10542306-0c75-4265-9c2c-1fbfe4ea0bf0","cloud.availability_zone":"nl-ams-1","cloud.platform":"scaleway_cloud_compute","cloud.provider":"scaleway_cloud","cloud.region":"nl-ams","host.id":"9209777f-3ad4-4a32-a2e3-95bbc59d6ee3","host.name":"otel-collector-scw","host.type":"STARDUST1-S"}}
2025-09-13T14:50:40.955Z	info	service@v0.135.1-0.20250911155607-37a3ace6274c/service.go:228	Everything is ready. Begin running and processing data.	{"resource": {"service.instance.id": "9e8bea33-11d5-4166-b35c-f16d5c8839da", "service.name": "otelcontribcol", "service.version": "0.135.0-dev"}}
2025-09-13T14:50:41.956Z	info	Metrics	{"resource": {"service.instance.id": "9e8bea33-11d5-4166-b35c-f16d5c8839da", "service.name": "otelcontribcol", "service.version": "0.135.0-dev"}, "otelcol.component.id": "debug", "otelcol.component.kind": "exporter", "otelcol.signal": "metrics", "resource metrics": 3, "metrics": 5, "data points": 17}
2025-09-13T14:50:41.958Z	info	ResourceMetrics #0
Resource SchemaURL: https://opentelemetry.io/schemas/1.9.0
Resource attributes:
     -> cloud.provider: Str(scaleway_cloud)
     -> cloud.platform: Str(scaleway_cloud_compute)
     -> cloud.account.id: Str(10542306-0c75-4265-9c2c-1fbfe4ea0bf0)
     -> cloud.availability_zone: Str(nl-ams-1)
     -> cloud.region: Str(nl-ams)
     -> host.id: Str(9209777f-3ad4-4a32-a2e3-95bbc59d6ee3)
     -> host.name: Str(otel-collector-scw)
     -> host.type: Str(STARDUST1-S)
```

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

Updated the README.md with this new detector.

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

---------

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
 Remove time.Sleep call 
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes open-telemetry#42550 

<!--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.-->
open-telemetry#42428)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
The logs collection in PostgreSQL receiver currently does not include
execution time of the currently running queries (query_samples) in
payload. This needs to be calculated in the collector query itself based
on the query_start time.

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

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

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

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

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

This PR adds support for resource detection in Vultr.

I have not added Vultr into semantic conventions, but I can open a PR
for it.

I'm proposing to be a code owner for this detector 🙌

Excluding https://www.vultr.com from Lychee because the link started
causing persistent error (403) in CI, for example
[here](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/17565682877/job/49892128357?pr=42570).

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

Fixes open-telemetry#42569 

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

Added tests to cover most cases, and I personally tested them on a Vultr
server.

```
2025-09-08T22:08:45.332Z	info	service@v0.134.0/service.go:211	Starting otelcontribcol...	{"resource": {"service.instance.id": "528e617f-1024-42e2-a3cf-2d84db7eddfb", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "Version": "0.134.0-dev", "NumCPU": 1}
2025-09-08T22:08:45.333Z	info	extensions/extensions.go:41	Starting extensions...	{"resource": {"service.instance.id": "528e617f-1024-42e2-a3cf-2d84db7eddfb", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}}
2025-09-08T22:08:45.333Z	info	internal/resourcedetection.go:137	began detecting resource information	{"resource": {"service.instance.id": "528e617f-1024-42e2-a3cf-2d84db7eddfb", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics"}
2025-09-08T22:08:45.453Z	info	internal/resourcedetection.go:188	detected resource information	{"resource": {"service.instance.id": "528e617f-1024-42e2-a3cf-2d84db7eddfb", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics", "resource": {"cloud.provider":"vultr","cloud.region":"lhr","host.id":"97d8dc10-9c39-4d97-9301-1008721dba5f","host.name":"vultr.guest"}}
2025-09-08T22:08:45.454Z	info	service@v0.134.0/service.go:234	Everything is ready. Begin running and processing data.	{"resource": {"service.instance.id": "528e617f-1024-42e2-a3cf-2d84db7eddfb", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}}
2025-09-08T22:08:46.455Z	info	Metrics	{"resource": {"service.instance.id": "528e617f-1024-42e2-a3cf-2d84db7eddfb", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "debug", "otelcol.component.kind": "exporter", "otelcol.signal": "metrics", "resource metrics": 3, "metrics": 5, "data points": 17}
2025-09-08T22:08:46.455Z	info	ResourceMetrics #0
Resource SchemaURL: https://opentelemetry.io/schemas/1.9.0
Resource attributes:
     -> cloud.provider: Str(vultr)
     -> cloud.region: Str(lhr)
     -> host.id: Str(97d8dc10-9c39-4d97-9301-1008721dba5f)
     -> host.name: Str(vultr.guest)
```

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

Updated the README.md with this new detector.

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

---------

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
Co-authored-by: Antoine Toulme <antoine@toulme.name>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

PR for failover connector queue, allows for queueing on the "exporter
portion" of the connector. Preventing data points from being stuck in a
failed exporter, as well as faster failover. This should in theory be
used as a replacement of the queue enabled on the exporter side.

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

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

Tests need to be updated

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

<!--Please delete paragraphs that you did not use before submitting.-->
open-telemetry#42685)

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

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

Skips flaky tests related to StartTimeAdjustment

#### Link to tracking issue

Updates open-telemetry#42684
Fixes open-telemetry#42563
Unblocks open-telemetry#42493
Unblocks open-telemetry#42606
…tdown (open-telemetry#42676)

#### Description
This PR fixes goroutine leaks in the isolation forest processor caused
by improper shutdown coordination of background `modelUpdateLoop`
goroutines.

The processor was starting background goroutines for periodic model
updates but not properly waiting for them to terminate during shutdown,
causing `goleak` test failures. The tests would pass functionally but
fail due to leaked goroutines remaining active after test completion.

**Root Cause:**
- `newIsolationForestProcessor` starts `go processor.modelUpdateLoop()` 
- `Shutdown()` method signals stop but doesn't wait for goroutine
termination
- Tests don't call `Shutdown()` on created processors

**Fix:**
- Added `shutdownWG sync.WaitGroup` for proper goroutine tracking
- Modified `Shutdown()` to wait for all background goroutines to
complete
- Updated tests to call `Shutdown()` during cleanup
- No functional changes to processor behavior

#### Link to tracking issue
Fixes open-telemetry#42675 

#### Testing
- All existing tests now pass without goroutine leaks
- `goleak` tests pass successfully  
- Added proper shutdown cleanup to all test functions that create
processors
- Verified no regression in processor functionality
- Background goroutines properly terminate in both test and production
environments

**Files tested:**
- `processor_test.go` - Fixed 5 test functions to call `Shutdown()`
- `factory_test.go` - Already had proper shutdown calls
- `integration_test.go` - Verified shutdown coordination works

#### Documentation
- Updated inline code comments explaining shutdown coordination
- No user-facing documentation changes needed (internal fix only)
- Proper goroutine lifecycle management maintains existing API
…try#42694)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Add comprehensive unit tests for isolation forest processor to achieve
93% test coverage. Includes tests for core algorithm, all processor
modes, configuration validation, feature extractors, error handling, and
concurrent access.

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

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

- Added 50+ unit tests covering all code paths
- Achieved 93.8% test coverage
- Tested thread safety and concurrent access

All tests pass with no race conditions

<!--Please delete paragraphs that you did not use before submitting.-->
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Do not validate the root_path of the collector if `sync_host_metadata`
is not set

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

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Curtis Robert <crobert@splunk.com>
#### Description

This looks to disallow the project to adopt dev containers as a
supported tool chain. This project (for the most part) is a pure go
project and the required effort to get a local developer environment
sorted should be minimal.

As for this reason, there should be no real reason for the maintainers
of the project to maintain a secondary developer environment which has
the potential to include unwanted security risks.

This pull request does not stop users from using dev containers, but the
maintainers of the project offer no official support for it.
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
part of
open-telemetry#42624

<!-- 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: Jared Tan <jian.tan@daocloud.io>
#### Description

This is a flaky test, not worth keeping or fixing.

#### Link to tracking issue
Fixes open-telemetry#42668
Fixes open-telemetry#42588
…en-telemetry#42681)

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

<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes
open-telemetry#42659
Fixes open-telemetry#37799 (added by @mx-psi)

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
…open-telemetry#42704)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go)
| `v1.19.0` -> `v1.19.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fazcore/v1.19.1?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.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.

---

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/tidwall/wal](https://github.com/tidwall/wal) |
`v1.2.0` -> `v1.2.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftidwall%2fwal/v1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftidwall%2fwal/v1.2.0/v1.2.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>tidwall/wal (github.com/tidwall/wal)</summary>

###
[`v1.2.1`](https://github.com/tidwall/wal/compare/v1.2.0...v1.2.1)

[Compare
Source](https://github.com/tidwall/wal/compare/v1.2.0...v1.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
| action | patch | `v2.1.1` -> `v2.1.4` |
|
[github/codeql-action](https://github.com/github/codeql-action)
| action | patch | `v3.30.2` -> `v3.30.3` |
|
[github/codeql-action](https://github.com/github/codeql-action)
| action | digest | `d3678e2` -> `192325c` |

---

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

---

### Release Notes

<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>

###
[`v2.1.4`](https://github.com/actions/create-github-app-token/releases/tag/v2.1.4)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4)

##### Bug Fixes

- **deps:** bump
[@&open-telemetry#8203;octokit/auth-app](https://github.com/octokit/auth-app)
from 7.2.1 to 8.0.1
([#&open-telemetry#8203;257](https://github.com/actions/create-github-app-token/issues/257))
([bef1eaf](https://github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1))

###
[`v2.1.3`](https://github.com/actions/create-github-app-token/releases/tag/v2.1.3)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3)

##### Bug Fixes

- **deps:** bump undici from 7.8.0 to 7.10.0 in the
production-dependencies group
([#&open-telemetry#8203;254](https://github.com/actions/create-github-app-token/issues/254))
([f3d5ec2](https://github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9))

###
[`v2.1.2`](https://github.com/actions/create-github-app-token/releases/tag/v2.1.2)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2)

##### Bug Fixes

- **deps:** bump
[@&open-telemetry#8203;octokit/request](https://github.com/octokit/request)
from 9.2.3 to 10.0.2
([#&open-telemetry#8203;256](https://github.com/actions/create-github-app-token/issues/256))
([5d7307b](https://github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130))

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.30.3`](https://github.com/github/codeql-action/releases/tag/v3.30.3)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.30.2...v3.30.3)

### CodeQL Action Changelog

See the [releases
page](https://github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.

#### 3.30.3 - 10 Sep 2025

No user facing changes.

See the full
[CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.3/CHANGELOG.md)
for more information.

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | digest | `b773c94` -> `8305f5f` |
| golang | final | digest | `b773c94` -> `8305f5f` |

---

> [!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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) |
`v1.75.0` -> `v1.75.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.75.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.75.0/v1.75.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.75.1`](https://github.com/grpc/grpc-go/releases/tag/v1.75.1):
Release 1.75.1

[Compare
Source](https://github.com/grpc/grpc-go/compare/v1.75.0...v1.75.1)

##### Bug Fixes

- transport: Fix a data race while copying headers for stats handlers in
the std lib http2 server transport.
([#&open-telemetry#8203;8519](https://github.com/grpc/grpc-go/issues/8519))
- xdsclient:
- Fix a data race caused while reporting load to LRS.
([#&open-telemetry#8203;8483](https://github.com/grpc/grpc-go/pull/8483))
- Fix regression preventing empty node IDs when creating an LRS client.
([#&open-telemetry#8203;8483](https://github.com/grpc/grpc-go/issues/8483))
- server: Fix a regression preventing streams from being cancelled or
timed out when blocked on flow control.
([#&open-telemetry#8203;8528](https://github.com/grpc/grpc-go/issues/8528))

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

---------

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>
…ry#42713)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go)
| `v0.35.1` -> `v0.35.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.35.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.35.1/v0.35.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>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary>

###
[`v0.35.3`](https://github.com/getsentry/sentry-go/releases/tag/v0.35.3):
0.35.3

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

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

##### Bug Fixes

- Add missing rate limit categories
([#&open-telemetry#8203;1082](https://github.com/getsentry/sentry-go/pull/1082))

###
[`v0.35.2`](https://github.com/getsentry/sentry-go/releases/tag/v0.35.2):
0.35.2

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

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

##### Bug Fixes

- Fix OpenTelemetry spans being created as transactions instead of child
spans
([#&open-telemetry#8203;1073](https://github.com/getsentry/sentry-go/pull/1073))

##### Misc

- Add `MockTransport` to test clients for improved testing
([#&open-telemetry#8203;1071](https://github.com/getsentry/sentry-go/pull/1071))

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

---------

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>
…d/common to v1.1.27 (open-telemetry#42719)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go)
| `v1.1.24` -> `v1.1.27` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.1.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.1.24/v1.1.27?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>tencentcloud/tencentcloud-sdk-go
(github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary>

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

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

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

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

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

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

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

---------

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>
open-telemetry#42715)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3)
| `v0.1.167` -> `v0.1.168` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.168?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.167/v0.1.168?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>huaweicloud/huaweicloud-sdk-go-v3
(github.com/huaweicloud/huaweicloud-sdk-go-v3)</summary>

###
[`v0.1.168`](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/releases/tag/v0.1.168)

[Compare
Source](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/compare/v0.1.167...v0.1.168)

Release 0.1.168

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

---------

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>
florianl and others added 26 commits September 30, 2025 13:42
…en-telemetry#42107)

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

Most Profiling messages do have some attributes. Create ctxprofilecommon
for shared functionality.

Follow up to
open-telemetry#41814 (comment)


<!-- 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: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: edmocosta <11836452+edmocosta@users.noreply.github.com>
)

#### Description

When support for the jmx-scraper component was added to the
`jmxreceiver`, it was not yet available in github release assets, hence
for automatic update automation it was downloaded from maven central.

Unfortunately, the URL pattern for maven central artifacts was bogus and
returned a 404, which in turn produced a constant hash, this failure was
silent for the update to 1.49.0, at least for the CI, as any user would
have not been able to use it.

We can now use the github release assets URL as `jmx-scraper` artifact
is now available, and thus the URL is consistent with the one used for
`jmx-metrics` artifact.

This was only caught when the update for 1.50.0 triggered a duplicate
hash because the same 404 page was hashed and added to the dictionary in
open-telemetry#43024.

cc @rogercoll
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://github.com/actions/cache) | action |
digest | `0400d5f` -> `0057852` |
| [docker/login-action](https://github.com/docker/login-action)
| action | digest | `184bdaa` -> `5e57cd1` |
|
[github/codeql-action](https://github.com/github/codeql-action)
| action | patch | `v3.30.3` -> `v3.30.5` |
|
[github/codeql-action](https://github.com/github/codeql-action)
| action | digest | `192325c` -> `3599b3b` |

---

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

---

### Release Notes

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.30.5`](https://github.com/github/codeql-action/releases/tag/v3.30.5)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.30.4...v3.30.5)

##### CodeQL Action Changelog

See the [releases
page](https://github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.

##### 3.30.5 - 26 Sep 2025

- We fixed a bug that was introduced in `3.30.4` with `upload-sarif`
which resulted in files without a `.sarif` extension not getting
uploaded.
[#&open-telemetry#8203;3160](https://github.com/github/codeql-action/pull/3160)

See the full
[CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.5/CHANGELOG.md)
for more information.

###
[`v3.30.4`](https://github.com/github/codeql-action/releases/tag/v3.30.4)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.30.3...v3.30.4)

##### CodeQL Action Changelog

See the [releases
page](https://github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.

##### 3.30.4 - 25 Sep 2025

- We have improved the CodeQL Action's ability to validate that the
workflow it is used in does not use different versions of the CodeQL
Action for different workflow steps. Mixing different versions of the
CodeQL Action in the same workflow is unsupported and can lead to
unpredictable results. A warning will now be emitted from the
`codeql-action/init` step if different versions of the CodeQL Action are
detected in the workflow file. Additionally, an error will now be thrown
by the other CodeQL Action steps if they load a configuration file that
was generated by a different version of the `codeql-action/init` step.
[#&open-telemetry#8203;3099](https://github.com/github/codeql-action/pull/3099)
and
[#&open-telemetry#8203;3100](https://github.com/github/codeql-action/pull/3100)
- We added support for reducing the size of dependency caches for Java
analyses, which will reduce cache usage and speed up workflows. This
will be enabled automatically at a later time.
[#&open-telemetry#8203;3107](https://github.com/github/codeql-action/pull/3107)
- You can now run the latest CodeQL nightly bundle by passing `tools:
nightly` to the `init` action. In general, the nightly bundle is
unstable and we only recommend running it when directed by GitHub staff.
[#&open-telemetry#8203;3130](https://github.com/github/codeql-action/pull/3130)
- Update default CodeQL bundle version to 2.23.1.
[#&open-telemetry#8203;3118](https://github.com/github/codeql-action/pull/3118)

See the full
[CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.4/CHANGELOG.md)
for more information.

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…5.1 (open-telemetry#43069)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/hetznercloud/hcloud-go/v2](https://github.com/hetznercloud/hcloud-go)
| `v2.24.0` -> `v2.25.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhetznercloud%2fhcloud-go%2fv2/v2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhetznercloud%2fhcloud-go%2fv2/v2.24.0/v2.25.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>hetznercloud/hcloud-go
(github.com/hetznercloud/hcloud-go/v2)</summary>

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

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

##### Bug Fixes

- **exp**: improve deprecation message helpers
([#&open-telemetry#8203;734](https://github.com/hetznercloud/hcloud-go/issues/734))

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

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

[Server Types](https://docs.hetzner.cloud/reference/cloud#server-types)
now depend on
[Locations](https://docs.hetzner.cloud/reference/cloud#locations).

- We added a new `locations` property to the [Server
Types](https://docs.hetzner.cloud/reference/cloud#server-types)
resource. The new property defines a list of supported
[Locations](https://docs.hetzner.cloud/reference/cloud#locations) and
additional per
[Locations](https://docs.hetzner.cloud/reference/cloud#locations)
details such as deprecations information.

- We deprecated the `deprecation` property from the [Server
Types](https://docs.hetzner.cloud/reference/cloud#server-types)
resource. The property will gradually be phased out as per
[Locations](https://docs.hetzner.cloud/reference/cloud#locations)
deprecations are being announced. Please use the new per
[Locations](https://docs.hetzner.cloud/reference/cloud#locations)
deprecation information instead.

See our
[changelog](https://docs.hetzner.cloud/changelog#2025-09-24-per-location-server-types)
for more details.

##### Upgrading

```go
// Before
func ValidateServerType(serverType *hcloud.ServerType) error {
	if serverType.IsDeprecated() {
		return fmt.Errorf("server type %s is deprecated", serverType.Name)
	}
	return nil
}
```

```go
// After
func ValidateServerType(serverType *hcloud.ServerType, location *hcloud.Location) error {
	serverTypeLocationIndex := slices.IndexFunc(serverType.Locations, func(e hcloud.ServerTypeLocation) bool {
		return e.Location.Name == location.Name
	})
	if serverTypeLocationIndex < 0 {
		return fmt.Errorf("server type %s is not supported in location %q", serverType.Name, location.Name)
	}

	if serverType.Locations[serverTypeLocationIndex].IsDeprecated() {
		return fmt.Errorf("server type %q is deprecated in location %q", serverType.Name, location.Name)
	}

	return nil
}
```

##### Features

- **exp**: add `sliceutil.Transform` function
([#&open-telemetry#8203;731](https://github.com/hetznercloud/hcloud-go/issues/731))
- per locations server types
([#&open-telemetry#8203;730](https://github.com/hetznercloud/hcloud-go/issues/730))

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

---------

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>
… to v1.35.0 (open-telemetry#43066)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/envoyproxy/go-control-plane/envoy](https://github.com/envoyproxy/go-control-plane)
| `v1.32.4` -> `v1.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fenvoyproxy%2fgo-control-plane%2fenvoy/v1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fenvoyproxy%2fgo-control-plane%2fenvoy/v1.32.4/v1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

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>
…pen-telemetry#43065)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/DataDog/datadog-go/v5](https://github.com/DataDog/datadog-go)
| `v5.7.1` -> `v5.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-go%2fv5/v5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-go%2fv5/v5.7.1/v5.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>DataDog/datadog-go (github.com/DataDog/datadog-go/v5)</summary>

###
[`v5.8.0`](https://github.com/DataDog/datadog-go/releases/tag/v5.8.0)

[Compare
Source](https://github.com/DataDog/datadog-go/compare/v5.7.1...v5.8.0)

See the
[Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md#580--2025-09-24)
for the 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

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>
…tencentcloud/common to v1.1.37 (open-telemetry#43061)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go)
| `v1.1.32` -> `v1.1.37` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.1.37?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.1.32/v1.1.37?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>tencentcloud/tencentcloud-sdk-go
(github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary>

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

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

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

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

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

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

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

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

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

[Compare
Source](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.1.32...v1.1.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

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>
… to v0.1.170 (open-telemetry#43060)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3)
| `v0.1.169` -> `v0.1.170` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.170?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.169/v0.1.170?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>huaweicloud/huaweicloud-sdk-go-v3
(github.com/huaweicloud/huaweicloud-sdk-go-v3)</summary>

###
[`v0.1.170`](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/releases/tag/v0.1.170)

[Compare
Source](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/compare/v0.1.169...v0.1.170)

Release 0.1.170

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

---------

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>
…#43078)

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

Attempts to fix the flaky test `TestLRUSetLifeTime ` due to time
mismatch.

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

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

<!--Describe the documentation added.-->
#### Documentation
N/A

<!--Please delete paragraphs that you did not use before submitting.-->
…elemetry#43064)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go)
| `v1.29.0` -> `v1.30.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fdetectors%2fgcp/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fdetectors%2fgcp/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go)
| `v0.53.0` -> `v0.54.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fexporter%2fcollector/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fexporter%2fcollector/v0.53.0/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go)
| `v0.53.0` -> `v0.54.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fexporter%2fcollector%2fgooglemanagedprometheus/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fexporter%2fcollector%2fgooglemanagedprometheus/v0.53.0/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go)
| `v0.53.0` -> `v0.54.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fextension%2fgoogleclientauthextension/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fextension%2fgoogleclientauthextension/v0.53.0/v0.54.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>GoogleCloudPlatform/opentelemetry-operations-go
(github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector)</summary>

###
[`v0.54.0`](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases/tag/v0.54.0):
v1.30.0/v0.54.0

[Compare
Source](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v0.53.0...v0.54.0)

#### What's Changed

- Add OTel Logging sample by
[@&open-telemetry#8203;psx95](https://github.com/psx95) in
[#&open-telemetry#8203;1055](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1055)
- Update slog example by
[@&open-telemetry#8203;psx95](https://github.com/psx95) in
[#&open-telemetry#8203;1056](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1056)
- Show structured logging in Go by
[@&open-telemetry#8203;psx95](https://github.com/psx95) in
[#&open-telemetry#8203;1057](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1057)
- log project name when metric requests fail by
[@&open-telemetry#8203;dashpole](https://github.com/dashpole) in
[#&open-telemetry#8203;1059](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1059)
- Migrate from pkg/translator/prometheus to otlptranslator by
[@&open-telemetry#8203;dashpole](https://github.com/dashpole) in
[#&open-telemetry#8203;1061](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1061)
- feat: Populate description for gcm.TimeSeries by
[@&open-telemetry#8203;bwplotka](https://github.com/bwplotka) in
[#&open-telemetry#8203;1063](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1063)
- Bump mapstructure dependency manually by
[@&open-telemetry#8203;braydonk](https://github.com/braydonk) in
[#&open-telemetry#8203;1066](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1066)
- post-release: fix segfault in script when no replace is found by
[@&open-telemetry#8203;ridwanmsharif](https://github.com/ridwanmsharif) in
[#&open-telemetry#8203;1025](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1025)
- Update all dependencies, bump go version by
[@&open-telemetry#8203;dashpole](https://github.com/dashpole) in
[#&open-telemetry#8203;1069](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1069)
- prepare for v1.30.0/v0.54.0 by
[@&open-telemetry#8203;dashpole](https://github.com/dashpole) in
[#&open-telemetry#8203;1072](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1072)

#### New Contributors

- [@&open-telemetry#8203;bwplotka](https://github.com/bwplotka) made their
first contribution in
[#&open-telemetry#8203;1063](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/1063)

**Full Changelog**:
<GoogleCloudPlatform/opentelemetry-operations-go@v0.53.0...v0.54.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

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>
…e is lost (open-telemetry#43054)

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

Similar to what we did in open-telemetry#42330, this PR ensures similarity and puts
the receiver in stand-by instead of shutdown when `k8sleaderelector` is
used.

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

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

Tested locally, and tests were not changed to ensure the current
receiver is not affected at all.

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

---------

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
…emetry#43073)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake)
| `v1.15.0` -> `v1.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsnowflakedb%2fgosnowflake/v1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsnowflakedb%2fgosnowflake/v1.15.0/v1.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>snowflakedb/gosnowflake
(github.com/snowflakedb/gosnowflake)</summary>

###
[`v1.17.0`](https://github.com/snowflakedb/gosnowflake/releases/tag/v1.17.0):
Release

[Compare
Source](https://github.com/snowflakedb/gosnowflake/compare/v1.16.0...v1.17.0)

- Please check Snowflake [Go Snowflake for release
notes](https://docs.snowflake.com/en/release-notes/clients-drivers/golang).

###
[`v1.16.0`](https://github.com/snowflakedb/gosnowflake/releases/tag/v1.16.0):
Release

[Compare
Source](https://github.com/snowflakedb/gosnowflake/compare/v1.15.0...v1.16.0)

- Please check Snowflake [Go Snowflake for release
notes](https://docs.snowflake.com/en/release-notes/clients-drivers/golang).

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

---------

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>
…etry#42976)

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

open-telemetry/opentelemetry-collector#13756
added support for exposing metrics' stability level in the generated
documentation. This PR makes use of this functionality.

We start by setting the stability of all metrics to `development`. More
info about levels can be found at
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.49.0/oteps/0232-maturity-of-otel.md#maturity-levels.

Related to:
- open-telemetry/opentelemetry-collector#11878
- open-telemetry/opentelemetry-collector#13297
-
open-telemetry#35325
-
open-telemetry#42809

<!-- 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
Updated

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

---------

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
…metry#43070)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
| `v0.249.0` -> `v0.250.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.250.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.249.0/v0.250.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.250.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.250.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.249.0...v0.250.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3306](https://github.com/googleapis/google-api-go-client/issues/3306))
([04e9340](https://github.com/googleapis/google-api-go-client/commit/04e934090bdb2c6defe389051d4a71346fca2f5b))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3308](https://github.com/googleapis/google-api-go-client/issues/3308))
([b85955a](https://github.com/googleapis/google-api-go-client/commit/b85955acd18b5172dfadd48edb7450304b563423))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3309](https://github.com/googleapis/google-api-go-client/issues/3309))
([6d11ef4](https://github.com/googleapis/google-api-go-client/commit/6d11ef46bc0bd6b3b6d35308abdba321c2949cf7))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3310](https://github.com/googleapis/google-api-go-client/issues/3310))
([5ed74f3](https://github.com/googleapis/google-api-go-client/commit/5ed74f3762c4d5b9feb311eef05b93ad7601cb7b))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3311](https://github.com/googleapis/google-api-go-client/issues/3311))
([ffae061](https://github.com/googleapis/google-api-go-client/commit/ffae06168e8e52e49cb76884ca74f3ddc3f5a7c9))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3312](https://github.com/googleapis/google-api-go-client/issues/3312))
([7f0983c](https://github.com/googleapis/google-api-go-client/commit/7f0983cef96e29797343025ca9cbfecc98ef89d3))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3314](https://github.com/googleapis/google-api-go-client/issues/3314))
([0e5a06d](https://github.com/googleapis/google-api-go-client/commit/0e5a06df6b629c4c96210b01412c5ff2a082f027))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3315](https://github.com/googleapis/google-api-go-client/issues/3315))
([a6d27cf](https://github.com/googleapis/google-api-go-client/commit/a6d27cff843c2e65feafd252cf87a871a4448ee8))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3316](https://github.com/googleapis/google-api-go-client/issues/3316))
([e4eefd9](https://github.com/googleapis/google-api-go-client/commit/e4eefd950ed18cb8fd1ec642c0fea6f0cb3b8322))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3318](https://github.com/googleapis/google-api-go-client/issues/3318))
([2242712](https://github.com/googleapis/google-api-go-client/commit/2242712e4569edd123fdac8f3f12beb536942a4b))

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

---------

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>
…etry#43085)

If `enabled` is unset in metadata.yaml defaults to false. This commit
doesn't change any behavior, it only unblocks the stricter validation
open-telemetry/opentelemetry-collector#13921 by
setting the false value explicitly.

Likely the enabled fields are missed by mistake here. If so, they should
be explicitly fixed separately, cc (code owners of the effected
components) @nslaughter, @celian-garcia, @ishleenk17, @Caleb-Hurshman,
@mrsillydog.
…rics and logs (open-telemetry#42421)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
The `service.instance.id` attribute is added into resourceAttributes of
metrics and logs to uniquely identify
Oracle db hosts. The format of id is `<host>:<port>/<service>` 

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

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

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

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

---------

Co-authored-by: Curtis Robert <crobert@splunk.com>
…metry#43086)

> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
> 
> This notice will be removed on 2025-10-07.

<hr>

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ossf/scorecard-action](https://github.com/ossf/scorecard-action)
| action | patch | `v2.4.2` -> `v2.4.3` |

---

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

---

### Release Notes

<details>
<summary>ossf/scorecard-action (ossf/scorecard-action)</summary>

###
[`v2.4.3`](https://github.com/ossf/scorecard-action/compare/v2.4.2...v2.4.3)

[Compare
Source](https://github.com/ossf/scorecard-action/compare/v2.4.2...v2.4.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…to v2.47.0 (open-telemetry#43087)

> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
> 
> This notice will be removed on 2025-10-07.

<hr>

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go)
| `v2.46.0` -> `v2.47.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.47.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.46.0/v2.47.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/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>

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

[Compare
Source](https://github.com/DataDog/datadog-api-client-go/compare/v2.46.0...v2.47.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

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>
Add JMX scraper version `1.50.0-alpha`.

cc @open-telemetry/java-contrib-approvers

Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
…metry#43088)

> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
> 
> This notice will be removed on 2025-10-07.

<hr>

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
| `v0.250.0` -> `v0.251.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.251.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.250.0/v0.251.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.251.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.251.0)

[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.250.0...v0.251.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3319](https://github.com/googleapis/google-api-go-client/issues/3319))
([7ef0f9b](https://github.com/googleapis/google-api-go-client/commit/7ef0f9bc31e15c6998e4b26b511bf1d5d50a6970))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3321](https://github.com/googleapis/google-api-go-client/issues/3321))
([2cb519b](https://github.com/googleapis/google-api-go-client/commit/2cb519b1a2d45c30fe1dfde10b47a83424d30231))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3322](https://github.com/googleapis/google-api-go-client/issues/3322))
([3e4bc60](https://github.com/googleapis/google-api-go-client/commit/3e4bc6062699a1710d50f68b694bbe3a50132e82))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3324](https://github.com/googleapis/google-api-go-client/issues/3324))
([b41b5a5](https://github.com/googleapis/google-api-go-client/commit/b41b5a5c9ef21d7499b6f206c214c4a16933e3b7))
- **all:** Auto-regenerate discovery clients
([#&open-telemetry#8203;3325](https://github.com/googleapis/google-api-go-client/issues/3325))
([8c5ef06](https://github.com/googleapis/google-api-go-client/commit/8c5ef06788b235fcfb78e7226cf9905e88c96628))

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

---------

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>
…8.1 (open-telemetry#43062)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go)
| `v0.148.0` -> `v0.148.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v0.148.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v0.148.0/v0.148.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>gitlab-org/api/client-go
(gitlab.com/gitlab-org/api/client-go)</summary>

###
[`v0.148.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.148.1)

[Compare
Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.148.0...v0.148.1)

#####
[0.148.1](https://gitlab.com/gitlab-org/api/client-go/compare/v0.148.0...v0.148.1)
(2025-09-26)

##### Bug Fixes

* label unmarshaling for `BasicMergeRequest` list operations
([e80c453](https://gitlab.com/gitlab-org/api/client-go/commit/e80c453aa6a5a265ec8748ae3f3f761a70f4470e))

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

---------

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>
…telemetry#42981)

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

open-telemetry/opentelemetry-collector#13756
added support for exposing metrics' stability level in the generated
documentation. This PR makes use of this functionality.

We start by setting the stability of all metrics to `development`. More
info about levels can be found at
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.49.0/oteps/0232-maturity-of-otel.md#maturity-levels.

Related to:
- open-telemetry/opentelemetry-collector#11878
- open-telemetry/opentelemetry-collector#13297
-
open-telemetry#35325
-
open-telemetry#42809

<!-- 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
Updated

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

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
…0.43.0 (open-telemetry#43080)

> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
> 
> This notice will be removed on 2025-10-07.

<hr>

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/open-telemetry/otel-arrow/go](https://github.com/open-telemetry/otel-arrow)
| `v0.39.0` -> `v0.43.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fotel-arrow%2fgo/v0.43.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%2fgo/v0.39.0/v0.43.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/go)</summary>

###
[`v0.43.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.43.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.42.0...v0.43.0)

##### What's Changed

- Upgrade to v0.136.0 / v1.39.0 of collector dependencies.
[#&open-telemetry#8203;1176](https://github.com/open-telemetry/otel-arrow/pull/1176)

**Full Changelog**:
<open-telemetry/otel-arrow@v0.42.0...v0.43.0>

##### Go Modules

This release includes the following Go modules:

- github.com/open-telemetry/otel-arrow/go\@&open-telemetry#8203;v0.43.0
-
github.com/open-telemetry/otel-arrow/collector/cmd/otelarrowcol\@&open-telemetry#8203;v0.43.0

###
[`v0.42.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.42.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.41.0...v0.42.0)

##### What's Changed

- Standardize to shorthand license header.
[#&open-telemetry#8203;954](https://github.com/open-telemetry/otel-arrow/pull/954)
- Fix logs handling of missing optional trace\_id and span\_id columns.
[#&open-telemetry#8203;973](https://github.com/open-telemetry/otel-arrow/pull/973)
- Upgrade to v0.133.0 / v1.37.0 of collector dependencies.
[#&open-telemetry#8203;890](https://github.com/open-telemetry/otel-arrow/pull/890),
[#&open-telemetry#8203;1010](https://github.com/open-telemetry/otel-arrow/pull/1010)
- Notable upgrade, this also bumps minimum Go version from `1.23.0` to
`1.24`, see [collector
#&open-telemetry#8203;13627](https://github.com/open-telemetry/opentelemetry-collector/pull/13627)
and [collector-contrib
#&open-telemetry#8203;41968](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/41968).

**Full Changelog**:
<open-telemetry/otel-arrow@v0.41.0...v0.42.0>

##### Go Modules

This release includes the following Go modules:

- github.com/open-telemetry/otel-arrow/go\@&open-telemetry#8203;v0.42.0
-
github.com/open-telemetry/otel-arrow/collector/cmd/otelarrowcol\@&open-telemetry#8203;v0.42.0

###
[`v0.41.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.41.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.40.0...v0.41.0)

##### What's Changed

- Add proper automation in `prepare-release` workflow for
`collector/otelarrowcol-build.yaml`.
[#&open-telemetry#8203;804](https://github.com/open-telemetry/otel-arrow/pull/804)
- Upgrade various Go dependencies.
[#&open-telemetry#8203;866](https://github.com/open-telemetry/otel-arrow/pull/866)
- Upgrade to v0.131.0 / v1.37.0 of collector dependencies.
[#&open-telemetry#8203;866](https://github.com/open-telemetry/otel-arrow/pull/866)

**Full Changelog**:
<open-telemetry/otel-arrow@v0.40.0...v0.41.0>

##### Go Modules

This release includes the following Go modules:

- github.com/open-telemetry/otel-arrow/go\@&open-telemetry#8203;v0.41.0
-
github.com/open-telemetry/otel-arrow/collector/cmd/otelarrowcol\@&open-telemetry#8203;v0.41.0

###
[`v0.40.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.40.0)

[Compare
Source](https://github.com/open-telemetry/otel-arrow/compare/v0.39.0...v0.40.0)

##### What's Changed

- Upgrade to v0.130.0 / v1.36.0 of collector dependencies.
[#&open-telemetry#8203;718](https://github.com/open-telemetry/otel-arrow/pull/718)
- Use `replaces` directive to builder config to use dependencies from
`go` folder when referenced as
`github.com/open-telemetry/otel-arrow/go`.
[#&open-telemetry#8203;718](https://github.com/open-telemetry/otel-arrow/pull/718)

**Full Changelog**:
<open-telemetry/otel-arrow@v0.39.0...v0.40.0>

##### Go Modules

This release includes the following Go modules:

- `github.com/open-telemetry/otel-arrow/go@v0.40.0`
-
`github.com/open-telemetry/otel-arrow/collector/cmd/otelarrowcol@v0.40.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

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: Antoine Toulme <atoulme@splunk.com>
…emetry#42985)

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

open-telemetry/opentelemetry-collector#13756
added support for exposing metrics' stability level in the generated
documentation. This PR makes use of this functionality.

We start by setting the stability of all metrics to `development`. More
info about levels can be found at
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.49.0/oteps/0232-maturity-of-otel.md#maturity-levels.

Related to:
- open-telemetry/opentelemetry-collector#11878
- open-telemetry/opentelemetry-collector#13297
-
open-telemetry#35325
-
open-telemetry#42809

<!-- 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
Updated

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

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
… collection (open-telemetry#43072)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Fix for inflated metric values in query metrics collection (postgresql).
In each metric collection the delta of metric values are added into the
cache instead of adding just the latest counter value. Which results in
an inflated metric value on each following collection.

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

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

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

<!--Please delete paragraphs that you did not use before submitting.-->
@amir-jakoby amir-jakoby merged commit 9c8ff03 into main Oct 1, 2025
30 of 36 checks passed
@amir-jakoby amir-jakoby deleted the upgrade-contrib-version branch October 1, 2025 19:57
@YogevKr

YogevKr commented Jan 8, 2026

Copy link
Copy Markdown

SAW-5209

amir-jakoby pushed a commit that referenced this pull request Mar 1, 2026
Description
Added configuration schemas to following components:

* haproxyreceiver
* hostmetricsreceiver
* httpcheckreceiver
* huaweicloudcesreceiver
* iisreceiver
* influxdbreceiver
* jaegerreceiver
* jmxreceiver
* journaldreceiver

Schemas were generated with
[schemagen](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/schemagen/README.md)
script.

Link to tracking issue

open-telemetry#42214
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.