-
Notifications
You must be signed in to change notification settings - Fork 3k
fix(awsxrayexporter): fix http url generation with url.path and url.query #40809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
0b56b80
to
9a48a86
Compare
mxiamxia
approved these changes
Jun 18, 2025
wangzlei
approved these changes
Jun 30, 2025
Another PR exists aiming to fix the same issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/40833/files |
The new PR doesn't add query parameters into the url section, and will result in inconsistent behavior between old attributes and the new ones. |
srprash
approved these changes
Jun 30, 2025
atoulme
approved these changes
Jul 1, 2025
bjrara
added a commit
to bjrara/opentelemetry-collector-contrib
that referenced
this pull request
Jul 2, 2025
…uery (open-telemetry#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. 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 Unit tests E2E manual tests <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> (cherry picked from commit 16ff298) # Conflicts: # exporter/awsxrayexporter/internal/translator/http.go # exporter/awsxrayexporter/internal/translator/http_test.go
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://redirect.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://redirect.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://redirect.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://redirect.github.com/DataDog/agent-payload/releases/tag/v5.0.157) [Compare Source](https://redirect.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://redirect.github.com/kangyili) in [https://github.com/DataDog/agent-payload/pull/395](https://redirect.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://redirect.github.com/DataDog/datadog-api-client-go/releases/tag/v2.42.0) [Compare Source](https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.6) [Compare Source](https://redirect.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://redirect.github.com/shirou) in [https://github.com/shirou/gopsutil/pull/1861](https://redirect.github.com/shirou/gopsutil/pull/1861) - Fetch stats from folder mounted volumes by [@​dloucasfx](https://redirect.github.com/dloucasfx) in [https://github.com/shirou/gopsutil/pull/1534](https://redirect.github.com/shirou/gopsutil/pull/1534) ##### mem - feat(exwindows): expose phys and pagefile memory by [@​kruskall](https://redirect.github.com/kruskall) in [https://github.com/shirou/gopsutil/pull/1868](https://redirect.github.com/shirou/gopsutil/pull/1868) ##### process - fix: optimize performance of process.OpenFiles() by [@​NitroCao](https://redirect.github.com/NitroCao) in [https://github.com/shirou/gopsutil/pull/1866](https://redirect.github.com/shirou/gopsutil/pull/1866) ##### Other Changes - chore: fix some minor issues in the comments by [@​shandongzhejiang](https://redirect.github.com/shandongzhejiang) in [https://github.com/shirou/gopsutil/pull/1870](https://redirect.github.com/shirou/gopsutil/pull/1870) - enable all go-critic by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1856](https://redirect.github.com/shirou/gopsutil/pull/1856) - fix: relace golangcilint on var-naming for package name by [@​shirou](https://redirect.github.com/shirou) in [https://github.com/shirou/gopsutil/pull/1871](https://redirect.github.com/shirou/gopsutil/pull/1871) #### New Contributors - [@​dloucasfx](https://redirect.github.com/dloucasfx) made their first contribution in [https://github.com/shirou/gopsutil/pull/1534](https://redirect.github.com/shirou/gopsutil/pull/1534) - [@​shandongzhejiang](https://redirect.github.com/shandongzhejiang) made their first contribution in [https://github.com/shirou/gopsutil/pull/1870](https://redirect.github.com/shirou/gopsutil/pull/1870) - [@​kruskall](https://redirect.github.com/kruskall) made their first contribution in [https://github.com/shirou/gopsutil/pull/1868](https://redirect.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://redirect.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://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1196...v1.0.1197) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1196...v1.0.1197) ### [`v1.0.1196`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1195...v1.0.1196) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1195...v1.0.1196) ### [`v1.0.1195`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1194...v1.0.1195) [Compare Source](https://redirect.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://redirect.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://redirect.github.com/prometheus/prometheus/compare/v0.304.1...v0.304.2) [Compare Source](https://redirect.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://redirect.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://redirect.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://redirect.github.com/etcd-io/bbolt/releases/tag/v1.4.2) [Compare Source](https://redirect.github.com/etcd-io/bbolt/compare/v1.4.1...v1.4.2) See the [CHANGELOG/v1.4.2](https://redirect.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://redirect.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://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1139) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.13.8...v1.13.9) - test code cleanups ### [`v1.13.8`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1138) [Compare Source](https://redirect.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://redirect.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://redirect.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://redirect.github.com/microsoft/go-mssqldb/compare/v1.9.1...v1.9.2) [Compare Source](https://redirect.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://redirect.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://redirect.github.com/huaweicloud/huaweicloud-sdk-go-v3/releases/tag/v0.1.156) [Compare Source](https://redirect.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://redirect.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://redirect.github.com/knadh/koanf/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v1.0.0...v1.1.0) - [`036e4bf`](https://redirect.github.com/knadh/koanf/commit/036e4bf) Merge pull request [#​79](https://redirect.github.com/knadh/koanf/issues/79) from aeneasr/fix-memory-keyparts - [`6692d05`](https://redirect.github.com/knadh/koanf/commit/6692d05) Merge pull request [#​78](https://redirect.github.com/knadh/koanf/issues/78) from aeneasr/fix-memory-use - [`d174d00`](https://redirect.github.com/knadh/koanf/commit/d174d00) Reduce memory consumption for populateKeyParts - [`1095e5e`](https://redirect.github.com/knadh/koanf/commit/1095e5e) Significantly reduce memory use of maps.Flatten - [`7d983f3`](https://redirect.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://redirect.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://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.239.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.238.0...v0.239.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​3199](https://redirect.github.com/googleapis/google-api-go-client/issues/3199)) ([2bdd042](https://redirect.github.com/googleapis/google-api-go-client/commit/2bdd042ac9a9b4115ea14239f4ffc6d947b3ead8)) - **all:** Auto-regenerate discovery clients ([#​3201](https://redirect.github.com/googleapis/google-api-go-client/issues/3201)) ([8eff56f](https://redirect.github.com/googleapis/google-api-go-client/commit/8eff56f43f278eb7072da807eb492969d9b6ec00)) - **all:** Auto-regenerate discovery clients ([#​3202](https://redirect.github.com/googleapis/google-api-go-client/issues/3202)) ([f7c299e](https://redirect.github.com/googleapis/google-api-go-client/commit/f7c299e9c00588b68e02e6fa464ab92a7d7f70d4)) - **all:** Auto-regenerate discovery clients ([#​3203](https://redirect.github.com/googleapis/google-api-go-client/issues/3203)) ([459c5a8](https://redirect.github.com/googleapis/google-api-go-client/commit/459c5a8db5a2262fa9d4fd5031f8bd81569fe751)) - **all:** Auto-regenerate discovery clients ([#​3205](https://redirect.github.com/googleapis/google-api-go-client/issues/3205)) ([ca610d5](https://redirect.github.com/googleapis/google-api-go-client/commit/ca610d5390bb286d5f815ee8d296a7cdf7dd4baa)) - **all:** Auto-regenerate discovery clients ([#​3206](https://redirect.github.com/googleapis/google-api-go-client/issues/3206)) ([98b7398](https://redirect.github.com/googleapis/google-api-go-client/commit/98b739881e1fd09b2f2b7c0122b675fb02625b7c)) - **all:** Auto-regenerate discovery clients ([#​3207](https://redirect.github.com/googleapis/google-api-go-client/issues/3207)) ([71fe287](https://redirect.github.com/googleapis/google-api-go-client/commit/71fe287d9c34180ed81ede37531b37b23a7c11dc)) - **all:** Auto-regenerate discovery clients ([#​3209](https://redirect.github.com/googleapis/google-api-go-client/issues/3209)) ([27d1aa4](https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.36.0` -> `v1.37.0` | [ <!--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. 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 Unit tests E2E manual tests <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> (cherry picked from commit 16ff298) # Conflicts: # exporter/awsxrayexporter/internal/translator/http.go # exporter/awsxrayexporter/internal/translator/http_test.go
Dylan-M
pushed a commit
to Dylan-M/opentelemetry-collector-contrib
that referenced
this pull request
Aug 5, 2025
…uery (open-telemetry#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. 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 Unit tests E2E manual tests <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
bjrara
added a commit
to bjrara/opentelemetry-collector-contrib
that referenced
this pull request
Aug 6, 2025
…uery (open-telemetry#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. 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 Unit tests E2E manual tests <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> (cherry picked from commit 16ff298) # Conflicts: # exporter/awsxrayexporter/internal/translator/http.go # exporter/awsxrayexporter/internal/translator/http_test.go
sky333999
pushed a commit
to amazon-contributing/opentelemetry-collector-contrib
that referenced
this pull request
Aug 7, 2025
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
When a request like
http://localhost:8080/apitest?ip=myip&version=test
is processed by awsxrayexporter, the generated http.request.url found to behttp://localhost:8080/ip=myip&version=test
which appends url query parameters as path value.Expected:
http://localhost:8080/apitest?ip=myip&version=test
Link to tracking issue
Fixes
Testing
Unit tests
E2E manual tests
Documentation