-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge remote-tracking branch 'upstream/main' #45
Merge remote-tracking branch 'upstream/main' #45
Commits on Aug 29, 2024
-
[chore]: enable bool-compare rule from testifylint (#34912)
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [bool-compare](https://github.com/Antonboom/testifylint?tab=readme-ov-file#bool-compare) rule from [testifylint](https://github.com/Antonboom/testifylint) It's linter provided by golangci-lint. Here all available rules are activated except those who require to be fixed. This PR only fixes bool-compare so the quantity of changes stays reasonnable for reviewers. Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 53ad0a4 - Browse repository at this point
Copy the full SHA 53ad0a4View commit details -
[pkg/ottl] Remove tracing from OTTL (#34910)
**Description:** Reverts #33508 since it was causing performance issues **Link to tracking Issue:** <Issue number if applicable> Reopens #33433 Related to open-telemetry/opentelemetry-collector#10858 Closes #34890
Configuration menu - View commit details
-
Copy full SHA for 240ff76 - Browse repository at this point
Copy the full SHA 240ff76View commit details
Commits on Aug 30, 2024
-
[chore]: enable len rule from testifylint (#34921)
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [len](https://github.com/Antonboom/testifylint?tab=readme-ov-file#len) rule from [testifylint](https://github.com/Antonboom/testifylint)
Configuration menu - View commit details
-
Copy full SHA for 29cd095 - Browse repository at this point
Copy the full SHA 29cd095View commit details -
[chore][receiver/nginx] Update README for consistency (#34923)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This just cleans up the README a bit: 1. Make case of `NGINX` consistent. Happy to change it to `nginx` if that's preferred. 2. Remove empty `Details` section 3. Cleanup description of the `collection_interval` config option. This is the same config option many other receivers have, so I don't think the concept needs explained in-depth here. 4. Remove disclaimer that the component's status is beta and configuration is subject to change. The README's header states this component is beta, so I don't think it needs to be repeated.
Configuration menu - View commit details
-
Copy full SHA for 0ec84e6 - Browse repository at this point
Copy the full SHA 0ec84e6View commit details -
[processor/redaction] add support for redacting metrics and logs attr…
…ibutes (#34609) **Description:** This PR extends the redaction processor to also support the redaction of attributes within logs and metrics. **Link to tracking Issue:** #34479 **Testing:** Extended the existing unit tests to also cover the redaction of logs and metrics **Documentation:** Adapted the readme to reflect the changes --------- Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for 184e954 - Browse repository at this point
Copy the full SHA 184e954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499cfd8 - Browse repository at this point
Copy the full SHA 499cfd8View commit details -
[receiver/gitproviderreceiver] rename to githubreceiver (#34731)
**Description:** <Describe what has changed.> Renames `gitproviderreceiver` to `githubreceiver` to better align with OpenTelemetry Semantic Conventions v1.27.0+ and allow for tracing and log signals in the future. --------- Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co> Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 903eec5 - Browse repository at this point
Copy the full SHA 903eec5View commit details -
[chore][CODEOWNERS] Change account references to match new username (#…
…34929) [Failing CI/CD action](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10616610306/job/29427492169#step:16:13) Failure output: ``` cd cmd/githubgen && go install . githubgen 2024/08/2[9](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10616610306/job/29427492169#step:16:10) 14:07:14 codeowners are not members: kkujawa-sumo make: *** [Makefile:296: gengithub] Error 1 ``` It appears that the user @kkujawa-sumo has been renamed to @kasia-kujawa. This updates all references to resolve our code owners check to ensure all code owners are members of the OpenTelemetry organization.
Configuration menu - View commit details
-
Copy full SHA for 6b3237a - Browse repository at this point
Copy the full SHA 6b3237aView commit details -
[chore] refactor filter processor test to use generated test harness (#…
…34940) The code in telemetry_test.go was mostly doing something the code generated by mdatagen was doing. Updated the tests to use that instead. Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d63c17 - Browse repository at this point
Copy the full SHA 2d63c17View commit details -
[chore] use generated test harness for groupbyattrs processor (#34941)
Like #34940 but for the groupsbyattrs processor. Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea521f7 - Browse repository at this point
Copy the full SHA ea521f7View commit details -
[chore] update core to pull in telemetry settings changes (#34930)
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0216163 - Browse repository at this point
Copy the full SHA 0216163View commit details -
[receiver/splunkhec] fix memory leak (#34911)
**Description:** Fix memory leak when the receiver is used for both metrics and logs at the same time **Link to tracking Issue:** <Issue number if applicable> Fixes #34886
Configuration menu - View commit details
-
Copy full SHA for 90e75d3 - Browse repository at this point
Copy the full SHA 90e75d3View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbf8982 - Browse repository at this point
Copy the full SHA dbf8982View commit details
Commits on Sep 2, 2024
-
[chore]: Update README.md (#34725)
Alolita Sharma works at Apple now. :) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for fd0e9ef - Browse repository at this point
Copy the full SHA fd0e9efView commit details -
[connector/servicegraph]Fix incorrectly reversed latency settings(res…
Configuration menu - View commit details
-
Copy full SHA for 33362ee - Browse repository at this point
Copy the full SHA 33362eeView commit details -
[chore]: enable error-nil and nil-compare rules from testifylint (#34936
) #### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [error-nil](https://github.com/Antonboom/testifylint?tab=readme-ov-file#error-nil) and [nil-compare](https://github.com/Antonboom/testifylint?tab=readme-ov-file#nil-compare) rules from [testifylint](https://github.com/Antonboom/testifylint) It also adds testifylint as tool to use with a make command
Configuration menu - View commit details
-
Copy full SHA for 9f0cac0 - Browse repository at this point
Copy the full SHA 9f0cac0View commit details -
[connector/count] fix typo in metric.datapoint.count (#34961)
**Documentation:** The documentation mentions a metric called "metric.data_point.count" but the metric is actually called "metric.datapoint.count" Co-authored-by: Sean Marciniak <30928402+MovieStoreGuy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 13f0d14 - Browse repository at this point
Copy the full SHA 13f0d14View commit details
Commits on Sep 3, 2024
-
[chore] Upgrade arvo package (#34962)
**Description:** Upgrading the arvo package used, it appears to be causing build issues on integer overflows
Configuration menu - View commit details
-
Copy full SHA for 255020c - Browse repository at this point
Copy the full SHA 255020cView commit details -
Update module github.com/shirou/gopsutil/v4 to v4.24.8 (#34970)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.24.7` -> `v4.24.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.7/v4.24.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.7/v4.24.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary> ### [`v4.24.8`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.24.8) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8) <!-- Release notes generated using configuration in .github/release.yml at v4.24.8 --> #### What's Changed ##### disk - fix(IOCountersWithContext): Fix the issue of not using names to fil ter devices in func IOCountersWithContext of the windows implementation by [@​zmyzheng](https://redirect.github.com/zmyzheng) in [https://github.com/shirou/gopsutil/pull/1688](https://redirect.github.com/shirou/gopsutil/pull/1688) - \[disk]\[windows]: ignore network drive when not ready by [@​shirou](https://redirect.github.com/shirou) in [https://github.com/shirou/gopsutil/pull/1699](https://redirect.github.com/shirou/gopsutil/pull/1699) ##### process - Fix parsing of /proc/pid/smaps when path is empty by [@​pgimalac](https://redirect.github.com/pgimalac) in [https://github.com/shirou/gopsutil/pull/1691](https://redirect.github.com/shirou/gopsutil/pull/1691) - Refactoring the algorithm for calculating CPU usage by [@​TheBestLL](https://redirect.github.com/TheBestLL) in [https://github.com/shirou/gopsutil/pull/1692](https://redirect.github.com/shirou/gopsutil/pull/1692) - Fix panic on OpenBSD and FreeBSD systems if KinfoProc size has an unexpected size by [@​fivitti](https://redirect.github.com/fivitti) in [https://github.com/shirou/gopsutil/pull/1694](https://redirect.github.com/shirou/gopsutil/pull/1694) ##### Other Changes - Fix badge link in README.md by [@​Yurunsoft](https://redirect.github.com/Yurunsoft) in [https://github.com/shirou/gopsutil/pull/1695](https://redirect.github.com/shirou/gopsutil/pull/1695) - fix golangcilint errors, ignore gosec G115 by [@​shirou](https://redirect.github.com/shirou) in [https://github.com/shirou/gopsutil/pull/1697](https://redirect.github.com/shirou/gopsutil/pull/1697) - fix: golangci lint with max -> maxConn by [@​shirou](https://redirect.github.com/shirou) in [https://github.com/shirou/gopsutil/pull/1693](https://redirect.github.com/shirou/gopsutil/pull/1693) #### New Contributors 🎉 - [@​zmyzheng](https://redirect.github.com/zmyzheng) made their first contribution in [https://github.com/shirou/gopsutil/pull/1688](https://redirect.github.com/shirou/gopsutil/pull/1688) - [@​Yurunsoft](https://redirect.github.com/Yurunsoft) made their first contribution in [https://github.com/shirou/gopsutil/pull/1695](https://redirect.github.com/shirou/gopsutil/pull/1695) - [@​pgimalac](https://redirect.github.com/pgimalac) made their first contribution in [https://github.com/shirou/gopsutil/pull/1691](https://redirect.github.com/shirou/gopsutil/pull/1691) - [@​TheBestLL](https://redirect.github.com/TheBestLL) made their first contribution in [https://github.com/shirou/gopsutil/pull/1692](https://redirect.github.com/shirou/gopsutil/pull/1692) - [@​fivitti](https://redirect.github.com/fivitti) made their first contribution in [https://github.com/shirou/gopsutil/pull/1694](https://redirect.github.com/shirou/gopsutil/pull/1694) **Full Changelog**: shirou/gopsutil@v4.24.7...v4.24.8 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 439e41e - Browse repository at this point
Copy the full SHA 439e41eView commit details -
Update module github.com/ClickHouse/clickhouse-go/v2 to v2.28.2 (#34968)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go) | `v2.28.1` -> `v2.28.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.1/v2.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.1/v2.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.28.2`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2282-2024-08-30----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2) #### What's Changed ##### Fixes 🐛 - Validate connection in bad state before query execution in the stdlib database/sql driver by [@​jkaflik](https://redirect.github.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1396](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1396) ##### Other Changes 🛠 - Update README with newer Go versions by [@​jkaflik](https://redirect.github.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1393](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1393) **Full Changelog**: ClickHouse/clickhouse-go@v2.28.1...v2.28.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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4558429 - Browse repository at this point
Copy the full SHA 4558429View commit details -
Update All github.com/datadog packages to v0.56.2 (#34965)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/DataDog/datadog-agent/comp/core/config](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/core/log](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/logs/agent/config](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fexporter%2flogsagentexporter/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/config/model](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/config/setup](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/logs/sources](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/obfuscate](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/proto](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/trace](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/util/hostname/validate](https://redirect.github.com/DataDog/datadog-agent) | `v0.56.0` -> `v0.56.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.56.0/v0.56.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c9e54e - Browse repository at this point
Copy the full SHA 1c9e54eView commit details -
Update module github.com/snowflakedb/gosnowflake to v1.11.1 (#34971)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/snowflakedb/gosnowflake](https://redirect.github.com/snowflakedb/gosnowflake) | `v1.11.0` -> `v1.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsnowflakedb%2fgosnowflake/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsnowflakedb%2fgosnowflake/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsnowflakedb%2fgosnowflake/v1.11.0/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsnowflakedb%2fgosnowflake/v1.11.0/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>snowflakedb/gosnowflake (github.com/snowflakedb/gosnowflake)</summary> ### [`v1.11.1`](https://redirect.github.com/snowflakedb/gosnowflake/releases/tag/v1.11.1): Release [Compare Source](https://redirect.github.com/snowflakedb/gosnowflake/compare/v1.11.0...v1.11.1) - Please check Snowflake [community page for release notes](https://docs.snowflake.com/en/release-notes/clients-drivers/golang). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad02711 - Browse repository at this point
Copy the full SHA ad02711View commit details -
[exporter/loki] Document the migration from the Loki Exporter to the …
…Loki V3 OTLP endpoint (#34918) **Description:** <Describe what has changed.> Document how to migrate from the now deprecated OTel Collector Loki Exporter to the new Loki V3 OTLP endpoint and new OTel log format --------- Co-authored-by: Curtis Robert <crobert@splunk.com> Co-authored-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a967d83 - Browse repository at this point
Copy the full SHA a967d83View commit details -
[connector/spanmetrics] Improve consistency between metrics generated…
… by spanmetricsconnector (#34485) **Link to tracking Issue:** #33227 #32818 **Documentation:** added an entry to the changelog explaining the deprecated metrics. --------- Signed-off-by: Israel Blancas <iblancasa@gmail.com> Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> Co-authored-by: Murphy Chen <minquan.chen@daocloud.io> Co-authored-by: Rafael Pax <rpax@users.noreply.github.com> Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Configuration menu - View commit details
-
Copy full SHA for 9545957 - Browse repository at this point
Copy the full SHA 9545957View commit details -
Update module google.golang.org/grpc to v1.66.0 (#34978)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.65.0` -> `v1.66.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.65.0/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.65.0/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.66.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.0): Release 1.66.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0) ### New Features - metadata: stabilize `ValueFromIncomingContext` ([#​7368](https://redirect.github.com/grpc/grpc-go/issues/7368)) - Special Thanks: [@​KarthikReddyPuli](https://redirect.github.com/KarthikReddyPuli) - client: stabilize the `WaitForStateChange` and `GetState` methods, which were previously experimental. ([#​7425](https://redirect.github.com/grpc/grpc-go/issues/7425)) - xds: Implement ADS flow control mechanism ([#​7458](https://redirect.github.com/grpc/grpc-go/issues/7458)) - See [https://github.com/grpc/grpc/issues/34099](https://redirect.github.com/grpc/grpc/issues/34099) for context. - balancer/rls: Add metrics for data cache and picker internals ([#​7484](https://redirect.github.com/grpc/grpc-go/issues/7484), [#​7495](https://redirect.github.com/grpc/grpc-go/issues/7495)) - xds: LRS load reports now include the `total_issued_requests` field. ([#​7544](https://redirect.github.com/grpc/grpc-go/issues/7544)) ### Bug Fixes - grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the [gRPC compression spec](https://redirect.github.com/grpc/grpc/blob/master/doc/compression.md#compression-method-asymmetry-between-peers). ([#​7461](https://redirect.github.com/grpc/grpc-go/issues/7461)) - Special Thanks: [@​Gayathri625](https://redirect.github.com/Gayathri625) - transport: Fix a bug which could result in writes busy looping when the underlying `conn.Write` returns errors ([#​7394](https://redirect.github.com/grpc/grpc-go/issues/7394)) - Special Thanks: [@​veshij](https://redirect.github.com/veshij) - client: fix race that could lead to orphaned connections and associated resources. ([#​7390](https://redirect.github.com/grpc/grpc-go/issues/7390)) - xds: use locality from the connected address for load reporting with pick_first ([#​7378](https://redirect.github.com/grpc/grpc-go/issues/7378)) - without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality - client: prevent hanging during ClientConn.Close() when the network is unreachable ([#​7540](https://redirect.github.com/grpc/grpc-go/issues/7540)) ### Performance Improvements - transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. ([#​7424](https://redirect.github.com/grpc/grpc-go/issues/7424)) - codec: Implement a new `Codec` which uses buffer recycling for encoded message ([#​7356](https://redirect.github.com/grpc/grpc-go/issues/7356)) - introduce a `mem` package to facilitate buffer reuse ([#​7432](https://redirect.github.com/grpc/grpc-go/issues/7432)) - Special Thanks: [@​PapaCharlie](https://redirect.github.com/PapaCharlie) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5822332 - Browse repository at this point
Copy the full SHA 5822332View commit details -
[vcenterreceiver] Updated units on several metrics (#34946)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> The following change works to update several metrics units to be more inline with the semantics declared here: https://opentelemetry.io/docs/specs/semconv/general/metrics/#instrument-units Specifically it changes all the uses of `sec` to `s` and also updates the incorrect unit usage of `{MHz}` to `MHz` on a couple metrics. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> All golden package tests were updated, as well as integration tests. **Documentation:** <Describe the documentation added.> Documentation was updated with mdatagen with the use of `make generate`
Configuration menu - View commit details
-
Copy full SHA for d25990b - Browse repository at this point
Copy the full SHA d25990bView commit details -
Update module github.com/SAP/go-hdb to v1.12.0 (#34973)
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.11.3` -> `v1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fSAP%2fgo-hdb/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fSAP%2fgo-hdb/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fSAP%2fgo-hdb/v1.11.3/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fSAP%2fgo-hdb/v1.11.3/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>SAP/go-hdb (github.com/SAP/go-hdb)</summary> ### [`v1.12.0`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1120) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.11.3...v1.12.0) ##### Changes - Changed 'prometheus' into own go module to reduce dependencies on go-hdb. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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>
Configuration menu - View commit details
-
Copy full SHA for c6cda87 - Browse repository at this point
Copy the full SHA c6cda87View commit details -
[chore][pkg/stanza] Speed up file deduplication in finder (#34888)
**Description:** <Describe what has changed.> For large numbers of files, the logic that deduplicates the filenames between matches is costly. This is mainly due to the O(n^2) deduping algorithm used. If we instead use a map (as a hashset), we can make this ~O(n). This PR speeds up the deduplication logic, as well as adds a benchmark for a case where the filelog receiver is polling many files at once. **Testing:** <Describe what testing was performed and which tests were added.> Running the added benchmark and comparing with benchstat, we can see a large increase in speed for the large number of files case (10000 monitored files), at the cost of a very slight increase in memory usage: ``` goos: darwin goarch: arm64 pkg: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/fileconsumer/matcher/internal/finder cpu: Apple M3 Pro │ old.txt │ new.txt │ │ sec/op │ sec/op vs base │ Find10kFiles-12 198.636m ± 6% 8.696m ± 16% -95.62% (p=0.002 n=6) │ old.txt │ new.txt │ │ B/op │ B/op vs base │ Find10kFiles-12 5.416Mi ± 0% 5.581Mi ± 0% +3.04% (p=0.002 n=6) │ old.txt │ new.txt │ │ allocs/op │ allocs/op vs base │ Find10kFiles-12 80.06k ± 0% 80.25k ± 0% +0.23% (p=0.002 n=6) ```
Configuration menu - View commit details
-
Copy full SHA for b128c46 - Browse repository at this point
Copy the full SHA b128c46View commit details -
[receiver/mysql] client, convert NULL to int64 (#34411)
**Description:** <Describe what has changed.> bug fix, receiver/mysql client.go raise error when the TABLE_ROWS column is NULL, fix it in the SQL query, convert the NULL to 0. **Link to tracking Issue:** <Issue number if applicable> #34195 **Testing:** <Describe what testing was performed and which tests were added.> run command "make test" in the receiver/mysqlreceiver, all the test case passed. **Documentation:** <Describe the documentation added.> --------- Signed-off-by: Jian Li <jian.li2@fmr.com>
Configuration menu - View commit details
-
Copy full SHA for 510a413 - Browse repository at this point
Copy the full SHA 510a413View commit details -
[testbed] - Add scenarios to handle large files (#34417)
**Description:** Add test cases covering large files to existing testbed. This PR adds following scenarios: Scenario 1: Ensure that all logs are captured for files that reach a size of 2GB. Scenario 2: Ensure that all logs are captured for files that reach a size of 6GB Scenario 3: Ensure that all logs are captured for a file of approximately 1.5GB that contains prewritten data. **Link to tracking Issue:** #34288 **Testing:** Added --------- Co-authored-by: Antoine Toulme <antoine@toulme.name>
Configuration menu - View commit details
-
Copy full SHA for bfdee42 - Browse repository at this point
Copy the full SHA bfdee42View commit details -
Avoid rendering the whole event to get only the provider name (#34914)
**Description:** The code was always getting the event as a XML string that was unmarshalled into a type only to obtain the provider name. That can be done in a cheaper fashion by requesting the `System` properties of the event and reading only the provider name. **Link to tracking Issue:** Fixes #34755 **Testing:** The benchmark below is only good to compare memory usage, which shows that this change is already beneficial. See the changes for the benchmark code. ```terminal goos: windows goarch: amd64 pkg: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowseventlogreceiver cpu: Intel(R) Core(TM) i9-10885H CPU @ 2.40GHz │ .\old.txt │ .\pr.txt │ │ sec/op │ sec/op vs base │ ReadWindowsEventLogger/10-16 1.255 ± 0% 1.255 ± 0% ~ (p=0.912 n=10) ReadWindowsEventLogger/100-16 1.379 ± 9% 1.256 ± 0% ~ (p=0.190 n=10) ReadWindowsEventLogger/1_000-16 2.633 ± 5% 2.507 ± 0% ~ (p=0.063 n=10) geomean 1.658 1.581 -4.62% │ .\old.txt │ .\pr.txt │ │ B/op │ B/op vs base │ ReadWindowsEventLogger/10-16 3.228Mi ± 6% 2.190Mi ± 8% -32.17% (p=0.000 n=10) ReadWindowsEventLogger/100-16 5.399Mi ± 42% 2.276Mi ± 4% -57.85% (p=0.000 n=10) ReadWindowsEventLogger/1_000-16 26.12Mi ± 8% 17.66Mi ± 4% -32.38% (p=0.000 n=10) geomean 7.693Mi 4.448Mi -42.18% │ .\old.txt │ .\pr.txt │ │ allocs/op │ allocs/op vs base │ ReadWindowsEventLogger/10-16 67.18k ± 7% 44.74k ± 9% -33.40% (p=0.000 n=10) ReadWindowsEventLogger/100-16 112.87k ± 42% 46.69k ± 4% -58.64% (p=0.000 n=10) ReadWindowsEventLogger/1_000-16 551.6k ± 8% 368.0k ± 4% -33.28% (p=0.000 n=10) geomean 161.1k 91.61k -43.14% ``` **Documentation:** N/A
Configuration menu - View commit details
-
Copy full SHA for 640adad - Browse repository at this point
Copy the full SHA 640adadView commit details -
[chore] add Tyler to CODEOWNERS for githubreceiver (#34963)
**Description:** Adding @TylerHelmuth (GitHub Actions Receiver component sponsor) as codeowner in the GitHub Receiver after the decision to incorporate the tracing and log capability mentioned in #27460 into the GitHub receiver was made.
Configuration menu - View commit details
-
Copy full SHA for 119ad9b - Browse repository at this point
Copy the full SHA 119ad9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b5bb9 - Browse repository at this point
Copy the full SHA 58b5bb9View commit details -
[extension/opamp] Add support for polling interval in HTTP client (#3…
…4811) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Adds support for configuring polling interval for the OpAMP HTTP client. **Link to tracking Issue:** #34749 **Testing:** Adjusted unit test, manually tested **Documentation:** Added to README --------- Signed-off-by: Matej Gera <matejgera@gmail.com> Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6156a9 - Browse repository at this point
Copy the full SHA f6156a9View commit details -
[receiver/apache] Invalid endpoint should not cause panic (#34992)
**Description:** The receiver crashes if it fails to parse the endpoint. **Link to tracking Issue:** N/A **Testing:** Add a test covering this case. **Documentation:** Changelog updated.
Configuration menu - View commit details
-
Copy full SHA for a77faff - Browse repository at this point
Copy the full SHA a77faffView commit details -
[chore]: enable compares and empty rules from testifylint (#34976)
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [compares](https://github.com/Antonboom/testifylint?tab=readme-ov-file#compares) and [empty](https://github.com/Antonboom/testifylint?tab=readme-ov-file#empty) rules from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ec7cfe - Browse repository at this point
Copy the full SHA 1ec7cfeView commit details -
[receiver/githubreceiver] promote githubreceiver to alpha status (#34960
Configuration menu - View commit details
-
Copy full SHA for dabacbd - Browse repository at this point
Copy the full SHA dabacbdView commit details -
[connector/datadog] Improve performance in cases with many peer tags (#…
…34945) **Description:** Improves performance of Datadog connector when there are many peer tags and `connector.datadogconnector.NativeIngest` is enabled **Link to tracking Issue:** Related to DataDog/datadog-agent#28908 **Testing:** Added new benchmark tests, results: ``` % go test -bench . -benchmem -benchtime=1000x goos: darwin goarch: arm64 pkg: github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector cpu: Apple M1 Max BenchmarkPeerTags_Native-10 1000 22851735 ns/op 9147 B/op 118 allocs/op BenchmarkPeerTags_Legacy-10 1000 27704684 ns/op 12157 B/op 152 allocs/op PASS ```
Configuration menu - View commit details
-
Copy full SHA for 902756e - Browse repository at this point
Copy the full SHA 902756eView commit details -
[chore] upgrading pulsar client v0.13.1 (#34951)
**Description:** Upgraded client and fix #34213
Configuration menu - View commit details
-
Copy full SHA for ec049ab - Browse repository at this point
Copy the full SHA ec049abView commit details -
[processor/interval] Update config structure for interval processor (#…
…34926) **Description:** This PR addresses comments made in #34805 after it was merged The gist is change in configuration from ```yaml interval: 60s gauge_pass_through: false summary_pass_through: false ``` to ```yaml interval: 60s pass_through: gauge: false summary: false ``` **Link to tracking Issue:** #34920 Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a4aa4e8 - Browse repository at this point
Copy the full SHA a4aa4e8View commit details -
[extension/solarwindsapmsettingsextension] Added remaining implementa…
…tion of solarwindsapmsettingsextension (#33315) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> - Added logic for `refresh` function **Link to tracking Issue:** <Issue number if applicable> [27668](#27668) **Testing:** <Describe what testing was performed and which tests were added.> Manually tested against test server ``` extensions: solarwindsapmsettings: endpoint: "apm-testcollector.click:443" key: "any:any" service: extensions: [solarwindsapmsettings] ``` **Documentation:** <Describe the documentation added.> - Updated README to remove the support of `/tmp/solarwinds-apm-settings-raw` file --------- Co-authored-by: Antoine Toulme <antoine@toulme.name>
Configuration menu - View commit details
-
Copy full SHA for d0e5eec - Browse repository at this point
Copy the full SHA d0e5eecView commit details
Commits on Sep 4, 2024
-
feat: Support Prometheus Created Timestamps (#34596)
**Description:** exporter/prometheusexporter now supports Prometheus Created Timestamps. **Link to tracking Issue:** Fix #32521 **Testing:** Unit tests were extended with the new scope **Documentation:** No documentation was added so far, looking for direction about where would be the best place for it :) Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5258d98 - Browse repository at this point
Copy the full SHA 5258d98View commit details -
[receiver/sqlquery] support attributes for logs (#34599)
**Description:** Introduced a new configuration option, attribute_columns, for log queries. This option was already available for metric queries. Note: If an attribute column is missing in the result set, the collection process fails with an error to maintain consistency with metric query behaviour. Conversely, in the existing implementation, if the body column is absent, log body will be populated with an empty string. For consistency, it might be preferable for both behaviours to align. However, since this could introduce a breaking change, it may be more appropriate to implement this adjustment in a separate PR. **Link to tracking Issue:** [24459](#24459) **Testing:** Added column `attribute` in test set, and verification in the integration test **Documentation:** Migrated description for `attribute_columns` from metrics queries section to general "Queries" section, updated example configuration --------- Co-authored-by: Curtis Robert <crobert@splunk.com>
Configuration menu - View commit details
-
Copy full SHA for 3afb802 - Browse repository at this point
Copy the full SHA 3afb802View commit details -
[receiver/kafkareceiver]: allow tunable fetch sizes (#34431)
**Description:** This commit adds the ability to tune the minimum, default and maximum fetch sizes for the Kafka Receiver in the OpenTelemetry configuration file. The defaults are kept consistent with the defaults imposed by [sarama](https://pkg.go.dev/github.com/shopify/sarama#Config) **Link to tracking Issue:** Resolves #22741 **Testing:** Built the image with `make docker-otelcontribcol`, uploaded to [Docker Hub](https://hub.docker.com/r/ckaczynski/otelcontribcol) to pull the image into our Kubernetes deployment, and hit the cluster with 200k logs per second with the following settings: ``` default_fetch_size: 15728640 # 15MB max_fetch_size: 31457280 # 30MB min_fetch_size: 1048576 # 1MB ``` These limits are absurdly high for no reason other than because I just wanted to set them higher and see how far I could push it in our cluster. No new tests were added, but added to existing configuration tests in config.go and factory.go **Documentation:** Added the new configuration options to the receiver's README --------- Co-authored-by: Israel Blancas <iblancasa@gmail.com> Co-authored-by: Sean Marciniak <30928402+MovieStoreGuy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9be1f80 - Browse repository at this point
Copy the full SHA 9be1f80View commit details -
[exporter/splunkhec] drop empty log events (#34871)
**Description:** Drop empty log events Log records with no body are dropped by Splunk on reception as they contain no log message, albeit they may have attributes. This PR removes those logs from consideration to be exported. This is in tune with the behavior of splunkhecreceiver, which refuses HEC events with no event (#19769)
Configuration menu - View commit details
-
Copy full SHA for 2de5752 - Browse repository at this point
Copy the full SHA 2de5752View commit details -
[exporter/signalfx] Fix goroutine leaks (#32781)
**Description:** This change is a refactor to allow us to enable `goleak` checks in each of the exporter's sub-directories, as well as the signalfx receiver (which uses the signalfxexporter in a test). The main idea is to use `start`/`shutdown` for each package's functionality, rather than relying on the top level context cancel of the exporter. The addition of start and shutdowns for each package means we can more closely control the lifecycle of each as needed, and enable `goleak` for each package. The memory leaks being fixed are: 1. Call the `TTLMap.Shutdown` so the ticker is properly stopped: `t.prevPts.Shutdown()`. 2. Don't block waiting for a request if the context is cancelled. **Link to tracking issue:** #30438 --------- Co-authored-by: Sean Marciniak <30928402+MovieStoreGuy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a088f60 - Browse repository at this point
Copy the full SHA a088f60View commit details -
[chore] make update-otel to 48b11ba (#34956)
Bumps core libraries to open-telemetry/opentelemetry-collector@48b11ba --------- Signed-off-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for 1ba4179 - Browse repository at this point
Copy the full SHA 1ba4179View commit details -
[chore][receiver/filelog] Change plaintext name: filelog -> file log (#…
…34984) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Updated the name of the file log receiver to be two words. Updated some references as well where I thought it made sense, reviewers are welcome to suggest changes. **Link to tracking Issue:** <Issue number if applicable> Resolves #34943
Configuration menu - View commit details
-
Copy full SHA for 33687ee - Browse repository at this point
Copy the full SHA 33687eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3a845 - Browse repository at this point
Copy the full SHA 9e3a845View commit details -
fix: handle OTLPJSON unmarshal error (#34784)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Handles the error that the Unmarshaler can return in case an invalid OTLPJSON is provided, this avoids sending a nil signal to the corresponding consumer. The fix logs the error and continues the execution: ```go t, err := tracesUnmarshaler.UnmarshalTraces([]byte(token.AsString())) if err != nil { c.logger.Error("could extract traces from otlp json", zap.Error(err)) continue } ``` **Link to tracking Issue:** <Issue number if applicable> #34782 **Testing:** <Describe what testing was performed and which tests were added.> Factory tests moved to connector tests using the `golden` + compare testing packages. Testdata includes a file with an invalid json for each signal. **Documentation:** <Describe the documentation added.> NA
Configuration menu - View commit details
-
Copy full SHA for 255aebe - Browse repository at this point
Copy the full SHA 255aebeView commit details -
[chore] Fix flaky test in filelog receiver (#35012)
Quick fix for #35007. Ideally we should not need to depend on order of files returned from the finder but there are apparently some subtle implications which need to be better understood before we remove the assumption.
Configuration menu - View commit details
-
Copy full SHA for 548d95f - Browse repository at this point
Copy the full SHA 548d95fView commit details -
Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 in /cmd/ote…
…lcontribcol (#34991) Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.13 to 1.1.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opencontainers/runc/releases">github.com/opencontainers/runc's releases</a>.</em></p> <blockquote> <h2>runc v1.1.14 -- "年を取っていいことは、驚かなくなることね。"</h2> <p>This is the fourteenth patch release in the 1.1.z release branch of runc. It includes a fix for a low severity security issue (CVE-2024-45310) as well as some minor build-related fixes (including Go 1.23 support).</p> <ul> <li>Fix <a href="https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv">CVE-2024-45310</a>, a low-severity attack that allowed maliciously configured containers to create empty files and directories on the host.</li> <li>Add support for Go 1.23. (<a href="https://redirect.github.com/opencontainers/runc/issues/4360">#4360</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/4372">#4372</a>)</li> <li>Revert "allow overriding VERSION value in Makefile" and add EXTRA_VERSION. (<a href="https://redirect.github.com/opencontainers/runc/issues/4370">#4370</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/4382">#4382</a>)</li> <li>rootfs: consolidate mountpoint creation logic. (<a href="https://redirect.github.com/opencontainers/runc/issues/4359">#4359</a>)</li> </ul> <h3>Static Linking Notices</h3> <p>The <code>runc</code> binary distributed with this release are <em>statically linked</em> with the following <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">GNU LGPL-2.1</a> licensed libraries, with <code>runc</code> acting as a "work that uses the Library":</p> <ul> <li><a href="https://github.com/seccomp/libseccomp">libseccomp</a></li> </ul> <p>The versions of these libraries were not modified from their upstream versions, but in order to comply with the LGPL-2.1 (§6(a)), we have attached the complete source code for those libraries which (when combined with the attached runc source code) may be used to exercise your rights under the LGPL-2.1.</p> <p>However we strongly suggest that you make use of your distribution's packages or download them from the authoritative upstream sources, especially since these libraries are related to the security of your containers.</p> <!-- raw HTML omitted --> <p>Thanks to all of the contributors who made this release possible:</p> <ul> <li>Akihiro Suda <a href="mailto:akihiro.suda.cz@hco.ntt.co.jp">akihiro.suda.cz@hco.ntt.co.jp</a></li> <li>Aleksa Sarai <a href="mailto:cyphar@cyphar.com">cyphar@cyphar.com</a></li> <li>Kir Kolyshkin <a href="mailto:kolyshkin@gmail.com">kolyshkin@gmail.com</a></li> <li>Rodrigo Campos <a href="mailto:rodrigoca@microsoft.com">rodrigoca@microsoft.com</a></li> <li>Sebastiaan van Stijn <a href="mailto:thaJeztah@users.noreply.github.com">thaJeztah@users.noreply.github.com</a></li> <li>lifubang <a href="mailto:lifubang@acmcoder.com">lifubang@acmcoder.com</a></li> </ul> <p>Signed-off-by: Aleksa Sarai <a href="mailto:cyphar@cyphar.com">cyphar@cyphar.com</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/opencontainers/runc/blob/main/CHANGELOG.md">github.com/opencontainers/runc's changelog</a>.</em></p> <blockquote> <h2>[1.1.14] - 2024-09-03</h2> <blockquote> <p>年を取っていいことは、驚かなくなることね。</p> </blockquote> <h3>Security</h3> <ul> <li>Fix <a href="https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv">CVE-2024-45310</a>, a low-severity attack that allowed maliciously configured containers to create empty files and directories on the host.</li> </ul> <h3>Added</h3> <ul> <li>Add support for Go 1.23. (<a href="https://redirect.github.com/opencontainers/runc/issues/4360">#4360</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/4372">#4372</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Revert "allow overriding VERSION value in Makefile" and add <code>EXTRA_VERSION</code>. (<a href="https://redirect.github.com/opencontainers/runc/issues/4370">#4370</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/4382">#4382</a>)</li> <li>rootfs: consolidate mountpoint creation logic. (<a href="https://redirect.github.com/opencontainers/runc/issues/4359">#4359</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opencontainers/runc/commit/2c9f5602f0ba3d9da1c2596322dfc4e156844890"><code>2c9f560</code></a> VERSION: release 1.1.14</li> <li><a href="https://github.com/opencontainers/runc/commit/a86c3d88370ab5d2accfd64488c2da105f540f1c"><code>a86c3d8</code></a> Merge commit from fork</li> <li><a href="https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf"><code>f0b652e</code></a> [1.1] rootfs: try to scope MkdirAll to stay inside the rootfs</li> <li><a href="https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e"><code>8781993</code></a> [1.1] rootfs: consolidate mountpoint creation logic</li> <li><a href="https://github.com/opencontainers/runc/commit/6419fbabfbd6317f806748abb18c23e1369b7073"><code>6419fba</code></a> Merge pull request <a href="https://redirect.github.com/opencontainers/runc/issues/4382">#4382</a> from rata/Makefile-override-fixes</li> <li><a href="https://github.com/opencontainers/runc/commit/0514204d6fcca144d54b6db32a8112c135fca0b7"><code>0514204</code></a> Makefile: Add EXTRA_VERSION</li> <li><a href="https://github.com/opencontainers/runc/commit/18cdc3476f911b0905d46a6680130c5133b33354"><code>18cdc34</code></a> Revert "allow overriding VERSION value in Makefile"</li> <li><a href="https://github.com/opencontainers/runc/commit/f3f71a9347f0fbb6122a89f8f54a129c4cd8e278"><code>f3f71a9</code></a> Merge pull request <a href="https://redirect.github.com/opencontainers/runc/issues/4372">#4372</a> from kolyshkin/1.1-go123</li> <li><a href="https://github.com/opencontainers/runc/commit/7f75aec407e8df28ca0a3a47d3913681e334a93b"><code>7f75aec</code></a> [1.1] Add Go 1.23, drop 1.21</li> <li><a href="https://github.com/opencontainers/runc/commit/931f46304b3d1996a4bbae43f72e885b50a7b2b0"><code>931f463</code></a> Merge pull request <a href="https://redirect.github.com/opencontainers/runc/issues/4361">#4361</a> from austinvazquez/backport-protobuf-updates-to-1.1</li> <li>Additional commits viewable in <a href="https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/opencontainers/runc&package-manager=go_modules&previous-version=1.1.13&new-version=1.1.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/open-telemetry/opentelemetry-collector-contrib/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e393e02 - Browse repository at this point
Copy the full SHA e393e02View commit details -
Clarify google managed prometheus troubleshooting guide (#34986)
Adding all resource attributers as metric labels can produce more problems than it solves if, for example, resource attributes are too long. Fixes GoogleCloudPlatform/opentelemetry-operations-go#887 Instead, recommend adding a set of common known identifying attributes.
Configuration menu - View commit details
-
Copy full SHA for a0ea89c - Browse repository at this point
Copy the full SHA a0ea89cView commit details -
Update module github.com/lestrrat-go/strftime to v1.1.0 (#34974)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/lestrrat-go/strftime](https://redirect.github.com/lestrrat-go/strftime) | `v1.0.6` -> `v1.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flestrrat-go%2fstrftime/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flestrrat-go%2fstrftime/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flestrrat-go%2fstrftime/v1.0.6/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flestrrat-go%2fstrftime/v1.0.6/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>lestrrat-go/strftime (github.com/lestrrat-go/strftime)</summary> ### [`v1.1.0`](https://redirect.github.com/lestrrat-go/strftime/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/lestrrat-go/strftime/compare/v1.0.6...v1.1.0) v1.1.0 - 28 Aug 2024 [Miscellaneous] * github.com/pkg/errors has been removed (it has been two years :) * Updated build/test actions * Updated minimum required go version to go 1.21 * Fix week number handling </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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>
Configuration menu - View commit details
-
Copy full SHA for fa4cac5 - Browse repository at this point
Copy the full SHA fa4cac5View commit details
Commits on Sep 5, 2024
-
[chore] Upgrading msgpack v4 to v5 (#35019)
**Description:** Manually upgrading msgpack to v5 to fix #32641
Configuration menu - View commit details
-
Copy full SHA for 93ba625 - Browse repository at this point
Copy the full SHA 93ba625View commit details -
[exporter/elasticsearch] Fix dynamic mapping for double values storin…
…g integers (#34814) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Use json.Visitor SetExplicitRadixPoint option to ensure that double values are encoded like double values, such that ES determines the correct dynamic mapping for the field. **Link to tracking Issue:** <Issue number if applicable> Fixes #34680 **Testing:** <Describe what testing was performed and which tests were added.> Updated tests **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for cb71224 - Browse repository at this point
Copy the full SHA cb71224View commit details -
[exporter/elasticsearch] Add exponential histogram support (#34818)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Convert exponential histograms to T-digest histograms supported by Elasticsearch **Link to tracking Issue:** <Issue number if applicable> Fixes #34813 **Testing:** <Describe what testing was performed and which tests were added.> Unit tests and exporter test **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for 4c490fe - Browse repository at this point
Copy the full SHA 4c490feView commit details -
[processor/deltatocumulative]: drop bad samples (#34979)
**Description:** While writing a test that exercises the public api, I noticed we record bad samples as metrics, but do not actually drop them. This is another result of the highly layered architecture that makes such things hard to understand. I'm working on removing that. **Link to tracking Issue:** **Testing:** public api tests were added **Documentation:** not needed
Configuration menu - View commit details
-
Copy full SHA for 53152f0 - Browse repository at this point
Copy the full SHA 53152f0View commit details -
fix: avoid using internal empty attribute.Set pointer (#34903)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Data race condition when using the internal empty `attribute.Set` concurrently. Code changed to prevent using the internal attribute.Set instance. **Link to tracking Issue:** <Issue number if applicable> #34882 **Testing:** <Describe what testing was performed and which tests were added.> Same tests, race condition failures should be fixed. **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for fa75b6e - Browse repository at this point
Copy the full SHA fa75b6eView commit details -
Update example in readme for convert_sum_to_gauge and convert_gauge_t…
…o_sum (#35022) **Description:** The feature gate "processor.transform.ConvertBetweenSumAndGaugeMetricContext" was updated from Alpha to Beta. This means that it is now enabled by default. The example in the readme should match with the default behavior which is that the functions convert_sum_to_gauge and convert_gauge_to_sum must be used on the "metric" context **Link to tracking Issue:** #34567 Maybe the Readme should state clearly in which context the functions can be used?
Configuration menu - View commit details
-
Copy full SHA for ceeb395 - Browse repository at this point
Copy the full SHA ceeb395View commit details -
[exporter/elasticsearch] Add span event to traces OTel mapping mode (#…
…34831) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Span events are now supported in OTel mapping mode. They will be routed to `logs-${data_stream.dataset}-${data_stream.namespace}` if `traces_dynamic_index::enabled` is `true`. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Updated exporter tests **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for 9a31997 - Browse repository at this point
Copy the full SHA 9a31997View commit details -
[opampsupervisor] Add HealthCheckPort configuration parameter (#34704)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Add a new configuration parameter to `agent` called `health_check_port`. If this is set, then the supervisor will configure the agent's healthcheck extension to use the given port. If it is unset, then we will grab a random port same as before. **Link to tracking Issue:** #34643 **Testing:** <Describe what testing was performed and which tests were added.> - Updated config validation tests - Verified that healthcheck extension is configured with the correct port and works as expected
Configuration menu - View commit details
-
Copy full SHA for a4393cb - Browse repository at this point
Copy the full SHA a4393cbView commit details -
[pkg/ottl]: Add Sort converter (#34283)
**Description:** <Describe what has changed.> Add `Sort` function to sort array to ascending order or descending order `Sort(target, Optional[order])` The Sort Converter preserves the data type of the original elements while sorting. The behavior varies based on the types of elements in the target slice: | Element Types | Sorting Behavior | Return Value | |---------------|-------------------------------------|--------------| | Integers | Sorts as integers | Sorted array of integers | | Doubles | Sorts as doubles | Sorted array of doubles | | Integers and doubles | Converts all to doubles, then sorts | Sorted array of integers and doubles | | Strings | Sorts as strings | Sorted array of strings | | Booleans | Converts all to strings, then sorts | Sorted array of booleans | | Mix of integers, doubles, booleans, and strings | Converts all to strings, then sorts | Sorted array of mixed types | | Any other types | N/A | Returns an error | Examples: - `Sort(attributes["device.tags"])` - `Sort(attributes["device.tags"], "desc")` **Link to tracking Issue:** <Issue number if applicable> #34200 **Testing:** <Describe what testing was performed and which tests were added.> - Unit tests - E2E tests **Documentation:** <Describe the documentation added.> readme for Sort function --------- Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e0e6489 - Browse repository at this point
Copy the full SHA e0e6489View commit details -
[chore] update module github.com/google/go-github/v63 to v64 (#35016)
**Description:** supersedes #34881
Configuration menu - View commit details
-
Copy full SHA for 6e5fd62 - Browse repository at this point
Copy the full SHA 6e5fd62View commit details -
Update All github.com/aws packages (#34964)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.15` -> `v1.17.16` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.15/v1.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.15/v1.17.16?slim=true)](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.60.1` -> `v1.61.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.60.1/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.60.1/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 2bc5b37 - Browse repository at this point
Copy the full SHA 2bc5b37View commit details -
[chore]: enable error-is-as rule from testifylint (#34995)
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [error-is-as](https://github.com/Antonboom/testifylint?tab=readme-ov-file#error-is-as) rule from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0055e6e - Browse repository at this point
Copy the full SHA 0055e6eView commit details -
fix(deps): update module github.com/rs/cors to v1.11.1 (#34969)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/rs/cors](https://redirect.github.com/rs/cors) | `v1.11.0` -> `v1.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frs%2fcors/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frs%2fcors/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frs%2fcors/v1.11.0/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frs%2fcors/v1.11.0/v1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rs/cors (github.com/rs/cors)</summary> ### [`v1.11.1`](https://redirect.github.com/rs/cors/compare/v1.11.0...v1.11.1) [Compare Source](https://redirect.github.com/rs/cors/compare/v1.11.0...v1.11.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 85a2f4f - Browse repository at this point
Copy the full SHA 85a2f4fView commit details -
Update module google.golang.org/api to v0.195.0 (#34977)
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.194.0` -> `v0.195.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.195.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.195.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.194.0/v0.195.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.194.0/v0.195.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.195.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.195.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.194.0...v0.195.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2750](https://redirect.github.com/googleapis/google-api-go-client/issues/2750)) ([6bdae51](https://redirect.github.com/googleapis/google-api-go-client/commit/6bdae51c0ef535dcba79f6299f1b6040c189a155)) - **all:** Auto-regenerate discovery clients ([#​2752](https://redirect.github.com/googleapis/google-api-go-client/issues/2752)) ([5b1ebe2](https://redirect.github.com/googleapis/google-api-go-client/commit/5b1ebe2dd1516dfe42e73205992f741a885658da)) - **all:** Auto-regenerate discovery clients ([#​2753](https://redirect.github.com/googleapis/google-api-go-client/issues/2753)) ([70a68c2](https://redirect.github.com/googleapis/google-api-go-client/commit/70a68c2fb4fb4f05a35c726109b0d8087cf6e572)) - **all:** Auto-regenerate discovery clients ([#​2755](https://redirect.github.com/googleapis/google-api-go-client/issues/2755)) ([3f3bd66](https://redirect.github.com/googleapis/google-api-go-client/commit/3f3bd668270c5baff4e058dd572ba85cd12ead4d)) - **all:** Auto-regenerate discovery clients ([#​2756](https://redirect.github.com/googleapis/google-api-go-client/issues/2756)) ([e907e01](https://redirect.github.com/googleapis/google-api-go-client/commit/e907e01d29910f6480adcfa4054cfc9809fb36fe)) - **all:** Auto-regenerate discovery clients ([#​2759](https://redirect.github.com/googleapis/google-api-go-client/issues/2759)) ([04cbad8](https://redirect.github.com/googleapis/google-api-go-client/commit/04cbad81acfcb65b90194782cc369506febd854f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb329f4 - Browse repository at this point
Copy the full SHA eb329f4View commit details -
[extension/healthcheckv2] Update readme to reflect current status (#3…
…4913) There was a warning added to the readme indicating that the health check v2 extension was not ready for use. This was added because the extension was sliced up into a number of smaller PRs that were incrementally reviewed and merged. That process finished a while ago, but was followed by a component status refactor on core. Now that that work is complete, the extension is available for experimentation purposes for those who want to build a custom collector binary. This PR updates the readme to reflect the current status of the extension.
Configuration menu - View commit details
-
Copy full SHA for 0bcac4b - Browse repository at this point
Copy the full SHA 0bcac4bView commit details -
[connector/servicegraph] Fix histogram metrics miss unit (#34511)
I found the servicegraph histogram metrics missing unit. This PR will add a proper unit to metrics like [spanmetrics connector does.]( metric.SetUnit(p.config.Histogram.Unit.String())) Signed-off-by: Murphy Chen <minquan.chen@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for 562c01d - Browse repository at this point
Copy the full SHA 562c01dView commit details -
OTel-Arrow exporter timeout propagation (#34733)
**Description:** Exporter side of open-telemetry/otel-arrow#227. The receiver side is #34742. **Link to tracking Issue:** open-telemetry/otel-arrow#227 **Testing:** Adds a test for the expected metadata propagation. **Documentation:** Since this is expected of gRPC receivers, no docs are changed.
Configuration menu - View commit details
-
Copy full SHA for 6eaf284 - Browse repository at this point
Copy the full SHA 6eaf284View commit details -
[receiver/skywalking] add receiver supports version (#34916)
**Link to tracking Issue:** #34902 (comment)
Configuration menu - View commit details
-
Copy full SHA for 9ad4ae3 - Browse repository at this point
Copy the full SHA 9ad4ae3View commit details -
[exporter/prometheusremotewriteexporter]chore: log warning about remo…
…te_write_queue.num_consumers being a no-op (#34993) **Description:** This PR documents and adds a warning log if remote_write_queue.num_consumers is set in the prometheusremotewriteexporter's config. Current behavior already doesn't use the configuration for anything, more information can be found in open-telemetry/opentelemetry-collector#2949 **Link to tracking Issue:** Related to #34229 (not a fix) Should we skip changelog here? Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52b6807 - Browse repository at this point
Copy the full SHA 52b6807View commit details -
[chore]: enable expected-actual rule from testifylint (#34998)
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [expected-actual](https://github.com/Antonboom/testifylint?tab=readme-ov-file#expected-actual) rule from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 145145c - Browse repository at this point
Copy the full SHA 145145cView commit details -
[pkg/ottl] Add
Decode
function (#33942)**Description:** This PR adds a `Decode` function that accepts a string or byte array, and a encoding name as an input and transforms it to UTF-8 **Link to tracking Issue:** #32493 **Testing:** Added unit and e2e tests **Documentation:** Added an entry in the readme to describe the new function --------- Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com> Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a733b01 - Browse repository at this point
Copy the full SHA a733b01View commit details -
[chore] Fix Supervisor test on Windows (#35035)
Fixes an issue where YAML values need to be carefully quoted or Windows paths are interpreted as escaped values. Also unquote the port number since I think it will be unquoted in most user configs. **Link to tracking Issue:** #35033
Configuration menu - View commit details
-
Copy full SHA for 97533e6 - Browse repository at this point
Copy the full SHA 97533e6View commit details -
[chore] Share encoding overrides (#35029)
**Description:** Follow up to #33942. I'd like to share the exact override key strings so that they don't get out of sync. Maybe this is too much effort, but wanted to discuss It looks like there is some more reuse between textutils and stanza, but that could be done in a separate PR.
Configuration menu - View commit details
-
Copy full SHA for 93a6bd9 - Browse repository at this point
Copy the full SHA 93a6bd9View commit details -
[chore] update logging to debug exporter (#35030)
logging exporter is going away, removing the reference to it in the documentation --------- Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 55482cb - Browse repository at this point
Copy the full SHA 55482cbView commit details -
[receiver/googlecloudmonitoringreceiver] Transform GCP Timeseries Dat…
…a to OTel Metrics Conversion Pipeline (#34677) **Description:** Transform GCP Timeseries Data to OTel Metrics Pipeline by establishing a client connection to the Google Cloud Monitoring API. This PR scrapes timeseries data based on configured metrics and converts it into the OpenTelemetry format for pipeline processing. **Link to tracking Issue:** #33762 **Testing:** No additional test cases were added. Existing tests cover the necessary functionality. **Documentation:** The **README.md** file was previously added and already includes relevant details about the component and the conversion process.
Configuration menu - View commit details
-
Copy full SHA for 7ec6396 - Browse repository at this point
Copy the full SHA 7ec6396View commit details
Commits on Sep 6, 2024
-
[receiver/sqlserver] Emit correct database name resource attribute (#…
…35038) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> As explained in the bug description, the receiver was incorrectly setting the database name resource attribute based on the first row returned from the query. The returned rows may have different database names, which means metrics were being labeled as being from the wrong database. **Link to tracking Issue:** <Issue number if applicable> Fixes #35036 **Testing:** <Describe what testing was performed and which tests were added.> Updated tests for new expected resource metrics. View changed `testdata/` files to see changed output.
Configuration menu - View commit details
-
Copy full SHA for e9b835f - Browse repository at this point
Copy the full SHA e9b835fView commit details -
[exporter/elasticsearch] Workaround TSDB array dimension limitation f…
…or metrics OTel mode (#35009) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Elasticsearch TSDB does not support array dimensions. Workaround it by stringifying attribute array values in OTel mapping mode for metrics. Refactor to improve test code reuse. **Link to tracking Issue:** <Issue number if applicable> Fixes #35004 **Testing:** <Describe what testing was performed and which tests were added.> Added exporter test for otel mode logs, metrics and traces **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for abb7604 - Browse repository at this point
Copy the full SHA abb7604View commit details -
[connector/servicegraph] Extract the
getDimensionValue
function as ……a common function. (#34908) **Description:** refactoring getDimensionValue func as util func for spanmetricsconnector,servicegraphconnector,exceptionconnector common usage <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** #34627 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> --------- Signed-off-by: Jared Tan <jian.tan@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for d5595bb - Browse repository at this point
Copy the full SHA d5595bbView commit details -
Operators with silent errors will log errors as debug and won't retur…
…n an error (#35010) An operator configured with silent errors shouldn't log errors while processing log entries. **Description:** Operators that are expected to sometimes fail, can result in error logs that are quite verbose. This aims to address this issue by getting rid of error logs that the user wishes to silence (debug logs instead). By making sure no error is returned, there won't be any need to worry about other components logging error logs. **Link to tracking Issue:** [Issue #35008](#35008) **Testing:** Manually tested as this is a matter of logs.
Configuration menu - View commit details
-
Copy full SHA for f970421 - Browse repository at this point
Copy the full SHA f970421View commit details -
[internal/otelarrow] Fix test flake (for 34719) (#34889)
**Description:** Restore a skipped test, after understanding the nature of the problem. The problem was mostly addressed in #34794, which left the test disabled. The test had been flaky because while testing for an out-of-memory condition, the test could fail for timeout or other reason. To make the test more reliable, this now waits until at least one ArrowTraces span has been received by both components. After one span is available, it checks that the expected log messages are present on both sides. **Link to tracking Issue:** Fixes #34719. **Testing:** ✅ --------- Co-authored-by: Curtis Robert <crobert@splunk.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for af21ce7 - Browse repository at this point
Copy the full SHA af21ce7View commit details -
[pkg/ottl] Change grammar to support expressing statements context vi…
…a path names (#34875) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR is part of the #29017, and introduces the necessary OTTL Grammar/Parser changes to make it possible for statements express their context via path names. This first iteration changes the grammar to parse the first `path` segment as the `Context` name, for example, the path `foo.bar.field` would be parsed as the following AST example: `{Context: "foo", Fields: [{Name: "bar"}, {Name: "field"}]}`, instead of `{Fields: [{Name: "foo"},{Name: "bar"}, {Name: "field"}]}`. To make it non-breaking to all components during the transition time and development, this PR also changes the `ottl.Parser[k].newPath` function to, by default, fall this new behavior back to the previous one, using the grammar's parsed `Context` value as the first path segment (`Fields[0]`). Two new `Parser[K]` options were added, `WithPathContextNames` and `WithPathContextNameValidation`, The first option will be used to enable the statements context support, parsing the first path segment as Context when the value maches any configured context names, or falling it back otherwise. The second option will be used to enable the validation and turning off the backward compatible mode, raising an error when paths have no context prefix, or when it's invalid. For more details, please check the #29017 discussion out. **Link to tracking Issue:** #29017 **Testing:** - Unit tests **Documentation:** - No documentation changes were made at this point.
Configuration menu - View commit details
-
Copy full SHA for 642cc35 - Browse repository at this point
Copy the full SHA 642cc35View commit details -
[pkg/ottl] Add support for localized time parsing into the timeutils (#…
…34353) **Description:** <Describe what has changed.> Added support for localized time parsing into the `coreinternal/timeutils` package. The [tracking issue](#32977) is a following up to #32140, and the added function (`ParseLocalizedStrptime`) can be used later to [add locale support](#32978) to the ottl `Time` function. As discussed in the related issues, the plan is to have a similar support as implemented by the library [monday](https://github.com/goodsign/monday), making it possible to parse non-english time strings into `time.Time` objects. Elastic has built a new OSS library for that same purpose ([lunes](https://github.com/elastic/lunes)), that considering the discussed requirements, seems to be a better option than `monday`. Both libraries are just wrapper to the `time.Parse` and `time.ParseInLocation` features. They work by translating the foreign language value to English before calling the standard parsing functions. The main `lunes` differences are: 1 - Performance is considerably better, ~13x faster for complete .Parse operations: ``` BenchmarkParseLunes-10 2707008 429.7 ns/op 220 B/op 5 allocs/op BenchmarkParseMonday-10 212086 5630 ns/op 3753 B/op 117 allocs/op BenchmarkParseInLocationLunes-10 2777323 429.4 ns/op 220 B/op 5 allocs/op BenchmarkParseInLocationMonday-10 210357 5596 ns/op 3754 B/op 117 allocs/op ``` Given `ParseLocalizedStrptime` uses `lunes.Translate` under the hood, its performance is similar to the existing `ParseStrptime`, adding an extra overhead of ~303 ns/op for translating the value before parsing: ``` BenchmarkTranslate-10 3591234 302.4 ns/op 220 B/op 5 allocs/op ``` ``` BenchmarkParseLocalizedStrptime-10 821572 1405 ns/op 429 B/op 9 allocs/op BenchmarkParseStrptime-10 1000000 1082 ns/op 186 B/op 6 allocs/op ``` 2 - Translations are based on the [CLDR](https://cldr.unicode.org/) project, and it does support 900+ locales (vs 45+), including locales in draft stage. Those lunes translations are [generated](https://github.com/elastic/lunes/blob/main/generator.go) from a CLDR core file, and does not require manually changes. 3 - Replicates all the relevant standard `time.format_test.go` test cases, parsing foreign language values with and without layout replacements in all available locales and supported layouts (https://github.com/elastic/lunes/blob/main/lunes_test.go#L154). 4 - It is actively maintained (hosted under elastic repo). **Link to tracking Issue:** #32977 **Testing:** - Added unit tests For now, the only way of manually testing this functionality is by invoking the `ParseLocalizedStrptime` function manually through tests. **Documentation:**
Configuration menu - View commit details
-
Copy full SHA for 25cb194 - Browse repository at this point
Copy the full SHA 25cb194View commit details -
[processor/transform] introduce aggregate_on_attribute_value function…
Configuration menu - View commit details
-
Copy full SHA for 95ff5f2 - Browse repository at this point
Copy the full SHA 95ff5f2View commit details -
[chore] go version 1.22.6 -> 1.22.7 (#35059)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> The goal here is to resolve warnings about [GO-2024-3106](https://pkg.go.dev/vuln/GO-2024-3106). Simply replacing all references from `1.22.6` -> `1.22.7`
Configuration menu - View commit details
-
Copy full SHA for 14aa57a - Browse repository at this point
Copy the full SHA 14aa57aView commit details -
Use OTel-Arrow v0.26.0 (#35057)
**Description:** There are no real changes here, except keeping up with collector dependencies. otel-arrow/v0.26.0 removes all the code that now resides in this repo's `internal/otelarrow` module.
Configuration menu - View commit details
-
Copy full SHA for 8c08765 - Browse repository at this point
Copy the full SHA 8c08765View commit details -
fix(deps): update module github.com/tencentcloud/tencentcloud-sdk-go/…
…tencentcloud/common to v1.0.995 (#34972) 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.991` -> `v1.0.995` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.995?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.995?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.991/v1.0.995?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.991/v1.0.995?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary> ### [`v1.0.995`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10995) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.994...v1.0.995) #### 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28 ##### 第 25 次发布 发布时间:2024-09-04 01:13:34 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateBackUpSchedule](https://cloud.tencent.com/document/api/1387/109543) - 新增入参:InstanceId, OperationType, ScheduleName, ScheduleInfo, UpdateStatus, CosBucket 新增数据结构: - [ScheduleInfo](https://cloud.tencent.com/document/api/1387/102385#ScheduleInfo) #### 流计算 Oceanus(oceanus) 版本:2019-04-22 ##### 第 62 次发布 发布时间:2024-09-04 01:54:37 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DeleteJobs](https://cloud.tencent.com/document/api/849/76834) - 新增入参:JobNames #### SSL 证书(ssl) 版本:2019-12-05 ##### 第 66 次发布 发布时间:2024-09-04 02:03:03 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CheckCertificateDomainVerification](https://cloud.tencent.com/document/api/400/110688) 新增数据结构: - [DomainValidationResult](https://cloud.tencent.com/document/api/400/41679#DomainValidationResult) #### 高性能计算平台(thpc) 版本:2023-03-21 ##### 第 17 次发布 发布时间:2024-09-04 02:14:20 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateWorkspaces](https://cloud.tencent.com/document/api/1527/110698) 新增数据结构: - [SpaceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#SpaceChargePrepaid) - [SpaceDataDisk](https://cloud.tencent.com/document/api/1527/89579#SpaceDataDisk) - [SpaceInternetAccessible](https://cloud.tencent.com/document/api/1527/89579#SpaceInternetAccessible) - [SpacePlacement](https://cloud.tencent.com/document/api/1527/89579#SpacePlacement) - [SpaceSystemDisk](https://cloud.tencent.com/document/api/1527/89579#SpaceSystemDisk) - [SpaceVirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#SpaceVirtualPrivateCloud) - [TagSpecification](https://cloud.tencent.com/document/api/1527/89579#TagSpecification) #### 高性能计算平台(thpc) 版本:2022-04-01 #### 高性能计算平台(thpc) 版本:2021-11-09 ### [`v1.0.994`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10994) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.993...v1.0.994) #### 音频内容安全(ams) 版本:2020-12-29 ##### 第 12 次发布 发布时间:2024-09-03 01:07:31 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755) - 新增出参:HitFlag, Score #### 音频内容安全(ams) 版本:2020-06-08 #### 语音识别(asr) 版本:2019-06-14 ##### 第 39 次发布 发布时间:2024-09-02 01:09:58 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110576) - [DeleteAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110575) - [GetAsrKeyWordLibList](https://cloud.tencent.com/document/api/1093/110574) - [UpdateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110573) 新增数据结构: - [KeyWordLib](https://cloud.tencent.com/document/api/1093/37824#KeyWordLib) - [KeyWordLibIdData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibIdData) - [KeyWordLibListData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibListData) ##### 第 38 次发布 发布时间:2024-08-30 01:05:12 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823) - 新增入参:KeyWordLibIdList 新增数据结构: - [KeyWordResult](https://cloud.tencent.com/document/api/1093/37824#KeyWordResult) 修改数据结构: - [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail) - 新增成员:KeyWordResults #### 商业智能分析 BI(bi) 版本:2022-01-05 ##### 第 13 次发布 发布时间:2024-08-30 01:06:02 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo) - 新增成员:DbTypeName #### 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28 ##### 第 24 次发布 发布时间:2024-09-02 01:18:49 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441) - 新增入参:InstanceId, ApiType, UserName - 新增出参:ReturnData, ErrorMsg #### 混沌演练平台(cfg) 版本:2021-08-20 ##### 第 18 次发布 发布时间:2024-09-03 01:21:59 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775) - 新增入参:Issue 新增数据结构: - [TaskOrg](https://cloud.tencent.com/document/api/1500/71784#TaskOrg) 修改数据结构: - [ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType) - 新增成员:ObjectPlatformName, ObjectSupportType - [Task](https://cloud.tencent.com/document/api/1500/71784#Task) - 新增成员:TaskPlanStartTime, TaskPlanEndTime, TaskOrg, TaskIssue - [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo) - 新增成员:ArchiveStage, ArchiveTime #### 云防火墙(cfw) 版本:2019-09-04 ##### 第 62 次发布 发布时间:2024-09-03 01:22:43 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DeleteRemoteAccessDomain](https://cloud.tencent.com/document/api/1132/110599) #### 消息队列 CKafka 版(ckafka) 版本:2019-08-19 ##### 第 107 次发布 发布时间:2024-09-02 01:21:22 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553) - 新增入参:Tags - [CreatePostPaidInstance](https://cloud.tencent.com/document/api/597/94259) - 新增入参:Tags - [DeleteRouteTriggerTime](https://cloud.tencent.com/document/api/597/60878) - 新增入参:InstanceId #### 负载均衡(clb) 版本:2018-03-17 ##### 第 110 次发布 发布时间:2024-09-03 01:25:28 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [LoadBalancerDetail](https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail) - 新增成员:AttributeFlags, SlaType, Exclusive ##### 第 109 次发布 发布时间:2024-09-02 01:22:20 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateListener](https://cloud.tencent.com/document/api/214/30693) - 新增入参:FullEndPorts #### TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07 ##### 第 102 次发布 发布时间:2024-09-03 01:35:21 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeServerlessStrategy](https://cloud.tencent.com/document/api/1003/110601) - [ModifyServerlessStrategy](https://cloud.tencent.com/document/api/1003/110600) #### 运维安全中心(堡垒机)(dasb) 版本:2019-10-18 ##### 第 29 次发布 发布时间:2024-08-30 01:26:40 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateResource](https://cloud.tencent.com/document/api/1025/100130) - 新增入参:Trial #### 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27 ##### 第 32 次发布 发布时间:2024-09-03 01:38:02 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem) - <font color="#dd0000">**修改成员**:</font>Timestamp, SqlText, Database, UserName, UserHost, QueryTime, LockTime, RowsExamined, RowsSent #### 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16 #### 专线接入(dc) 版本:2018-04-10 ##### 第 27 次发布 发布时间:2024-09-02 01:33:14 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateDirectConnect](https://cloud.tencent.com/document/api/216/34829) - 新增入参:Tags - [CreateDirectConnectTunnel](https://cloud.tencent.com/document/api/216/19821) - 新增入参:Tags 修改数据结构: - [DirectConnect](https://cloud.tencent.com/document/api/216/18418#DirectConnect) - 新增成员:Construct, AccessPointName #### TDSQL MySQL 版(dcdb) 版本:2018-04-11 ##### 第 71 次发布 发布时间:2024-09-03 01:39:09 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeDCDBBinlogTime](https://cloud.tencent.com/document/api/557/110602) #### 弹性 MapReduce(emr) 版本:2019-01-03 ##### 第 73 次发布 发布时间:2024-08-30 01:34:26 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534) #### Elasticsearch Service(es) 版本:2018-04-16 ##### 第 67 次发布 发布时间:2024-09-03 01:47:13 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [InstallInstanceModel](https://cloud.tencent.com/document/api/845/110603) #### 腾讯电子签(基础版)(essbasic) 版本:2021-05-26 ##### 第 181 次发布 发布时间:2024-09-03 01:49:10 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068) 修改数据结构: - [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig) - [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo) - [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo) #### 腾讯电子签(基础版)(essbasic) 版本:2020-12-22 #### 智能视图计算平台(iss) 版本:2023-05-17 ##### 第 18 次发布 发布时间:2024-09-02 01:50:45 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932) - 新增入参:Expires, IsSupportG711 #### 大模型知识引擎(lke) 版本:2023-11-30 ##### 第 15 次发布 发布时间:2024-08-30 01:50:11 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateQA](https://cloud.tencent.com/document/api/1759/105037) - 新增入参:SimilarQuestions - [DescribeQA](https://cloud.tencent.com/document/api/1759/105098) - 新增出参:SimilarQuestions - [ModifyQA](https://cloud.tencent.com/document/api/1759/105025) - 新增入参:SimilarQuestionModify 新增数据结构: - [SimilarQuestion](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestion) - [SimilarQuestionModify](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestionModify) 修改数据结构: - [ListQaItem](https://cloud.tencent.com/document/api/1759/105104#ListQaItem) - 新增成员:ExpireStart, ExpireEnd, AttrRange, AttrLabels, SimilarQuestionNum #### 云数据库 MariaDB(mariadb) 版本:2017-03-12 ##### 第 64 次发布 发布时间:2024-09-03 02:06:45 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeBinlogTime](https://cloud.tencent.com/document/api/237/110604) #### 流计算 Oceanus(oceanus) 版本:2019-04-22 ##### 第 61 次发布 发布时间:2024-09-03 02:13:22 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster) - 新增成员:MemRatio #### 文字识别(ocr) 版本:2018-11-19 ##### 第 148 次发布 发布时间:2024-08-30 01:56:46 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**预下线接口**:</font> - CreateAIFormTask - GetTaskState #### 消息队列 TDMQ(tdmq) 版本:2020-02-17 ##### 第 123 次发布 发布时间:2024-09-03 02:33:30 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [PulsarProClusterSpecInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterSpecInfo) - 新增成员:MaxPartitions ##### 第 122 次发布 发布时间:2024-08-30 02:12:31 本次发布包含了以下内容: 改善已有的文档。 新增数据结构: - [ClientSubscriptionInfo](https://cloud.tencent.com/document/api/1179/46089#ClientSubscriptionInfo) 修改数据结构: - [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription) - 新增成员:ClientSubscriptionInfos #### 容器服务(tke) 版本:2022-05-01 #### 容器服务(tke) 版本:2018-05-25 ##### 第 177 次发布 发布时间:2024-09-03 02:38:45 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903) - 新增入参:ClusterType #### 消息队列 RocketMQ 版(trocket) 版本:2023-03-08 ##### 第 20 次发布 发布时间:2024-08-30 02:18:52 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) - 新增成员:ClusterIdV4, NamespaceV4, ConsumerGroupV4, FullNamespaceV4 #### 私有网络(vpc) 版本:2017-03-12 ##### 第 203 次发布 发布时间:2024-09-03 02:49:57 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70290) - 新增入参:Tags - [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289) - 新增入参:Tags #### 数据开发治理平台 WeData(wedata) 版本:2021-08-20 ##### 第 106 次发布 发布时间:2024-08-29 20:07:34 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeTablePartitions](https://cloud.tencent.com/document/api/1267/110533) 新增数据结构: - [TablePartition](https://cloud.tencent.com/document/api/1267/76336#TablePartition) ### [`v1.0.993`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10993) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.992...v1.0.993) #### 云数据库 MySQL(cdb) 版本:2017-03-20 ##### 第 165 次发布 发布时间:2024-08-29 01:15:53 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110469) - [SubmitInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110468) 修改接口: - [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870) - 新增入参:IgnoreErrKeyword #### 负载均衡(clb) 版本:2018-03-17 ##### 第 108 次发布 发布时间:2024-08-29 01:22:27 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer) - 新增成员:Exclusive #### 运维安全中心(堡垒机)(dasb) 版本:2019-10-18 ##### 第 28 次发布 发布时间:2024-08-29 01:32:05 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [BindDeviceResource](https://cloud.tencent.com/document/api/1025/74792) - <font color="#dd0000">**修改入参**:</font>ResourceId 修改数据结构: - [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource) - 新增成员:Trial #### 邮件推送(ses) 版本:2020-10-02 ##### 第 23 次发布 发布时间:2024-08-29 02:08:44 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776) - 新增出参:TotalCount, ValidCount, TooLongCount, EmptyEmailCount, RepeatCount - [ListReceiverDetails](https://cloud.tencent.com/document/api/1288/97935) - 新增入参:CreateTimeBegin, CreateTimeEnd, Status - 新增出参:ValidCount, InvalidCount 修改数据结构: - [ReceiverData](https://cloud.tencent.com/document/api/1288/51053#ReceiverData) - 新增成员:InvalidCount - [ReceiverDetail](https://cloud.tencent.com/document/api/1288/51053#ReceiverDetail) - 新增成员:Reason, Status, EmailId ### [`v1.0.992`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10992) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.991...v1.0.992) #### 云数据库 MySQL(cdb) 版本:2017-03-20 ##### 第 164 次发布 发布时间:2024-08-28 01:13:03 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeDBInstances](https://cloud.tencent.com/document/api/236/15872) - 新增入参:QueryClusterInfo 新增数据结构: - [ClusterInfo](https://cloud.tencent.com/document/api/236/15878#ClusterInfo) 修改数据结构: - [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo) - 新增成员:ClusterInfo #### 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28 ##### 第 23 次发布 发布时间:2024-08-28 01:16:40 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441) - 新增入参:DatabaseName, TableName #### 负载均衡(clb) 版本:2018-03-17 ##### 第 107 次发布 发布时间:2024-08-28 01:20:56 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ModifyRule](https://cloud.tencent.com/document/api/214/30679) - 新增入参:OAuth 新增数据结构: - [OAuth](https://cloud.tencent.com/document/api/214/30694#OAuth) 修改数据结构: - [RuleOutput](https://cloud.tencent.com/document/api/214/30694#RuleOutput) - 新增成员:OAuth #### 云安全一体化平台(csip) 版本:2022-11-21 ##### 第 44 次发布 发布时间:2024-08-28 01:24:29 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821) - 新增出参:ProtectStatusList 修改数据结构: - [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo) - 新增成员:ProcessName, PID, PodName, PodID, Response, SystemCall, Verb, LogID, Different, EventType, Description, TargetAddress, MaliciousRequestDomain, RuleType, RequestURI, RequestUser, RequestObject, ResponseObject, FileType, TIType, SourceIP - [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo) - 新增成员:LogType, LogSearch - [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO) - 新增成员:ProtectStatus, OfflineTime - [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo) - 新增成员:ContainerName, ContainerID #### TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07 ##### 第 101 次发布 发布时间:2024-08-28 01:30:54 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [OpenClusterReadOnlyInstanceGroupAccess](https://cloud.tencent.com/document/api/1003/95782) - 新增入参:ClusterId, Port, SecurityGroupIds - 新增出参:FlowId #### 腾讯混元大模型(hunyuan) 版本:2023-09-01 ##### 第 18 次发布 发布时间:2024-08-28 11:17:28 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [QueryHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110429) - [SubmitHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110428) 新增数据结构: - [History](https://cloud.tencent.com/document/api/1729/101838#History) #### 集团账号管理(organization) 版本:2021-03-31 ##### 第 37 次发布 发布时间:2024-08-28 02:12:13 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [SendOrgMemberAccountBindEmail](https://cloud.tencent.com/document/api/850/110373) #### 集团账号管理(organization) 版本:2018-12-25 #### 云函数(scf) 版本:2018-04-16 ##### 第 66 次发布 发布时间:2024-08-28 02:17:22 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [LayerVersionInfo](https://cloud.tencent.com/document/api/583/17244#LayerVersionInfo) - 新增成员:Tags - <font color="#dd0000">**修改成员**:</font>CompatibleRuntimes, AddTime, Description, LicenseInfo, Status, Stamp #### 消息队列 TDMQ(tdmq) 版本:2020-02-17 ##### 第 121 次发布 发布时间:2024-08-28 02:30:19 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [PulsarProClusterInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterInfo) - 新增成员:ExpireTime #### 文本内容安全(tms) 版本:2020-12-29 ##### 第 11 次发布 发布时间:2024-08-27 10:28:06 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**删除接口**:</font> - AnswerQuestion #### 文本内容安全(tms) 版本:2020-07-13 #### 数据开发治理平台 WeData(wedata) 版本:2021-08-20 ##### 第 105 次发布 发布时间:2024-08-28 02:52:24 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api/1267/110377) - [DescribePendingSubmitTaskList](https://cloud.tencent.com/document/api/1267/110376) - [DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110375) - [GetCosToken](https://cloud.tencent.com/document/api/1267/110379) - [JudgeResourceFile](https://cloud.tencent.com/document/api/1267/110378) - [RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110374) 新增数据结构: - [AiOpsEventListenerDTO](https://cloud.tencent.com/document/api/1267/76336#AiOpsEventListenerDTO) - [AiopsDLCResourceConfigDto](https://cloud.tencent.com/document/api/1267/76336#AiopsDLCResourceConfigDto) - [AiopsScriptInfo](https://cloud.tencent.com/document/api/1267/76336#AiopsScriptInfo) - [AiopsSimpleTaskDto](https://cloud.tencent.com/document/api/1267/76336#AiopsSimpleTaskDto) - [BatchResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchResultDs) - [BatchTaskOperateNew](https://cloud.tencent.com/document/api/1267/76336#BatchTaskOperateNew) - [CosTokenResponse](https://cloud.tencent.com/document/api/1267/76336#CosTokenResponse) - [DescribePendingSubmitTaskInfo](https://cloud.tencent.com/document/api/1267/76336#DescribePendingSubmitTaskInfo) - [ExtResourceFlagDto](https://cloud.tencent.com/document/api/1267/76336#ExtResourceFlagDto) - [ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs) - [TaskSubmitPreCheckDetailInfo](https://cloud.tencent.com/document/api/1267/76336#TaskSubmitPreCheckDetailInfo) - [WorkflowScheduleDtoDs](https://cloud.tencent.com/document/api/1267/76336#WorkflowScheduleDtoDs) 修改数据结构: - [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto) - 新增成员:TaskExtInfo, EventListenerInfos, ScriptInfo, DLCResourceConfig, ParentTaskInfos, ExtResourceFlag </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 0e2bea5 - Browse repository at this point
Copy the full SHA 0e2bea5View commit details
Commits on Sep 9, 2024
-
Add admission_blocked span to otel-arrow admission controller (#35031)
**Description:** Adds a span to make admission controller-induced latency visible via traces. **Link to tracking Issue:** open-telemetry/otel-arrow#244 previous effort, I forgot I had moved this package to contrib. 😁 **Testing:** ✅
Configuration menu - View commit details
-
Copy full SHA for 237a96b - Browse repository at this point
Copy the full SHA 237a96bView commit details -
[chore] Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 in …
…/cmd/otelcontribcol (#35062) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This re-applies #34991 (with the additional dep bump in the `awscontainerinsights` receiver). It looks like the `runc` dependency was downgraded in #35019, but I'm not sure if the downgrade was **required** there. This should resolve a [failing CI/CD action](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10745988978/job/29806095602#step:6:391) on `main`. --------- Co-authored-by: Sean Marciniak <30928402+MovieStoreGuy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be7ddc3 - Browse repository at this point
Copy the full SHA be7ddc3View commit details -
[receiver/kafkareceiver] Add encoding extensions support (#33888)
**Description:** Add support for encoding extensions in the kafkareceiver <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.--> To be able to use encoding extensions this PR adds extension support and proposes to rename the existing `encoding` configuration property to `format` and reusing the `encoding` property for configuring encoding extensions. Reason is to be consistent with other receivers/exporters like the `fileexporter` that already support extensions. **Link to tracking Issue:** n/a **Testing:** Tested with the existing avro_log_encoding extension as well with receivers internal json encoding. **Documentation:**: Updated README.md within the receiver describing the use of encoding extensions.
Configuration menu - View commit details
-
Copy full SHA for cc5889d - Browse repository at this point
Copy the full SHA cc5889dView commit details -
[chore] [receiver/datadog] Add support for Service Checks (#34474)
Description: This PR adds support for Datadog Service Checks. Follow up of #33631 , #33957 and #34180. The full version of the code can be found in the cedwards/datadog-metrics-receiver-full branch, or in Grafana Alloy: https://github.com/grafana/alloy/tree/main/internal/etc/datadogreceiver Link to tracking Issue: #18278 Testing: Unit tests, as well as an end-to-end test, have been added. --------- Signed-off-by: alexgreenbank <alex.greenbank@grafana.com> Co-authored-by: Carrie Edwards <edwrdscarrie@gmail.com> Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Configuration menu - View commit details
-
Copy full SHA for 45ffc03 - Browse repository at this point
Copy the full SHA 45ffc03View commit details -
[receiver/datadog] Add support for sketches (#34662)
**Description:** This PR adds support for translating Datadog sketches into Exponential Histograms. Follow up of #33631, #33957 and #34180. The full version of the code can be found in the `cedwards/datadog-metrics-receiver-full` branch, or in Grafana Alloy: https://github.com/grafana/alloy/tree/main/internal/etc/datadogreceiver **Link to tracking Issue:** #18278 **Testing:** Unit tests, as well as an end-to-end test, have been added. --------- Signed-off-by: Federico Torres <federico.torres@grafana.com> Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> Co-authored-by: Federico Torres <federico.sa.torres@gmail.com> Co-authored-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 5e26464 - Browse repository at this point
Copy the full SHA 5e26464View commit details -
Marking instanaexporter module as deprecated (#35052)
**Description:** <Describe what has changed.> Follow #18503, Marking instanaexporter module as deprecated. **Link to tracking Issue:** #34994 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Signed-off-by: Murphy Chen <minquan.chen@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for f81fd7a - Browse repository at this point
Copy the full SHA f81fd7aView commit details -
[chore] Fix flakiness of tests on Windows requiring ports in the dyna…
…mic range (#35061) **Description:** The need for this was noticed due to the following CI failures on the `receiver/opencensus` lifecycle tests: * https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10723100311/job/29735640887#step:6:619 * https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10725662745/job/29744029983#step:6:318 The default port used by the `opencensusreceiver` is in a range that Windows machines can excluded, or reserved to other services via the `WinNAT` service. This change adds a PowerShell script to release the default ports for the `opencensusreceiver` (55678) and the `zpagesextension` (55679) on the Windows GH workflows. While this was affecting only the `opencensusreceiver` at this time, the cost of running this script is small, less than 5s, and later we can easly add other ports if the need arrives. This was already added to the core repo via open-telemetry/opentelemetry-collector#10839 **Link to tracking Issue:** N/A **Testing:** CI **Documentation:** N/A
Configuration menu - View commit details
-
Copy full SHA for 248b8ec - Browse repository at this point
Copy the full SHA 248b8ecView commit details -
[exporter/datadog] Use correct hostname for logs in logs agent pipeli…
…ne (#35058) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Includes bug fix from DataDog/datadog-agent#28870. In gateway deployments using the logs agent feature gate, some logs may be associated with the hostname of the gateway collector instead of the host sending the logs. This fixes this issue by explicitly assigning the mapped log hostname. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Performed manual tests and added unit test. **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for 0ceefaa - Browse repository at this point
Copy the full SHA 0ceefaaView commit details -
[exporter/datadogexporter] Add support for custom log source (#35051)
**Description:** This PR updates `github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter` to include commit: DataDog/datadog-agent@09b07eb. This adds support for setting a custom log source from resource attribute or log attribute `datadog.log.source`. **Link to tracking Issue:** <Issue number if applicable> **Testing:** Tested this locally by sending logs with attribute `datadog.log.source` and ensuring this was used as the source. **Documentation:** Updated datadog exporter README.
Configuration menu - View commit details
-
Copy full SHA for b3e952f - Browse repository at this point
Copy the full SHA b3e952fView commit details -
[chore] Update test expectation to include processorhelper metrics (#…
…35073) This updates collector modules and fixes a test that was broken by open-telemetry/opentelemetry-collector#10910 --------- Signed-off-by: Dan Jaglowski <jaglows3@gmail.com> Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd66ceb - Browse repository at this point
Copy the full SHA bd66cebView commit details
Commits on Sep 10, 2024
-
[chore] Fixing Prom Compliance tests (#35071)
**Description:** Ensuring prom tests directory is created.
Configuration menu - View commit details
-
Copy full SHA for 71ce97e - Browse repository at this point
Copy the full SHA 71ce97eView commit details