[receiver/prometheusreceiver] fix prom receiver config reload#40780
Merged
Conversation
krajorama
suggested changes
Jun 18, 2025
krajorama
reviewed
Jun 20, 2025
erikburt
commented
Jun 20, 2025
Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com>
ArthurSens
reviewed
Jun 30, 2025
Member
ArthurSens
left a comment
There was a problem hiding this comment.
LGTM, just some very small comments to make tests smaller. They are non-blocking of course!
I'd like to see another review from David or Krajo about the strategy as well, maybe they see something that I couldn't
ArthurSens
approved these changes
Jun 30, 2025
krajorama
approved these changes
Jul 1, 2025
Member
krajorama
left a comment
There was a problem hiding this comment.
LGTM, I'm kicking myself for not finding this solution even though I thought of it and did some search on the current lib :( Nice job!
I've tested this locally with a simple target that uses basic auth.
dashpole
approved these changes
Jul 1, 2025
JaredTan95
added a commit
to openinsight-proj/opentelemetry-collector-contrib
that referenced
this pull request
Jul 24, 2025
* [chore]receiver/prometheusremotewrite: Explain why only v2 is supported (#40994)
#### Description
Adds documentation explaining why we choose only to support Prometheus
Remote Write v2.
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
* [extension/awslogsencodingextension] Support CloudTrail log events (#40246)
#### Description
This changeset follows the same structure as vpc flow log, s3 access log
and subscription filter logs but now dedicated to CloudTrail log events.
#### Link to tracking issues
This is part of the effort described in
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/38627:
> It would be possible to configure the extension with the specific
format, such as CloudWatch log group subscription filter, CloudTrail,
etc. By having them co-located, we can avoid proliferation of
extensions, and better ensure consistency across the formats (e.g. set
cloud.* SemConv fields consistently).
#### Testing
The log samples were taken from
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-log-file-examples.html#cloudtrail-log-file-examples-section.
This unmarshaller is tested against startInstances and createUser
events.
#### Documentation
Updated documentation to reflect new CloudTrail Logs unmarshalling.
---------
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com>
* [exporter/loadbalancing] update k8s resolver example (#40951)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Update the k8s resolver example to use v1beta1 OpentelemetryCollector
CRD.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #40950
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Follow the modified instructions.
Signed-off-by: Robbie Lankford <robert.lankford@grafana.com>
* [prometheusremotewritereceiver] drop summary and classic histograms (#40975)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
* Drop classic histograms
* Drop Summaries
* Setting metric attributes just for metric types that we will handle,
this to avoid accessing nil vars
More about how we found this "bug" ⬇️
[Reference](https://cloud-native.slack.com/archives/CJFCJHG4Q/p1751045531132159)
<!--Please delete paragraphs that you did not use before submitting.-->
* [chore] Update core dependencies (#41001)
This PR updates the opentelemetry-collector dependency to the latest
release
---------
Signed-off-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
* fix(awsxrayexporter): fix http url generation with url.path and url.query (#40809)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
When a request like `http://localhost:8080/apitest?ip=myip&version=test`
is processed by awsxrayexporter, the generated http.request.url found to
be `http://localhost:8080/ip=myip&version=test` which appends url query
parameters as path value.
Expected: `http://localhost:8080/apitest?ip=myip&version=test`
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Unit tests
E2E manual tests
<!--Describe the documentation added.-->
#### Documentation
<!--Please delete paragraphs that you did not use before submitting.-->
* [exporter/elasticsearch] Profiling: Store sampling frequency (#41017)
#### Description
Add support for profiles variable sampling frequencies by storing the
frequency with every profiling event.
#### Link to tracking issue
Fixes #40115
* Update All github.com/datadog packages (#41010)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://github.com/DataDog/agent-payload)
| `v5.0.156` -> `v5.0.157` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/proto](https://github.com/DataDog/datadog-agent)
| `v0.68.0-rc.5` -> `v0.68.0-rc.7` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go)
| `v2.41.0` -> `v2.42.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>DataDog/agent-payload
(github.com/DataDog/agent-payload/v5)</summary>
###
[`v5.0.157`](https://github.com/DataDog/agent-payload/releases/tag/v5.0.157)
[Compare
Source](https://github.com/DataDog/agent-payload/compare/v5.0.156...v5.0.157)
##### What's Changed
- CAP-2148 add agent version to orch and manifest payload by
[@​kangyili](https://github.com/kangyili) in
[https://github.com/DataDog/agent-payload/pull/395](https://github.com/DataDog/agent-payload/pull/395)
**Full Changelog**:
https://github.com/DataDog/agent-payload/compare/v5.0.156...v5.0.157
</details>
<details>
<summary>DataDog/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>
###
[`v2.42.0`](https://github.com/DataDog/datadog-api-client-go/releases/tag/v2.42.0)
[Compare
Source](https://github.com/DataDog/datadog-api-client-go/compare/v2.41.0...v2.42.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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
* Update All github.com/aws packages (#41009)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2)
| `v1.19.3` -> `v1.19.4` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2)
| `v1.17.81` -> `v1.17.82` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2)
| `v1.43.4` -> `v1.44.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2)
| `v1.226.0` -> `v1.227.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2)
| `v1.58.0` -> `v1.58.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
| `v1.81.0` -> `v1.82.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
* Update module github.com/shirou/gopsutil/v4 to v4.25.6 (#41022)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil)
| `v4.25.5` -> `v4.25.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary>
###
[`v4.25.6`](https://github.com/shirou/gopsutil/releases/tag/v4.25.6)
[Compare
Source](https://github.com/shirou/gopsutil/compare/v4.25.5...v4.25.6)
<!-- Release notes generated using configuration in .github/release.yml
at v4.25.6 -->
#### What's Changed
##### disk
- \[disk]\[linux]: fix parsing mount option when use 1/mounts on
Partition by [@​shirou](https://github.com/shirou) in
[https://github.com/shirou/gopsutil/pull/1861](https://github.com/shirou/gopsutil/pull/1861)
- Fetch stats from folder mounted volumes by
[@​dloucasfx](https://github.com/dloucasfx) in
[https://github.com/shirou/gopsutil/pull/1534](https://github.com/shirou/gopsutil/pull/1534)
##### mem
- feat(exwindows): expose phys and pagefile memory by
[@​kruskall](https://github.com/kruskall) in
[https://github.com/shirou/gopsutil/pull/1868](https://github.com/shirou/gopsutil/pull/1868)
##### process
- fix: optimize performance of process.OpenFiles() by
[@​NitroCao](https://github.com/NitroCao) in
[https://github.com/shirou/gopsutil/pull/1866](https://github.com/shirou/gopsutil/pull/1866)
##### Other Changes
- chore: fix some minor issues in the comments by
[@​shandongzhejiang](https://github.com/shandongzhejiang)
in
[https://github.com/shirou/gopsutil/pull/1870](https://github.com/shirou/gopsutil/pull/1870)
- enable all go-critic by
[@​mmorel-35](https://github.com/mmorel-35) in
[https://github.com/shirou/gopsutil/pull/1856](https://github.com/shirou/gopsutil/pull/1856)
- fix: relace golangcilint on var-naming for package name by
[@​shirou](https://github.com/shirou) in
[https://github.com/shirou/gopsutil/pull/1871](https://github.com/shirou/gopsutil/pull/1871)
#### New Contributors
- [@​dloucasfx](https://github.com/dloucasfx) made their
first contribution in
[https://github.com/shirou/gopsutil/pull/1534](https://github.com/shirou/gopsutil/pull/1534)
-
[@​shandongzhejiang](https://github.com/shandongzhejiang)
made their first contribution in
[https://github.com/shirou/gopsutil/pull/1870](https://github.com/shirou/gopsutil/pull/1870)
- [@​kruskall](https://github.com/kruskall) made their
first contribution in
[https://github.com/shirou/gopsutil/pull/1868](https://github.com/shirou/gopsutil/pull/1868)
**Full Changelog**:
https://github.com/shirou/gopsutil/compare/v4.25.5...v4.25.6
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
* [processor/coralogix] Add transactions feature to Coralogix processor (#40868)
#### Description
Add APM transactions support to the Coralogix exporter.
Reference:
https://coralogix.com/docs/user-guides/apm/features/transactions/
#### Link to tracking issue
Fixes #40863
#### Testing
- Added some tests
- Manually tested






[Trace exported from Coralogix
backend](https://github.com/user-attachments/files/20975849/transactions.csv).
`values.yaml` (note I changed the image to one built for this test):
```yaml
opentelemetry-agent:
service:
enabled: true
extraConfig:
processors:
groupbytrace:
wait_duration: 30s
coralogix:
transactions:
enabled: true
service:
pipelines:
traces:
processors: [groupbytrace, coralogix]
```
#### Documentation
Added some documentation in the `README.md` file.
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
* Update prom/prometheus Docker tag to v3.4.2 (#41025)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| prom/prometheus | patch | `v3.4.1` -> `v3.4.2` |
---
> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* [chore] fix code owners (#41035)
* Update module github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common to v1.0.1197 (#41023)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go)
| `v1.0.1194` -> `v1.0.1197` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.0.1197`](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1196...v1.0.1197)
[Compare
Source](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1196...v1.0.1197)
###
[`v1.0.1196`](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1195...v1.0.1196)
[Compare
Source](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1195...v1.0.1196)
###
[`v1.0.1195`](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1194...v1.0.1195)
[Compare
Source](https://github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1194...v1.0.1195)
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* Update module github.com/prometheus/prometheus to v0.304.2 (#41015)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/prometheus](https://github.com/prometheus/prometheus)
| `v0.304.1` -> `v0.304.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>prometheus/prometheus
(github.com/prometheus/prometheus)</summary>
###
[`v0.304.2`](https://github.com/prometheus/prometheus/compare/v0.304.1...v0.304.2)
[Compare
Source](https://github.com/prometheus/prometheus/compare/v0.304.1...v0.304.2)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* receiver/prometheusremotewrite: Correctly handle metrics without type metadata (#41005)
#### Description
While trying the component end-to-end, I've noticed we would hit
nilpointer references almost immediately. While accessing this code
path:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/57704cea35e430e3c5de76add038b99e06f79d73/receiver/prometheusremotewritereceiver/receiver.go#L371
`metric` was nil
The `metric` variable is generated in this code path:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/57704cea35e430e3c5de76add038b99e06f79d73/receiver/prometheusremotewritereceiver/receiver.go#L340-L367
Suppose it's present in the cache—perfect. It was already assigned from
the start. If it was not present in the cache, we create it in the next
if conditional, but only for the types we support! With this PR, we're
now skipping all metrics without type metadata.
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
* Update dockerfile deps (#41029)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/library/nginx | final | minor | `1.28` -> `1.29` |
| golang | stage | digest | `10c1318` -> `270cd53` |
| golang | final | digest | `10c1318` -> `270cd53` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* [receiver/receivercreator] Fix incorrect condition in filterConsumerSignals for traces filtering (#41036)
Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
* [pkg/ottl] Add a new ottl function Keys (#39256)
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com>
* Update module go.etcd.io/bbolt to v1.4.2 (#41024)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) |
`v1.4.1` -> `v1.4.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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>etcd-io/bbolt (go.etcd.io/bbolt)</summary>
###
[`v1.4.2`](https://github.com/etcd-io/bbolt/releases/tag/v1.4.2)
[Compare
Source](https://github.com/etcd-io/bbolt/compare/v1.4.1...v1.4.2)
See the
[CHANGELOG/v1.4.2](https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.4.md#v1422025-06-27)
for more 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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* Update module github.com/SAP/go-hdb to v1.13.9 (#41016)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/SAP/go-hdb](https://github.com/SAP/go-hdb) |
`v1.13.7` -> `v1.13.9` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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>SAP/go-hdb (github.com/SAP/go-hdb)</summary>
###
[`v1.13.9`](https://github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1139)
[Compare
Source](https://github.com/SAP/go-hdb/compare/v1.13.8...v1.13.9)
- test code cleanups
###
[`v1.13.8`](https://github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1138)
[Compare
Source](https://github.com/SAP/go-hdb/compare/v1.13.7...v1.13.8)
- fixed UTF-8 check error
([https://github.com/SAP/go-hdb/issues/145](https://github.com/SAP/go-hdb/issues/145))
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* Update module github.com/microsoft/go-mssqldb to v1.9.2 (#41013)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb)
| `v1.9.1` -> `v1.9.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>microsoft/go-mssqldb
(github.com/microsoft/go-mssqldb)</summary>
###
[`v1.9.2`](https://github.com/microsoft/go-mssqldb/compare/v1.9.1...v1.9.2)
[Compare
Source](https://github.com/microsoft/go-mssqldb/compare/v1.9.1...v1.9.2)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* Update module github.com/huaweicloud/huaweicloud-sdk-go-v3 to v0.1.156 (#41012)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3)
| `v0.1.155` -> `v0.1.156` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.156`](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/releases/tag/v0.1.156)
[Compare
Source](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/compare/v0.1.155...v0.1.156)
Release 0.1.156
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* awslogsencodingextension: Alpha stability (#41014)
#### Description
Bump the awslogsencodingextension component to Alpha stability, and
include it in otelcontribcol.
#### Link to tracking issue
Closes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/38627
#### Testing
N/A
#### Documentation
N/A
* [receiver/prometheusreceiver] fix prom receiver config reload (#40780)
#### Description
Fixing a bug where reloading the Prometheus config, caused config
entries of type
[Secret](https://github.com/prometheus/common/blob/95acce133ca2c07a966a71d475fb936fc282db18/config/config.go#L36-L44)
to be replaced with the literal value of `<secret>`.
- Switches to new yaml library which allows for custom marshaling
(shoutout to @ridwanmsharif)
- Adds unit test to ensure reloading promreceiver config doesn't mask
secrets
#### Link to tracking issue
Fixes #40520, #40916
#### Testing
- I've added a unit test, validating the `Reload()` method doesn't mask
secrets for existing `scrape_configs`
- Pointed a local instance at a simple http server to ensure the
credentials are not affected
(https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/40520#issuecomment-2978371920)
- Tested locally it with a `target_allocator` config, which was the
original reason for the `Reload()` method, which introduced the bug
(https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/40103/files#r2097520578)
#### Documentation
N/A
---------
Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com>
* Update module github.com/knadh/koanf/parsers/yaml to v1.1.0 (#41038)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/knadh/koanf/parsers/yaml](https://github.com/knadh/koanf)
| `v1.0.0` -> `v1.1.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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>knadh/koanf (github.com/knadh/koanf/parsers/yaml)</summary>
###
[`v1.1.0`](https://github.com/knadh/koanf/releases/tag/v1.1.0)
[Compare
Source](https://github.com/knadh/koanf/compare/v1.0.0...v1.1.0)
- [`036e4bf`](https://github.com/knadh/koanf/commit/036e4bf)
Merge pull request
[#​79](https://github.com/knadh/koanf/issues/79) from
aeneasr/fix-memory-keyparts
- [`6692d05`](https://github.com/knadh/koanf/commit/6692d05)
Merge pull request
[#​78](https://github.com/knadh/koanf/issues/78) from
aeneasr/fix-memory-use
- [`d174d00`](https://github.com/knadh/koanf/commit/d174d00)
Reduce memory consumption for populateKeyParts
- [`1095e5e`](https://github.com/knadh/koanf/commit/1095e5e)
Significantly reduce memory use of maps.Flatten
- [`7d983f3`](https://github.com/knadh/koanf/commit/7d983f3)
Fix Watch() doc
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* chore(deps): update golang:1.24 docker digest to 1aa97dd (#41048)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | digest | `270cd53` -> `1aa97dd` |
| golang | final | digest | `270cd53` -> `1aa97dd` |
---
> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update module google.golang.org/api to v0.239.0 (#41049)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
| `v0.238.0` -> `v0.239.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.239.0`](https://github.com/googleapis/google-api-go-client/releases/tag/v0.239.0)
[Compare
Source](https://github.com/googleapis/google-api-go-client/compare/v0.238.0...v0.239.0)
##### Features
- **all:** Auto-regenerate discovery clients
([#​3199](https://github.com/googleapis/google-api-go-client/issues/3199))
([2bdd042](https://github.com/googleapis/google-api-go-client/commit/2bdd042ac9a9b4115ea14239f4ffc6d947b3ead8))
- **all:** Auto-regenerate discovery clients
([#​3201](https://github.com/googleapis/google-api-go-client/issues/3201))
([8eff56f](https://github.com/googleapis/google-api-go-client/commit/8eff56f43f278eb7072da807eb492969d9b6ec00))
- **all:** Auto-regenerate discovery clients
([#​3202](https://github.com/googleapis/google-api-go-client/issues/3202))
([f7c299e](https://github.com/googleapis/google-api-go-client/commit/f7c299e9c00588b68e02e6fa464ab92a7d7f70d4))
- **all:** Auto-regenerate discovery clients
([#​3203](https://github.com/googleapis/google-api-go-client/issues/3203))
([459c5a8](https://github.com/googleapis/google-api-go-client/commit/459c5a8db5a2262fa9d4fd5031f8bd81569fe751))
- **all:** Auto-regenerate discovery clients
([#​3205](https://github.com/googleapis/google-api-go-client/issues/3205))
([ca610d5](https://github.com/googleapis/google-api-go-client/commit/ca610d5390bb286d5f815ee8d296a7cdf7dd4baa))
- **all:** Auto-regenerate discovery clients
([#​3206](https://github.com/googleapis/google-api-go-client/issues/3206))
([98b7398](https://github.com/googleapis/google-api-go-client/commit/98b739881e1fd09b2f2b7c0122b675fb02625b7c))
- **all:** Auto-regenerate discovery clients
([#​3207](https://github.com/googleapis/google-api-go-client/issues/3207))
([71fe287](https://github.com/googleapis/google-api-go-client/commit/71fe287d9c34180ed81ede37531b37b23a7c11dc))
- **all:** Auto-regenerate discovery clients
([#​3209](https://github.com/googleapis/google-api-go-client/issues/3209))
([27d1aa4](https://github.com/googleapis/google-api-go-client/commit/27d1aa43d1fb592c0273a5617af68d397d1c9ac7))
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
* fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.228.0 (#41054)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2)
| `v1.227.0` -> `v1.228.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
* chore(deps): update golang:latest docker digest to a92f3b1 (#41056)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `1aa97dd` -> `a92f3b1` |
---
> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update opentelemetry-go monorepo (#41052)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go)
| `v1.36.0` -> `v1.37.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc](https://github.com/open-telemetry/opentelemetry-go)
| `v0.12.2` -> `v0.13.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://github.com/open-telemetry/opentelemetry-go)
| `v0.12.2` -> `v0.13.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://github.com/open-telemetry/opentelemetry-go)
| `v1.36.0` -> `v1.37.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go)
| `v1.36.0` -> `v1.37.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go)
| `v1.36.0` -> `v1.37.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go)
| `v1.36.0` -> `v1.37.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go)
| `v1.36.0` -> `v1.37.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/prometheus](https://github.com/open-telemetry/opentelemetry-go)
| `v0.58.0` -> `v0.59.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://github.com/open-telemetry/opentelemetry-go)
| `v1.36.0` -> `v1.37.0` |
[ #### Description Fixing a bug where reloading the Prometheus config, caused config entries of type [Secret](https://github.com/prometheus/common/blob/95acce133ca2c07a966a71d475fb936fc282db18/config/config.go#L36-L44) to be replaced with the literal value of `<secret>`. - Switches to new yaml library which allows for custom marshaling (shoutout to @ridwanmsharif) - Adds unit test to ensure reloading promreceiver config doesn't mask secrets #### Link to tracking issue Fixes open-telemetry#40520, open-telemetry#40916 #### Testing - I've added a unit test, validating the `Reload()` method doesn't mask secrets for existing `scrape_configs` - Pointed a local instance at a simple http server to ensure the credentials are not affected (open-telemetry#40520 (comment)) - Tested locally it with a `target_allocator` config, which was the original reason for the `Reload()` method, which introduced the bug (https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/40103/files#r2097520578) #### Documentation N/A --------- Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixing a bug where reloading the Prometheus config, caused config entries of type Secret to be replaced with the literal value of
<secret>.Link to tracking issue
Fixes #40520, #40916
Testing
Reload()method doesn't mask secrets for existingscrape_configstarget_allocatorconfig, which was the original reason for theReload()method, which introduced the bug (https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/40103/files#r2097520578)Documentation
N/A