-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/cloudfoundryreceiver] Add support for traces #34173
[receiver/cloudfoundryreceiver] Add support for traces #34173
Commits on Oct 4, 2024
-
fix(deps): update all cloud.google.com/go packages (open-telemetry#35103
) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloud.google.com/go/monitoring](https://redirect.github.com/googleapis/google-cloud-go) | `v1.20.4` -> `v1.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fmonitoring/v1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/cloud.google.com%2fgo%2fmonitoring/v1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/cloud.google.com%2fgo%2fmonitoring/v1.20.4/v1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fmonitoring/v1.20.4/v1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cloud.google.com/go/pubsub](https://redirect.github.com/googleapis/google-cloud-go) | `v1.42.0` -> `v1.43.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fpubsub/v1.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/cloud.google.com%2fgo%2fpubsub/v1.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/cloud.google.com%2fgo%2fpubsub/v1.42.0/v1.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fpubsub/v1.42.0/v1.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa3313b - Browse repository at this point
Copy the full SHA fa3313bView commit details -
Update module github.com/daixiang0/gci to v0.13.5 (open-telemetry#35095)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/daixiang0/gci](https://redirect.github.com/daixiang0/gci) | `v0.13.4` -> `v0.13.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdaixiang0%2fgci/v0.13.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdaixiang0%2fgci/v0.13.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdaixiang0%2fgci/v0.13.4/v0.13.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdaixiang0%2fgci/v0.13.4/v0.13.5?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>daixiang0/gci (github.com/daixiang0/gci)</summary> ### [`v0.13.5`](https://redirect.github.com/daixiang0/gci/releases/tag/v0.13.5) [Compare Source](https://redirect.github.com/daixiang0/gci/compare/v0.13.4...v0.13.5) #### What's Changed - Add flag to allow multiple prefix() sections to not be automatically sorted by [@&open-telemetry#8203;DanWlker](https://redirect.github.com/DanWlker) in [https://github.com/daixiang0/gci/pull/210](https://redirect.github.com/daixiang0/gci/pull/210) - Update standard library list for go 1.23 by [@&open-telemetry#8203;silas](https://redirect.github.com/silas) in [https://github.com/daixiang0/gci/pull/214](https://redirect.github.com/daixiang0/gci/pull/214) #### New Contributors - [@&open-telemetry#8203;DanWlker](https://redirect.github.com/DanWlker) made their first contribution in [https://github.com/daixiang0/gci/pull/210](https://redirect.github.com/daixiang0/gci/pull/210) - [@&open-telemetry#8203;silas](https://redirect.github.com/silas) made their first contribution in [https://github.com/daixiang0/gci/pull/214](https://redirect.github.com/daixiang0/gci/pull/214) **Full Changelog**: daixiang0/gci@v0.13.4...v0.13.5 </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 <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b399d7 - Browse repository at this point
Copy the full SHA 9b399d7View commit details -
[exporter/doris] Second PR of New component: Doris Exporter (open-tel…
…emetry#34980) **Description:** Second PR of New component: Doris Exporter. Implementation of traces. **Link to tracking Issue:** open-telemetry#33479 **Testing:** **Documentation:**
Configuration menu - View commit details
-
Copy full SHA for f88e174 - Browse repository at this point
Copy the full SHA f88e174View commit details -
[filestorage] - update man page for strings (open-telemetry#35145)
This is a simple fix to make `check-links` workflow green. It returns `403 FORBIDDEN` while accessing https://linux.die.net/man/1/strings. Switching to https://man7.org/linux/man-pages/man1/strings.1.html fixes it
Configuration menu - View commit details
-
Copy full SHA for 46bad03 - Browse repository at this point
Copy the full SHA 46bad03View commit details -
[filestorage]: Provide an option to the user to create a directory (o…
…pen-telemetry#34985) **Description:** This PR introduces a new option that will create a directory for the user if it doesn't already exist. **Link to tracking Issue:** open-telemetry#34939 **Testing:** Added --------- Co-authored-by: Daniel Jaglowski <[email protected]> Co-authored-by: Andrzej Stencel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 226f121 - Browse repository at this point
Copy the full SHA 226f121View commit details -
[pkg/stanza] Clean up emitter shutdown (open-telemetry#35146)
Clean up emitter shutdown in stanza. Instead of using contexts for signaling shutdown, use an idiomatic close channel. We still have a bit of context usage, but that's required by the operator API, and is only used for cancelling a given entry, not for component shutdown. Follow up to open-telemetry#34638.
Configuration menu - View commit details
-
Copy full SHA for 48380ba - Browse repository at this point
Copy the full SHA 48380baView commit details -
[exporter/sapm] Add priority to pick token from context (open-telemet…
…ry#35123) Prioritize token in context when accesstokenpassthrough is enabled
Configuration menu - View commit details
-
Copy full SHA for ef01c49 - Browse repository at this point
Copy the full SHA ef01c49View commit details -
[exporter/kafkaexporter] Add encoding extensions support (open-teleme…
…try#34384) **Description:** Add support for encoding extensions in the kafkaexporter 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. Related to open-telemetry#33888 which adds encoding extension support in the `kafkareceiver`. **Link to tracking Issue:** n/a **Testing:** Tested via the following configuration. ``` receivers: kafka: brokers: - localhost:29092 encoding: json group_id: test1 topic: logs_in extensions: json_log_encoding: exporters: debug: verbosity: detailed kafka: brokers: - localhost:29092 encoding: json_log_encoding topic: json_out processors: batch: service: extensions: [json_log_encoding] pipelines: logs: receivers: [kafka] processors: [batch] exporters: [debug, kafka] telemetry: logs: level: "info" ``` Any json can be written to the `logs_in` topic and results be viewed in the `json_out` topic. When removing `encoding: json_log_encoding` the default format type is used and the output in `json_out` topic changes accordingly. **Documentation:** Updated README.md within the receiver describing the use of encoding extensions. Co-authored-by: Sean Marciniak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cfc84e - Browse repository at this point
Copy the full SHA 4cfc84eView commit details -
[exporter/datadog] Map deployment.environment.name to env (open-telem…
…etry#35147) **Description:** Map the new OTel semantic convention `deployment.environment.name` to `env`
Configuration menu - View commit details
-
Copy full SHA for 4c2d13d - Browse repository at this point
Copy the full SHA 4c2d13dView commit details -
[testbed] increase timeout values in large file tests (open-telemetry…
…#35054) See open-telemetry#35053 (comment) **Link to tracking Issue:** open-telemetry#35053
Configuration menu - View commit details
-
Copy full SHA for f7508ef - Browse repository at this point
Copy the full SHA f7508efView commit details -
Create pkg/datadog module (open-telemetry#35067)
**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 PR creates `pkg/datadog` package with configuration for DD Exporter and DD connector. The PR currently retains tests in `exporter/datadogexporter` & `connector/datadogconnector` . These will be remove along with the configuration in exporter & connector. --------- Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 098c6dd - Browse repository at this point
Copy the full SHA 098c6ddView commit details -
Fix: Ensure publisher does not include token in exported data (open-t…
…elemetry#35154) **Description:** This will ensure that tokens are not leaked through the event API. **Link to tracking Issue:** **Testing:** Updated the tests to ensure that the token isn't include in the final data.
Configuration menu - View commit details
-
Copy full SHA for 4b761f1 - Browse repository at this point
Copy the full SHA 4b761f1View commit details -
fix(deps): update opentelemetry-go monorepo (open-telemetry#35133)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.opentelemetry.io/otel](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.5.0` -> `v0.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploggrpc/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploggrpc/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploggrpc/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploggrpc/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.5.0` -> `v0.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploghttp/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploghttp/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploghttp/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploghttp/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetricgrpc/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetricgrpc/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetricgrpc/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetricgrpc/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetrichttp/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetrichttp/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetrichttp/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetrichttp/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/prometheus](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.51.0` -> `v0.52.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.51.0/v0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fprometheus/v0.51.0/v0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fstdout%2fstdoutmetric/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fstdout%2fstdoutmetric/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fstdout%2fstdoutmetric/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fstdout%2fstdoutmetric/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.5.0` -> `v0.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2flog/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2flog/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2flog/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2flog/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/metric](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fmetric/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fmetric/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fmetric/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fmetric/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/schema](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.0.8` -> `v0.0.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fschema/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fschema/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fschema/v0.0.8/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fschema/v0.0.8/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/sdk](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fsdk/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fsdk/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fsdk/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fsdk/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/sdk/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.5.0` -> `v0.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fsdk%2flog/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fsdk%2flog/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fsdk%2flog/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fsdk%2flog/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/sdk/metric](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fsdk%2fmetric/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/trace](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.29.0` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2ftrace/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2ftrace/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2ftrace/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2ftrace/v1.29.0/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)</summary> ### [`v1.30.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fb3a34 - Browse repository at this point
Copy the full SHA 0fb3a34View commit details -
[chore]: enable negative-positive rule from testifylint (open-telemet…
…ry#35046) #### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [negative-positive](https://github.com/Antonboom/testifylint?tab=readme-ov-file#negative-positive) rule from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e60b54 - Browse repository at this point
Copy the full SHA 7e60b54View commit details -
Update module github.com/getsentry/sentry-go to v0.29.0 (open-telemet…
…ry#35109) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/getsentry/sentry-go](https://redirect.github.com/getsentry/sentry-go) | `v0.28.1` -> `v0.29.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgetsentry%2fsentry-go/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgetsentry%2fsentry-go/v0.28.1/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.28.1/v0.29.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>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.29.0`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.29.0): 0.29.0 [Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.28.1...v0.29.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.29.0. ##### Breaking Changes - Remove the `sentrymartini` integration ([#&open-telemetry#8203;861](https://redirect.github.com/getsentry/sentry-go/pull/861)) - The `WrapResponseWriter` has been moved from the `sentryhttp` package to the `internal/httputils` package. If you've imported it previosuly, you'll need to copy the implementation in your project. ([#&open-telemetry#8203;871](https://redirect.github.com/getsentry/sentry-go/pull/871)) ##### Features - Add new convenience methods to continue a trace and propagate tracing headers for error-only use cases. ([#&open-telemetry#8203;862](https://redirect.github.com/getsentry/sentry-go/pull/862)) If you are not using one of our integrations, you can manually continue an incoming trace by using `sentry.ContinueTrace()` by providing the `sentry-trace` and `baggage` header received from a downstream SDK. ```go hub := sentry.CurrentHub() sentry.ContinueTrace(hub, r.Header.Get(sentry.SentryTraceHeader), r.Header.Get(sentry.SentryBaggageHeader)), ``` You can use `hub.GetTraceparent()` and `hub.GetBaggage()` to fetch the necessary header values for outgoing HTTP requests. ```go hub := sentry.GetHubFromContext(ctx) req, _ := http.NewRequest("GET", "http://localhost:3000", nil) req.Header.Add(sentry.SentryTraceHeader, hub.GetTraceparent()) req.Header.Add(sentry.SentryBaggageHeader, hub.GetBaggage()) ``` ##### Bug Fixes - Initialize `HTTPTransport.limit` if `nil` ([#&open-telemetry#8203;844](https://redirect.github.com/getsentry/sentry-go/pull/844)) - Fix `sentry.StartTransaction()` returning a transaction with an outdated context on existing transactions ([#&open-telemetry#8203;854](https://redirect.github.com/getsentry/sentry-go/pull/854)) - Treat `Proxy-Authorization` as a sensitive header ([#&open-telemetry#8203;859](https://redirect.github.com/getsentry/sentry-go/pull/859)) - Add support for the `http.Hijacker` interface to the `sentrynegroni` package ([#&open-telemetry#8203;871](https://redirect.github.com/getsentry/sentry-go/pull/871)) - Go version >= 1.23: Use value from `http.Request.Pattern` for HTTP transaction names when using `sentryhttp` & `sentrynegroni` ([#&open-telemetry#8203;875](https://redirect.github.com/getsentry/sentry-go/pull/875)) - Go version >= 1.21: Fix closure functions name grouping ([#&open-telemetry#8203;877](https://redirect.github.com/getsentry/sentry-go/pull/877)) ##### Misc - Collect `span` origins ([#&open-telemetry#8203;849](https://redirect.github.com/getsentry/sentry-go/pull/849)) </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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ac8977 - Browse repository at this point
Copy the full SHA 8ac8977View commit details -
Update module github.com/aliyun/aliyun-log-go-sdk to v0.1.83 (open-te…
…lemetry#35094) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aliyun/aliyun-log-go-sdk](https://redirect.github.com/aliyun/aliyun-log-go-sdk) | `v0.1.82` -> `v0.1.83` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.83?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.83?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.82/v0.1.83?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.82/v0.1.83?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>aliyun/aliyun-log-go-sdk (github.com/aliyun/aliyun-log-go-sdk)</summary> ### [`v0.1.83`](https://redirect.github.com/aliyun/aliyun-log-go-sdk/releases/tag/v0.1.83) [Compare Source](https://redirect.github.com/aliyun/aliyun-log-go-sdk/compare/v0.1.82...v0.1.83) ##### Feature - support ecs ram role credentials </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 <[email protected]> Co-authored-by: Curtis Robert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e124e50 - Browse repository at this point
Copy the full SHA e124e50View commit details -
Update module github.com/SAP/go-hdb to v1.12.1 (open-telemetry#35089)
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.12.0` -> `v1.12.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fSAP%2fgo-hdb/v1.12.1?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.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fSAP%2fgo-hdb/v1.12.0/v1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fSAP%2fgo-hdb/v1.12.0/v1.12.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>SAP/go-hdb (github.com/SAP/go-hdb)</summary> ### [`v1.12.1`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1121) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.12.0...v1.12.1) - updated dependencies - support of additional linter checks </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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c31992 - Browse repository at this point
Copy the full SHA 7c31992View commit details -
Update module github.com/jackc/pgx/v5 to v5.7.0 (open-telemetry#35110)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jackc/pgx/v5](https://redirect.github.com/jackc/pgx) | `v5.6.0` -> `v5.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjackc%2fpgx%2fv5/v5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjackc%2fpgx%2fv5/v5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjackc%2fpgx%2fv5/v5.6.0/v5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjackc%2fpgx%2fv5/v5.6.0/v5.7.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>jackc/pgx (github.com/jackc/pgx/v5)</summary> ### [`v5.7.0`](https://redirect.github.com/jackc/pgx/compare/v5.6.0...v5.7.0) [Compare Source](https://redirect.github.com/jackc/pgx/compare/v5.6.0...v5.7.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6eb40de - Browse repository at this point
Copy the full SHA 6eb40deView commit details -
fix(deps): update module google.golang.org/api to v0.197.0 (open-tele…
…metry#35113) 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.195.0` -> `v0.197.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.195.0/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.195.0/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.196.0` -> `v0.197.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.196.0/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.196.0/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.193.0` -> `v0.197.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.193.0/v0.197.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.193.0/v0.197.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.197.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.197.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.196.0...v0.197.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2770](https://redirect.github.com/googleapis/google-api-go-client/issues/2770)) ([07782e2](https://redirect.github.com/googleapis/google-api-go-client/commit/07782e2db0dc8432b659fb6b1392837a9a33d784)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2772](https://redirect.github.com/googleapis/google-api-go-client/issues/2772)) ([0c7c227](https://redirect.github.com/googleapis/google-api-go-client/commit/0c7c227b6d00a2f22de990156f2f75a3862f77a7)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2774](https://redirect.github.com/googleapis/google-api-go-client/issues/2774)) ([6476ddd](https://redirect.github.com/googleapis/google-api-go-client/commit/6476dddd4810be9b17e5692f6950f3d24d52abe7)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2775](https://redirect.github.com/googleapis/google-api-go-client/issues/2775)) ([11e2ff6](https://redirect.github.com/googleapis/google-api-go-client/commit/11e2ff6ea82ce403f464ea42cf23ec702b6ef883)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2776](https://redirect.github.com/googleapis/google-api-go-client/issues/2776)) ([cc62887](https://redirect.github.com/googleapis/google-api-go-client/commit/cc6288771612f80e5d2338dcf5897b7acd0952dd)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2778](https://redirect.github.com/googleapis/google-api-go-client/issues/2778)) ([72cc5c4](https://redirect.github.com/googleapis/google-api-go-client/commit/72cc5c4f6ef206c857f222653dff96907b320788)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2779](https://redirect.github.com/googleapis/google-api-go-client/issues/2779)) ([cedc5b0](https://redirect.github.com/googleapis/google-api-go-client/commit/cedc5b01c4999c17c97f4f6336fb2f2cae318453)) ##### Bug Fixes - **transport:** Set UniverseDomain in http.NewClient for new auth ([#&open-telemetry#8203;2773](https://redirect.github.com/googleapis/google-api-go-client/issues/2773)) ([140d0a5](https://redirect.github.com/googleapis/google-api-go-client/commit/140d0a5e70ebd3f12a6ec11ec48880e6d86cf2bc)) ### [`v0.196.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.196.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.195.0...v0.196.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2760](https://redirect.github.com/googleapis/google-api-go-client/issues/2760)) ([21f10ed](https://redirect.github.com/googleapis/google-api-go-client/commit/21f10edb1d9d6a3d3baa5b1edcef6588da99def8)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2763](https://redirect.github.com/googleapis/google-api-go-client/issues/2763)) ([293fdcd](https://redirect.github.com/googleapis/google-api-go-client/commit/293fdcd60f4b02a4d0a50887cae135f36b182905)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2764](https://redirect.github.com/googleapis/google-api-go-client/issues/2764)) ([d9ef5ce](https://redirect.github.com/googleapis/google-api-go-client/commit/d9ef5ce4fa526004917f4bcf8f9d50f4bf20eb05)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2765](https://redirect.github.com/googleapis/google-api-go-client/issues/2765)) ([6e81c8f](https://redirect.github.com/googleapis/google-api-go-client/commit/6e81c8fe1a7809f90f4744edffa1593a5757704d)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2768](https://redirect.github.com/googleapis/google-api-go-client/issues/2768)) ([00da46b](https://redirect.github.com/googleapis/google-api-go-client/commit/00da46b85ae39f230eae42e20e527fa2fa593d8c)) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2adf9b3 - Browse repository at this point
Copy the full SHA 2adf9b3View commit details -
Update All github.com/aws packages (open-telemetry#35088)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go-v2](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.30.4` -> `v1.30.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2/v1.30.5?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/v1.30.5?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/v1.30.4/v1.30.5?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/v1.30.4/v1.30.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.27.31` -> `v1.27.33` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.33?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%2fconfig/v1.27.33?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%2fconfig/v1.27.31/v1.27.33?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%2fconfig/v1.27.31/v1.27.33?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/credentials](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.30` -> `v1.17.32` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.32?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%2fcredentials/v1.17.32?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%2fcredentials/v1.17.30/v1.17.32?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%2fcredentials/v1.17.30/v1.17.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.16` -> `v1.17.18` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.18?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.18?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.16/v1.17.18?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.16/v1.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/kinesis](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.29.5` -> `v1.29.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.29.7?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%2fkinesis/v1.29.7?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%2fkinesis/v1.29.5/v1.29.7?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%2fkinesis/v1.29.5/v1.29.7?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.61.0` -> `v1.61.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.61.2?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.2?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.61.0/v1.61.2?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.61.0/v1.61.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.32.6` -> `v1.32.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.32.8?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%2fsecretsmanager/v1.32.8?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%2fsecretsmanager/v1.32.6/v1.32.8?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%2fsecretsmanager/v1.32.6/v1.32.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.31.5` -> `v1.31.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.31.7?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%2fservicediscovery/v1.31.7?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%2fservicediscovery/v1.31.5/v1.31.7?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%2fservicediscovery/v1.31.5/v1.31.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/sts](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.30.5` -> `v1.30.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.30.7?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%2fsts/v1.30.7?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%2fsts/v1.30.5/v1.30.7?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%2fsts/v1.30.5/v1.30.7?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>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary> ### [`v1.30.5`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.4...v1.30.5) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.4...v1.30.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3aac1c - Browse repository at this point
Copy the full SHA d3aac1cView commit details -
Update module github.com/tencentcloud/tencentcloud-sdk-go/tencentclou…
…d/common to v1.0.999 (open-telemetry#35100) 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.995` -> `v1.0.999` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.999?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.999?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.995/v1.0.999?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.995/v1.0.999?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.999`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10999) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.998...v1.0.999) #### 云服务器(cvm) 版本:2017-03-12 ##### 第 129 次发布 发布时间:2024-09-10 01:20:00 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [ConvertOperatingSystems](https://cloud.tencent.com/document/api/213/110841) 新增数据结构: - [TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS) #### TDSQL MySQL 版(dcdb) 版本:2018-04-11 ##### 第 72 次发布 发布时间:2024-09-10 01:27:35 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateAccount](https://cloud.tencent.com/document/api/557/19996) - 新增入参:EncryptedPassword - <font color="#dd0000">**修改入参**:</font>Password - [ResetAccountPassword](https://cloud.tencent.com/document/api/557/19979) - 新增入参:EncryptedPassword - <font color="#dd0000">**修改入参**:</font>Password #### 数据湖计算 DLC(dlc) 版本:2021-01-25 ##### 第 102 次发布 发布时间:2024-09-10 01:28:17 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DeleteTable](https://cloud.tencent.com/document/api/1342/110842) - [QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843) #### 弹性 MapReduce(emr) 版本:2019-01-03 ##### 第 75 次发布 发布时间:2024-09-09 11:32:30 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeResourceScheduleDiffDetail](https://cloud.tencent.com/document/api/589/110834) 新增数据结构: - [DiffDetail](https://cloud.tencent.com/document/api/589/33981#DiffDetail) - [DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem) - [DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader) #### Elasticsearch Service(es) 版本:2018-04-16 ##### 第 68 次发布 发布时间:2024-09-10 01:35:22 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288) - 新增入参:BatchIndexList - 新增出参:MetricMapList 新增数据结构: - [MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData) - [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId) #### 腾讯电子签企业版(ess) 版本:2020-11-11 ##### 第 186 次发布 发布时间:2024-09-10 01:35:59 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeOrganizationAuthStatus](https://cloud.tencent.com/document/api/1323/110844) 新增数据结构: - [AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord) #### 云数据库 MariaDB(mariadb) 版本:2017-03-12 ##### 第 65 次发布 发布时间:2024-09-10 01:50:50 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateAccount](https://cloud.tencent.com/document/api/237/16165) - 新增入参:EncryptedPassword - <font color="#dd0000">**修改入参**:</font>Password - [ResetAccountPassword](https://cloud.tencent.com/document/api/237/16168) - 新增入参:EncryptedPassword - <font color="#dd0000">**修改入参**:</font>Password #### 实时音视频(trtc) 版本:2019-07-22 ##### 第 90 次发布 发布时间:2024-09-10 02:18:51 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig) - 新增成员:VadSilenceTime #### 微服务引擎(tse) 版本:2020-12-07 ##### 第 76 次发布 发布时间:2024-09-10 02:19:25 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851) - <font color="#dd0000">**修改入参**:</font>Path - [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835) - <font color="#dd0000">**修改入参**:</font>Path ### [`v1.0.998`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10998) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.997...v1.0.998) #### 云防火墙(cfw) 版本:2019-09-04 ##### 第 63 次发布 发布时间:2024-09-09 01:19:11 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**删除接口**:</font> - DeleteVpcInstance #### 弹性 MapReduce(emr) 版本:2019-01-03 ##### 第 74 次发布 发布时间:2024-09-06 17:52:12 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DeployYarnConf](https://cloud.tencent.com/document/api/589/110818) - [DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817) - [ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816) - [ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815) 新增数据结构: - [ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2) - [ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo) - [Item](https://cloud.tencent.com/document/api/589/33981#Item) - [ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq) #### 消息队列 RocketMQ 版(trocket) 版本:2023-03-08 ##### 第 21 次发布 发布时间:2024-09-09 02:22:07 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098) - 新增入参:IncludeNew ### [`v1.0.997`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10997) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.996...v1.0.997) #### 大模型视频创作引擎(vclm) 版本:2024-05-23 ##### 第 6 次发布 发布时间:2024-09-06 02:22:38 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805) - 新增入参:VoiceType #### 声音复刻(vrs) 版本:2020-08-24 ##### 第 8 次发布 发布时间:2024-09-06 02:27:27 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText) - <font color="#dd0000">**修改成员**:</font>TextId, Text #### 视频转译(vtc) 版本:2024-02-23 ##### 第 3 次发布 发布时间:2024-09-06 02:27:32 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273) - 新增入参:VoiceType ### [`v1.0.996`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v10996) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.995...v1.0.996) #### 商业智能分析 BI(bi) 版本:2022-01-05 ##### 第 14 次发布 发布时间:2024-09-05 01:05:48 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878) - 新增入参:LoginSecurityStatus #### TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07 ##### 第 103 次发布 发布时间:2024-09-05 01:24:31 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeIsolatedInstances](https://cloud.tencent.com/document/api/1003/110751) #### 数据安全治理中心(dsgc) 版本:2019-07-23 ##### 第 20 次发布 发布时间:2024-09-05 01:30:40 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeDSPARDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/97204) - 新增入参:Filters #### 高性能计算平台(thpc) 版本:2023-03-21 ##### 第 18 次发布 发布时间:2024-09-05 02:14:49 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeWorkspaces](https://cloud.tencent.com/document/api/1527/110754) - [ModifyWorkspacesAttribute](https://cloud.tencent.com/document/api/1527/110753) - [TerminateWorkspaces](https://cloud.tencent.com/document/api/1527/110752) 新增数据结构: - [SpaceInfo](https://cloud.tencent.com/document/api/1527/89579#SpaceInfo) #### 高性能计算平台(thpc) 版本:2022-04-01 #### 高性能计算平台(thpc) 版本:2021-11-09 </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 <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a180f3 - Browse repository at this point
Copy the full SHA 9a180f3View commit details -
[chore]: enable suite-dont-use-pkg rule from testifylint (open-teleme…
…try#35041) #### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [suite-dont-use-pkg](https://github.com/Antonboom/testifylint?tab=readme-ov-file#suite-dont-use-pkg) rule from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f463ba - Browse repository at this point
Copy the full SHA 8f463baView commit details -
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.23 (ope…
…n-telemetry#35096) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/mattn/go-sqlite3](https://redirect.github.com/mattn/go-sqlite3) | `v1.14.22` -> `v1.14.23` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmattn%2fgo-sqlite3/v1.14.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmattn%2fgo-sqlite3/v1.14.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmattn%2fgo-sqlite3/v1.14.22/v1.14.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmattn%2fgo-sqlite3/v1.14.22/v1.14.23?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>mattn/go-sqlite3 (github.com/mattn/go-sqlite3)</summary> ### [`v1.14.23`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8c4b11 - Browse repository at this point
Copy the full SHA a8c4b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8fe806 - Browse repository at this point
Copy the full SHA e8fe806View commit details -
[pkg/stanza] Move filelog.container.removeOriginalTimeField feature g…
…ate to beta (open-telemetry#35169) **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 moves the feature gate to delete the original time field from parsed container logs to beta as part of open-telemetry#33389. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Signed-off-by: ChrsMark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73fb048 - Browse repository at this point
Copy the full SHA 73fb048View commit details -
[chore] avoid unnecessary use of any in CumulativeToDeltaProcessor (o…
…pen-telemetry#35166) Signed-off-by: Bogdan Drutu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de808d3 - Browse repository at this point
Copy the full SHA de808d3View commit details -
awsfirehosereceiver: migrate to latest semconv version (open-telemetr…
…y#35172) **Description:** The version of semconv is upgraded from to v1.6.1 to v1.27.0 **Link to tracking Issue:** open-telemetry#22095 **Testing:** Tests passed
Configuration menu - View commit details
-
Copy full SHA for 2717638 - Browse repository at this point
Copy the full SHA 2717638View commit details -
Update references to newly-deprecated exporterhelper.Timeout/QueueSet…
…tings (open-telemetry#35158) **Description:** `TimeoutSettings` and `QueueSettings` in the `exporterhelper` core collector package were renamed to `TimeoutConfig` and `QueueConfig` for naming consistency reasons, and the related `NewDefault` functions were renamed as well. This PR updates the core libraries to a prerelease version with those changes, and updates opentelemetry-collector-contrib modules to the new names, to plan for the deprecation of the old names in v0.110.0. **Link to tracking Issue:** Related to [this PR](open-telemetry/opentelemetry-collector#11132) and [this issue](open-telemetry/opentelemetry-collector#6767) on the core collector. **Notes:** - `go.opentelemetry.io/collector/cmd/mdatagen` is specifically *not* updated, as it currently has a bug causing a CI test failure. - The `prometheus-compliance-tests` CI failure is unrelated to this PR.
Configuration menu - View commit details
-
Copy full SHA for ca66b71 - Browse repository at this point
Copy the full SHA ca66b71View commit details -
[chore] Force require.EventuallyWithT to fail properly (open-telemetr…
…y#35032) I noticed on open-telemetry#34720 and open-telemetry#35026 that execution of the test continued beyond a failure of `require.EventuallyWithT`. Based on the description alone, I would expect that using `assert` within `require.EventuallyWithT` should cause execution to stop if the assertion fails, but it appears this may not be the case. However, this change apparently works as intended.
Configuration menu - View commit details
-
Copy full SHA for 4c77b09 - Browse repository at this point
Copy the full SHA 4c77b09View commit details -
[chore] Parallel test make unrelated test show up as failure on CI (o…
…pen-telemetry#35178) Running `TestCreateWithInvalidInputConfig` in parallel make it show up as failure when other tests fail, while its failure is unrelated, e.g.: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10851621842/job/30115793372#step:7:227
Configuration menu - View commit details
-
Copy full SHA for 4845120 - Browse repository at this point
Copy the full SHA 4845120View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b928f - Browse repository at this point
Copy the full SHA d6b928fView commit details -
[receiver/kafkareceiver] Add otlp_json support in kafka receiver (ope…
…n-telemetry#34840) **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 current features dont support otlp_json in receivers/kafkareceivers. Add support for otlp_json which accepts json formated for Otel Collector kafka receiver **Link to tracking Issue:** <Issue number if applicable> open-telemetry#33627 **Testing:** <Describe what testing was performed and which tests were added.> Added test files for the same. **Documentation:** <Describe the documentation added.> --------- Signed-off-by: joeyyy09 <[email protected]> Co-authored-by: Ziqi Zhao <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 658c836 - Browse repository at this point
Copy the full SHA 658c836View commit details -
feat(datadogexporter): adds remap_metrics feature gate (open-telemetr…
…y#35025) **Description:** <Describe what has changed.> Adds a metrics configuration that enables/disables the conversion of OpenTelemetry metrics to Datadog semantics in the Datadog Exporter. This conversion will soon occur in a datadog semantic processor. **Link to tracking Issue:** N/A **Testing:** Unit tests *̶*̶D̶o̶c̶u̶m̶e̶n̶t̶a̶t̶i̶o̶n̶:̶*̶*̶ O̶n̶c̶e̶ t̶h̶i̶s̶ c̶o̶n̶f̶i̶g̶u̶r̶a̶t̶i̶o̶n̶ i̶s̶ G̶A̶ w̶e̶ w̶i̶l̶l̶ u̶p̶d̶a̶t̶e̶ t̶h̶e̶ d̶o̶c̶s̶ h̶e̶r̶e̶:̶ h̶t̶t̶p̶s̶:̶//d̶o̶c̶s̶.d̶a̶t̶a̶d̶o̶g̶h̶q̶.c̶o̶m̶/o̶p̶e̶n̶t̶e̶l̶e̶m̶e̶t̶r̶y̶/c̶o̶l̶l̶e̶c̶t̶o̶r̶_̶e̶x̶p̶o̶r̶t̶e̶r̶/c̶o̶n̶f̶i̶g̶u̶r̶a̶t̶i̶o̶n̶/ --------- Co-authored-by: Yang Song <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59b9dd2 - Browse repository at this point
Copy the full SHA 59b9dd2View commit details -
[processor/resourcedetection] Move processor.resourcedetection.hostCP…
…USteppingAsString feature gate to stable (open-telemetry#35202) **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.--> Follows open-telemetry#33076 and open-telemetry#31165. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#31136 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> /cc @mx-psi Signed-off-by: ChrsMark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c92d627 - Browse repository at this point
Copy the full SHA c92d627View commit details -
[chore]: enable go-require rule from testifylint (open-telemetry#35190)
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [go-require](https://github.com/Antonboom/testifylint?tab=readme-ov-file#go-require) rule from [testifylint](https://github.com/Antonboom/testifylint) --------- Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c2a004 - Browse repository at this point
Copy the full SHA 3c2a004View commit details -
[processor/resourcedetection] Remove processor.resourcedetection.host…
…CPUModelAndFamilyAsString feature gate (open-telemetry#35203) Description: Follows open-telemetry#33077, open-telemetry#29152 and open-telemetry#29462. The feature gate has been stable since v0.101.0. Link to tracking Issue: Relates to open-telemetry#29025 and to open-telemetry/semantic-conventions#495 /cc @mx-psi --------- Signed-off-by: ChrsMark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91b958b - Browse repository at this point
Copy the full SHA 91b958bView commit details -
[exporter/doris] Second PR (with logs Implementation) of New componen…
…t: Doris Exporter (open-telemetry#35150) **Description:** <Describe what has changed.> Second PR of New component: Doris Exporter. Implementation of logs. <!--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:** open-telemetry#33479 **Testing:** Tested via unit test. **Documentation:** <Describe the documentation added.> No additional documentation.
Configuration menu - View commit details
-
Copy full SHA for 1304083 - Browse repository at this point
Copy the full SHA 1304083View commit details -
[chore] Fix "Device or resource busy" error on Windows CI (open-telem…
…etry#35192) **Description:** The error "Device or resource busy" happens intermittently when running the `build-and-test-windows` workflow on CI. Examining a few instances of the error it becomes clear that the concurrent run of component tests trigger concurrent builds of `gotestsum`. This can cause one of the runs to clash with the other and fail to build the `gotestsum` target. The fix is to add a explicit step to build `gotestsum` in the CI workflow. This way the local dev modus operandi is not altered (they can still rely on `make test` to build any tool necessary for the test). If any other tools are added to the `test` target they should also be added to the workflow on Windows. **Link to tracking Issue:** Fix open-telemetry#34691 **Testing:** Validated on repository fork. **Documentation:** N/A
Configuration menu - View commit details
-
Copy full SHA for 4a47dcb - Browse repository at this point
Copy the full SHA 4a47dcbView commit details -
[transformprocessor]: Remove unnecessary data copy when transform sum…
… to/from gauge (open-telemetry#35177) Signed-off-by: Bogdan Drutu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbefdc0 - Browse repository at this point
Copy the full SHA bbefdc0View commit details -
Remove unnecessary copies in deltatorateprocessor (open-telemetry#35165)
Signed-off-by: Bogdan Drutu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b5815e - Browse repository at this point
Copy the full SHA 1b5815eView commit details -
[chore] [exporter/coralogix] update domain docs (open-telemetry#35200)
**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.--> update docss with newly added domain. **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 9364e60 - Browse repository at this point
Copy the full SHA 9364e60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a698a4a - Browse repository at this point
Copy the full SHA a698a4aView commit details -
chore: remove redundant config Validate call (open-telemetry#35199)
**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.--> Configuration validation is done during collector's startup, making it redundant when being called inside component's logic. This PR removes the Validate call done during exporter's constructor. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#33498 **Testing:** <Describe what testing was performed and which tests were added.> Same coverage after removed lines: `coverage: 77.8% of statements` `TestFactory_CreateLogsExporter_Fail` and `TestFactory_CreateTracesExporter_Fail` functions are covered by the already available `config_test.go` cases. **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for 1e8fc35 - Browse repository at this point
Copy the full SHA 1e8fc35View commit details -
[pkg/ottl] Improve time performance (open-telemetry#35129)
**Description:** Improves `Time` performance by move the conversion from our format to Go's format to happen during startup. Benchmarks before: ``` goos: darwin goarch: arm64 pkg: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/ottlfuncs Benchmark_Time/simple_short_form-10 1000000000 0.0000079 ns/op 0 B/op 0 allocs/op Benchmark_Time/simple_short_form_with_short_year_and_slashes-10 1000000000 0.0000115 ns/op 0 B/op 0 allocs/op Benchmark_Time/month_day_year-10 1000000000 0.0000057 ns/op 0 B/op 0 allocs/op Benchmark_Time/simple_long_form-10 1000000000 0.0000075 ns/op 0 B/op 0 allocs/op Benchmark_Time/date_with_timestamp-10 1000000000 0.0000063 ns/op 0 B/op 0 allocs/op Benchmark_Time/day_of_the_week_long_form-10 1000000000 0.0000085 ns/op 0 B/op 0 allocs/op Benchmark_Time/short_weekday,_short_month,_long_format-10 1000000000 0.0000089 ns/op 0 B/op 0 allocs/op Benchmark_Time/short_months-10 1000000000 0.0000070 ns/op 0 B/op 0 allocs/op Benchmark_Time/timestamp_with_time_zone_offset-10 1000000000 0.0000665 ns/op 0 B/op 0 allocs/op Benchmark_Time/short_date_with_timestamp_without_time_zone_offset-10 1000000000 0.0000428 ns/op 0 B/op 0 allocs/op Benchmark_Time/RFC_3339_in_custom_format-10 1000000000 0.0000345 ns/op 0 B/op 0 allocs/op Benchmark_Time/RFC_3339_in_custom_format_before_2000-10 1000000000 0.0000349 ns/op 0 B/op 0 allocs/op Benchmark_Time/no_location-10 1000000000 0.0000035 ns/op 0 B/op 0 allocs/op Benchmark_Time/with_location_-_America-10 1000000000 0.0000104 ns/op 0 B/op 0 allocs/op Benchmark_Time/with_location_-_Asia-10 1000000000 0.0000084 ns/op 0 B/op 0 allocs/op Benchmark_Time/RFC_3339_in_custom_format_before_2000,_ignore_default_location-10 1000000000 0.0000379 ns/op 0 B/op 0 allocs/op PASS ok github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/ottlfuncs 0.458s ``` Benchmark's after: ``` goos: darwin goarch: arm64 pkg: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/ottlfuncs Benchmark_Time/simple_short_form-10 1000000000 0.0000054 ns/op 0 B/op 0 allocs/op Benchmark_Time/simple_short_form_with_short_year_and_slashes-10 1000000000 0.0000037 ns/op 0 B/op 0 allocs/op Benchmark_Time/month_day_year-10 1000000000 0.0000053 ns/op 0 B/op 0 allocs/op Benchmark_Time/simple_long_form-10 1000000000 0.0000042 ns/op 0 B/op 0 allocs/op Benchmark_Time/date_with_timestamp-10 1000000000 0.0000087 ns/op 0 B/op 0 allocs/op Benchmark_Time/day_of_the_week_long_form-10 1000000000 0.0000035 ns/op 0 B/op 0 allocs/op Benchmark_Time/short_weekday,_short_month,_long_format-10 1000000000 0.0000036 ns/op 0 B/op 0 allocs/op Benchmark_Time/short_months-10 1000000000 0.0000031 ns/op 0 B/op 0 allocs/op Benchmark_Time/timestamp_with_time_zone_offset-10 1000000000 0.0000491 ns/op 0 B/op 0 allocs/op Benchmark_Time/short_date_with_timestamp_without_time_zone_offset-10 1000000000 0.0000381 ns/op 0 B/op 0 allocs/op Benchmark_Time/RFC_3339_in_custom_format-10 1000000000 0.0000365 ns/op 0 B/op 0 allocs/op Benchmark_Time/RFC_3339_in_custom_format_before_2000-10 1000000000 0.0000364 ns/op 0 B/op 0 allocs/op Benchmark_Time/no_location-10 1000000000 0.0000028 ns/op 0 B/op 0 allocs/op Benchmark_Time/with_location_-_America-10 1000000000 0.0000017 ns/op 0 B/op 0 allocs/op Benchmark_Time/with_location_-_Asia-10 1000000000 0.0000028 ns/op 0 B/op 0 allocs/op Benchmark_Time/RFC_3339_in_custom_format_before_2000,_ignore_default_location-10 1000000000 0.0000393 ns/op 0 B/op 0 allocs/op PASS ok github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/ottlfuncs 0.441s ``` **Link to tracking Issue:** <Issue number if applicable> Closes open-telemetry#35078 **Testing:** <Describe what testing was performed and which tests were added.> Added benchmark test
Configuration menu - View commit details
-
Copy full SHA for 41d0b50 - Browse repository at this point
Copy the full SHA 41d0b50View commit details -
[exporter/file][chore][docs] Mention OTLP JSON File receiver in File …
…exporter docs (open-telemetry#35197) Users have trouble finding the receiver that can read the data written by File exporter back into the collector (e.g. see this [CNCF Slack post](https://cloud-native.slack.com/archives/C01N6P7KR6W/p1726222186384309)). Let's mention the OTLP JSON File receiver in the File exporter's docs.
Configuration menu - View commit details
-
Copy full SHA for 9770a84 - Browse repository at this point
Copy the full SHA 9770a84View commit details -
[kafka] Add option to supply destination topic through context (open-…
…telemetry#34503) **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 option to get destination topic from context. This allows for upstream connectors to control the destination without polluting the data being written. **Link to tracking Issue:** <Issue number if applicable> Fixes open-telemetry#34432 **Testing:** <Describe what testing was performed and which tests were added.> Added unit tests. **Documentation:** <Describe the documentation added.> Updated the component readme with the added setting. --------- Co-authored-by: Pablo Baeyens <[email protected]> Co-authored-by: Sean Marciniak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e8ebef - Browse repository at this point
Copy the full SHA 0e8ebefView commit details -
[chore] adapt message sent by the syslog data sender to fit rfc5424 f…
…ormat (open-telemetry#35201) **Description:** This PR adapts the syslog data sender to generate valid messages adhering to the RFC5424 format. Previously, the data sender generated invalid messages causing the syslog message parser to fail (due to empty attribute values, a missing version number and SDID **Link to tracking Issue:** - **Testing:** - **Documentation:** - --------- Signed-off-by: Florian Bacher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fbd84f - Browse repository at this point
Copy the full SHA 1fbd84fView commit details -
[processor/groupbytrace] ensure metric has unit (open-telemetry#35221)
A missing unit will break validation when mdatagen is updated --------- Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 322ad6c - Browse repository at this point
Copy the full SHA 322ad6cView commit details -
[chore] update otel (open-telemetry#35215)
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5658226 - Browse repository at this point
Copy the full SHA 5658226View commit details -
fix(deps): update module github.com/jackc/pgx/v5 to v5.7.1 (open-tele…
…metry#35243) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jackc/pgx/v5](https://redirect.github.com/jackc/pgx) | `v5.7.0` -> `v5.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjackc%2fpgx%2fv5/v5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjackc%2fpgx%2fv5/v5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjackc%2fpgx%2fv5/v5.7.0/v5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjackc%2fpgx%2fv5/v5.7.0/v5.7.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>jackc/pgx (github.com/jackc/pgx/v5)</summary> ### [`v5.7.1`](https://redirect.github.com/jackc/pgx/compare/v5.7.0...v5.7.1) [Compare Source](https://redirect.github.com/jackc/pgx/compare/v5.7.0...v5.7.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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4d7616 - Browse repository at this point
Copy the full SHA c4d7616View commit details -
fix(deps): update module github.com/sap/go-hdb to v1.12.2 (open-telem…
…etry#35246) 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.12.1` -> `v1.12.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fSAP%2fgo-hdb/v1.12.2?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.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fSAP%2fgo-hdb/v1.12.1/v1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fSAP%2fgo-hdb/v1.12.1/v1.12.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>SAP/go-hdb (github.com/SAP/go-hdb)</summary> ### [`v1.12.2`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1122) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.12.1...v1.12.2) - [fixed typo in test name](https://redirect.github.com/SAP/go-hdb/pull/139) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f802b32 - Browse repository at this point
Copy the full SHA f802b32View commit details -
fix(deps): update kubernetes packages to v0.31.1 (open-telemetry#35234)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | `v0.31.0` -> `v0.31.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapi/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapi/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapi/v0.31.0/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapi/v0.31.0/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | `v0.31.0` -> `v0.31.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapimachinery/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapimachinery/v0.31.0/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapimachinery/v0.31.0/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | `v0.31.0` -> `v0.31.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fclient-go/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fclient-go/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fclient-go/v0.31.0/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fclient-go/v0.31.0/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/kubelet](https://redirect.github.com/kubernetes/kubelet) | `v0.31.0` -> `v0.31.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fkubelet/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fkubelet/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fkubelet/v0.31.0/v0.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fkubelet/v0.31.0/v0.31.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>kubernetes/api (k8s.io/api)</summary> ### [`v0.31.1`](https://redirect.github.com/kubernetes/api/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.31.0...v0.31.1) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.31.1`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.31.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1) </details> <details> <summary>kubernetes/kubelet (k8s.io/kubelet)</summary> ### [`v0.31.1`](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.0...v0.31.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5fda1e - Browse repository at this point
Copy the full SHA e5fda1eView commit details -
fix(deps): update module github.com/prometheus/client_golang to v1.20…
….4 (open-telemetry#35245) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.20.3` -> `v1.20.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fclient_golang/v1.20.3/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.20.3/v1.20.4?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>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.20.4`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.20.4) [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.20.3...v1.20.4) - \[BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. [#&open-telemetry#8203;1623](https://redirect.github.com/prometheus/client_golang/issues/1623) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad8546d - Browse repository at this point
Copy the full SHA ad8546dView commit details -
fix(deps): update all cloud.google.com/go packages (open-telemetry#35229
) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloud.google.com/go/compute/metadata](https://redirect.github.com/googleapis/google-cloud-go) | `v0.5.0` -> `v0.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.0/v0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.0/v0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cloud.google.com/go/monitoring](https://redirect.github.com/googleapis/google-cloud-go) | `v1.21.0` -> `v1.21.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fmonitoring/v1.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/cloud.google.com%2fgo%2fmonitoring/v1.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/cloud.google.com%2fgo%2fmonitoring/v1.21.0/v1.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fmonitoring/v1.21.0/v1.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20e4c55 - Browse repository at this point
Copy the full SHA 20e4c55View commit details -
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2…
….28.3 (open-telemetry#35235) 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.2` -> `v2.28.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.3?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.3?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.2/v2.28.3?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.2/v2.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.28.3`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2283-2024-09-12----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.28.2...v2.28.3) #### What's Changed ##### Other Changes 🛠 - Revert the minimum required Go version to 1.21 by [@&open-telemetry#8203;jkaflik](https://redirect.github.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1405](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1405) **Full Changelog**: ClickHouse/clickhouse-go@v2.28.2...v2.28.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd0ba8e - Browse repository at this point
Copy the full SHA fd0ba8eView commit details -
fix(deps): update all github.com/aws packages (open-telemetry#35230)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.27.33` -> `v1.27.34` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.34?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%2fconfig/v1.27.34?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%2fconfig/v1.27.33/v1.27.34?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%2fconfig/v1.27.33/v1.27.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.18` -> `v1.17.19` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.19?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.19?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.18/v1.17.19?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.18/v1.17.19?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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc8114b - Browse repository at this point
Copy the full SHA bc8114bView commit details -
fix(deps): update module github.com/tencentcloud/tencentcloud-sdk-go/…
…tencentcloud/common to v1.0.1004 (open-telemetry#35249) 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.999` -> `v1.0.1004` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1004?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.1004?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.999/v1.0.1004?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.999/v1.0.1004?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.1004`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101004) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1003...v1.0.1004) #### 腾讯混元大模型(hunyuan) 版本:2023-09-01 ##### 第 19 次发布 发布时间:2024-09-17 18:52:07 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701) - 新增入参:EnableMultimedia - 新增出参:Replaces 新增数据结构: - [Multimedia](https://cloud.tencent.com/document/api/1729/101838#Multimedia) - [Replace](https://cloud.tencent.com/document/api/1729/101838#Replace) ### [`v1.0.1003`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101003) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1002...v1.0.1003) #### 云数据库 MySQL(cdb) 版本:2017-03-20 ##### 第 166 次发布 发布时间:2024-09-16 01:16:44 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeSlowLogData](https://cloud.tencent.com/document/api/236/43060) - 新增入参:OpResourceId #### 云防火墙(cfw) 版本:2019-09-04 ##### 第 65 次发布 发布时间:2024-09-16 01:21:22 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987) 新增数据结构: - [EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo) - [EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo) #### 消息队列 CKafka 版(ckafka) 版本:2019-08-19 ##### 第 109 次发布 发布时间:2024-09-16 01:22:56 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [FetchMessageListByTimestamp](https://cloud.tencent.com/document/api/597/47895) #### 智能推荐平台(irp) 版本:2022-08-05 ##### 第 3 次发布 发布时间:2024-09-16 01:58:03 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995) - 新增入参:Extension #### 智能推荐平台(irp) 版本:2022-03-24 #### 大模型知识引擎(lke) 版本:2023-11-30 ##### 第 16 次发布 发布时间:2024-09-16 02:02:56 本次发布包含了以下内容: 改善已有的文档。 新增数据结构: - [QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo) 修改数据结构: - [Context](https://cloud.tencent.com/document/api/1759/105104#Context) - 新增成员:ReplyMethod - [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord) - 新增成员:QuoteInfos - [ReferDetail](https://cloud.tencent.com/document/api/1759/105104#ReferDetail) - 新增成员:PageInfos, SheetInfos, DocBizId #### 文字识别(ocr) 版本:2018-11-19 ##### 第 151 次发布 发布时间:2024-09-16 02:10:16 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215) - 新增出参:Electronic #### 腾讯健康组学平台(omics) 版本:2022-11-28 ##### 第 16 次发布 发布时间:2024-09-16 02:11:25 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption) - 新增成员:LaunchDir #### 向量数据库(vdb) 版本:2023-06-16 ##### 第 5 次发布 发布时间:2024-09-16 02:39:09 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879) - 新增入参:InstanceId ### [`v1.0.1002`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101002) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1001...v1.0.1002) #### 应用性能监控(apm) 版本:2021-06-22 ##### 第 25 次发布 发布时间:2024-09-13 01:04:24 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002) - 新增入参:ResponseDurationWarningThreshold 修改数据结构: - [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail) - 新增成员:ResponseDurationWarningThreshold #### 访问管理(cam) 版本:2019-01-16 ##### 第 61 次发布 发布时间:2024-09-13 01:08:46 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941) - [ListReceiver](https://cloud.tencent.com/document/api/598/110940) 新增数据结构: - [Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver) #### 运维安全中心(堡垒机)(dasb) 版本:2019-10-18 ##### 第 30 次发布 发布时间:2024-09-13 01:25:56 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeDomains](https://cloud.tencent.com/document/api/1025/110943) 新增数据结构: - [Domain](https://cloud.tencent.com/document/api/1025/74416#Domain) #### 数据湖计算 DLC(dlc) 版本:2021-01-25 ##### 第 103 次发布 发布时间:2024-09-13 01:28:24 本次发布包含了以下内容: 改善已有的文档。 新增数据结构: - [DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo) - [GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo) - [TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD) 修改数据结构: - [Column](https://cloud.tencent.com/document/api/1342/53778#Column) - 新增成员:DataMaskStrategyInfo - [DatasourceConnectionConfig](https://cloud.tencent.com/document/api/1342/53778#DatasourceConnectionConfig) - 新增成员:TCHouseD - [ResourceInfo](https://cloud.tencent.com/document/api/1342/53778#ResourceInfo) - 新增成员:ResourceGroupName #### 数据安全治理中心(dsgc) 版本:2019-07-23 ##### 第 21 次发布 发布时间:2024-09-13 01:31:06 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [DbInfo](https://cloud.tencent.com/document/api/1087/96844#DbInfo) - 新增成员:BindType - <font color="#dd0000">**修改成员**:</font>DbName, ValidStatus #### 腾讯电子签企业版(ess) 版本:2020-11-11 ##### 第 187 次发布 发布时间:2024-09-13 01:36:15 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateFlow](https://cloud.tencent.com/document/api/1323/70361) - 新增入参:FlowDisplayType - [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360) - 新增入参:FlowDisplayType 修改数据结构: - [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo) - 新增成员:FlowDisplayType #### 腾讯电子签(基础版)(essbasic) 版本:2021-05-26 ##### 第 183 次发布 发布时间:2024-09-13 01:37:18 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068) - 新增入参:FlowDisplayType 修改数据结构: - [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo) - 新增成员:FlowDisplayType - [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo) - 新增成员:FlowDisplayType #### 腾讯电子签(基础版)(essbasic) 版本:2020-12-22 #### 媒体处理(mps) 版本:2019-06-12 ##### 第 95 次发布 发布时间:2024-09-13 01:54:23 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247) - 新增入参:Name - [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432) - 新增入参:Name - [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747) - 新增入参:Name - [DescribeAnimatedGraphicsTemplates](https://cloud.tencent.com/document/api/862/37597) - 新增入参:Name - [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431) - 新增入参:Name - [DescribeImageSpriteTemplates](https://cloud.tencent.com/document/api/862/37596) - 新增入参:Name - [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312) - 新增入参:Name - [DescribeSampleSnapshotTemplates](https://cloud.tencent.com/document/api/862/37595) - 新增入参:Name - [DescribeSnapshotByTimeOffsetTemplates](https://cloud.tencent.com/document/api/862/37594) - 新增入参:Name - [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593) - 新增入参:Name - [DescribeWatermarkTemplates](https://cloud.tencent.com/document/api/862/37592) - 新增入参:Name 修改数据结构: - [UserDefineOcrTextReviewTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#UserDefineOcrTextReviewTemplateInfoForUpdate) - <font color="#dd0000">**修改成员**:</font>LabelSet - [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo) - 新增成员:Stereo3dType - [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate) - 新增成员:Stereo3dType #### 自动化助手(tat) 版本:2020-10-28 ##### 第 24 次发布 发布时间:2024-09-13 02:06:44 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [Command](https://cloud.tencent.com/document/api/1340/52687#Command) - 新增成员:Scenes #### 向量数据库(vdb) 版本:2023-06-16 ##### 第 4 次发布 发布时间:2024-09-13 02:23:25 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879) - 新增入参:Limit, Offset, Component #### 云点播(vod) 版本:2024-07-18 #### 云点播(vod) 版本:2018-07-17 ##### 第 186 次发布 发布时间:2024-09-13 02:23:45 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [AttachMediaSubtitles](https://cloud.tencent.com/document/api/266/54235) - 新增入参:DefaultSubtitleId 修改数据结构: - [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem) - 新增成员:SubtitleSet, DefaultSubtitleId - <font color="#dd0000">**修改成员**:</font>Size, DigitalWatermarkType, SubStreamSet, CopyRightWatermarkText ### [`v1.0.1001`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101001) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1000...v1.0.1001) #### 云防火墙(cfw) 版本:2019-09-04 ##### 第 64 次发布 发布时间:2024-09-12 01:19:27 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [BanAndAllowRule](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRule) - 新增成员:FwType - [BlockIgnoreRule](https://cloud.tencent.com/document/api/1132/49071#BlockIgnoreRule) - 新增成员:FwType - [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem) - 新增成员:Scope - [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem) - 新增成员:ScopeDesc - [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo) - 新增成员:OverUsedStatus - [NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData) - 新增成员:ORTableId, ORTableName, Ohavips #### 物联网开发平台(iotexplorer) 版本:2019-04-23 ##### 第 78 次发布 发布时间:2024-09-12 01:46:54 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587) - <font color="#dd0000">**修改入参**:</font>MiniProgramAppId - [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583) - <font color="#dd0000">**修改入参**:</font>MiniProgramAppId #### 智能视图计算平台(iss) 版本:2023-05-17 ##### 第 19 次发布 发布时间:2024-09-11 10:47:51 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CallISAPI](https://cloud.tencent.com/document/api/1344/110893) 新增数据结构: - [ISAPIOutputData](https://cloud.tencent.com/document/api/1344/95952#ISAPIOutputData) #### 媒体处理(mps) 版本:2019-06-12 ##### 第 94 次发布 发布时间:2024-09-12 01:59:22 本次发布包含了以下内容: 改善已有的文档。 新增数据结构: - [AiAnalysisTaskHorizontalToVerticalInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalInput) - [AiAnalysisTaskHorizontalToVerticalOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalOutput) - [AiAnalysisTaskHorizontalToVerticalResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalResult) 修改数据结构: - [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult) - 新增成员:HorizontalToVerticalTask - [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem) - 新增成员:SegmentTags #### 文字识别(ocr) 版本:2018-11-19 ##### 第 150 次发布 发布时间:2024-09-12 02:01:53 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [MainlandPermitOCR](https://cloud.tencent.com/document/api/866/43105) - 新增出参:Nationality #### 容器服务(tke) 版本:2022-05-01 ##### 第 4 次发布 发布时间:2024-09-12 02:23:02 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110921) - [DeleteHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110920) - [DescribeHealthCheckPolicies](https://cloud.tencent.com/document/api/457/110919) - [DescribeHealthCheckPolicyBindings](https://cloud.tencent.com/document/api/457/110918) - [DescribeHealthCheckTemplate](https://cloud.tencent.com/document/api/457/110917) - [ModifyHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110916) 新增数据结构: - [HealthCheckPolicy](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicy) - [HealthCheckPolicyBinding](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyBinding) - [HealthCheckPolicyRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyRule) - [HealthCheckTemplate](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplate) - [HealthCheckTemplateRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplateRule) #### 容器服务(tke) 版本:2018-05-25 ##### 第 178 次发布 发布时间:2024-09-12 02:21:19 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateCluster](https://cloud.tencent.com/document/api/457/34527) - 新增入参:CdcId #### 云点播(vod) 版本:2024-07-18 ##### 第 1 次发布 发布时间:2024-09-11 19:07:13 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateStorageCredentials](https://cloud.tencent.com/document/api/266/110902) 新增数据结构: - [Credentials](https://cloud.tencent.com/document/api/266/110903#Credentials) #### 云点播(vod) 版本:2018-07-17 #### 私有网络(vpc) 版本:2017-03-12 ##### 第 204 次发布 发布时间:2024-09-12 02:30:22 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateSecurityGroupWithPolicies](https://cloud.tencent.com/document/api/215/43279) - 新增入参:Tags ### [`v1.0.1000`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101000) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.999...v1.0.1000) #### 大模型图像创作引擎(aiart) 版本:2022-12-29 ##### 第 13 次发布 发布时间:2024-09-11 01:07:24 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [SketchToImage](https://cloud.tencent.com/document/api/1668/110863) ##### 第 12 次发布 发布时间:2024-09-10 11:22:26 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ImageToImage](https://cloud.tencent.com/document/api/1668/88066) - 新增入参:EnhanceImage, RestoreFace #### 混沌演练平台(cfg) 版本:2021-08-20 ##### 第 19 次发布 发布时间:2024-09-11 01:19:01 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [Task](https://cloud.tencent.com/document/api/1500/71784#Task) - 新增成员:TaskRegionName #### 消息队列 CKafka 版(ckafka) 版本:2019-08-19 ##### 第 108 次发布 发布时间:2024-09-11 01:20:54 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832) 修改数据结构: - [OperateResponseData](https://cloud.tencent.com/document/api/597/40861#OperateResponseData) - <font color="#dd0000">**修改成员**:</font>RouteDTO #### TDSQL MySQL 版(dcdb) 版本:2018-04-11 ##### 第 73 次发布 发布时间:2024-09-11 01:32:35 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeBackupConfigs](https://cloud.tencent.com/document/api/557/110865) - [ModifyBackupConfigs](https://cloud.tencent.com/document/api/557/110864) 新增数据结构: - [BackupConfig](https://cloud.tencent.com/document/api/557/16142#BackupConfig) - [NewBackupConfig](https://cloud.tencent.com/document/api/557/16142#NewBackupConfig) #### DNSPod(dnspod) 版本:2021-03-23 ##### 第 33 次发布 发布时间:2024-09-11 01:34:34 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeDomainShareUserList](https://cloud.tencent.com/document/api/1427/110866) 新增数据结构: - [DomainShareUserInfo](https://cloud.tencent.com/document/api/1427/56185#DomainShareUserInfo) #### 弹性 MapReduce(emr) 版本:2019-01-03 ##### 第 76 次发布 发布时间:2024-09-11 01:39:43 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateSLInstance](https://cloud.tencent.com/document/api/589/110872) - [DescribeSLInstance](https://cloud.tencent.com/document/api/589/110871) - [DescribeSLInstanceList](https://cloud.tencent.com/document/api/589/110870) - [ModifySLInstance](https://cloud.tencent.com/document/api/589/110869) - [TerminateSLInstance](https://cloud.tencent.com/document/api/589/110868) 修改接口: - [ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534) - 新增入参:ComputeResourceId 新增数据结构: - [SLInstanceInfo](https://cloud.tencent.com/document/api/589/33981#SLInstanceInfo) - [ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting) #### Elasticsearch Service(es) 版本:2018-04-16 ##### 第 69 次发布 发布时间:2024-09-10 15:12:32 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeSpaceKibanaTools](https://cloud.tencent.com/document/api/845/110854) #### 腾讯电子签(基础版)(essbasic) 版本:2021-05-26 ##### 第 182 次发布 发布时间:2024-09-11 01:42:03 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1420/110873) #### 腾讯电子签(基础版)(essbasic) 版本:2020-12-22 #### 云数据库 MariaDB(mariadb) 版本:2017-03-12 ##### 第 66 次发布 发布时间:2024-09-11 01:55:56 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeBackupConfigs](https://cloud.tencent.com/document/api/237/110875) - [ModifyBackupConfigs](https://cloud.tencent.com/document/api/237/110874) 新增数据结构: - [BackupConfig](https://cloud.tencent.com/document/api/237/16191#BackupConfig) - [NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig) #### 文字识别(ocr) 版本:2018-11-19 ##### 第 149 次发布 发布时间:2024-09-11 02:01:34 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [PermitOCR](https://cloud.tencent.com/document/api/866/37074) - 新增出参:Type #### 云数据库Redis(redis) 版本:2018-04-12 ##### 第 81 次发布 发布时间:2024-09-11 02:05:34 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110878) - [ModifyInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110877) 新增数据结构: - [LogDeliveryInfo](https://cloud.tencent.com/document/api/239/20022#LogDeliveryInfo) #### 边缘安全加速平台(teo) 版本:2022-09-01 ##### 第 84 次发布 发布时间:2024-09-11 02:18:47 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail) - [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo) #### 边缘安全加速平台(teo) 版本:2022-01-06 #### 微服务平台 TSF(tsf) 版本:2018-03-26 ##### 第 113 次发布 发布时间:2024-09-11 02:25:39 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateAllGatewayApiAsync](https://cloud.tencent.com/document/api/649/50642) - 新增入参:NamespaceId 修改数据结构: - [ApiRateLimitRule](https://cloud.tencent.com/document/api/649/36099#ApiRateLimitRule) - 新增成员:Limit, Offset, AppId - [GatewayGroupApiVo](https://cloud.tencent.com/document/api/649/36099#GatewayGroupApiVo) - <font color="#dd0000">**修改成员**:</font>ApiId, Path, MicroserviceName, Method, NamespaceName #### 向量数据库(vdb) 版本:2023-06-16 ##### 第 3 次发布 发布时间:2024-09-11 02:27:43 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110884) - [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1709/110883) - [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879) - [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110882) - [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1709/110881) 新增数据结构: - [Inbound](https://cloud.tencent.com/document/api/1709/106757#Inbound) - [NodeInfo](https://cloud.tencent.com/document/api/1709/106757#NodeInfo) - [Outbound](https://cloud.tencent.com/document/api/1709/106757#Outbound) - [SecurityGroup](https://cloud.tencent.com/document/api/1709/106757#SecurityGroup) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45eb40d - Browse repository at this point
Copy the full SHA 45eb40dView commit details -
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 (op…
…en-telemetry#35255) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-sql-driver/mysql](https://redirect.github.com/go-sql-driver/mysql) | `v1.7.1` -> `v1.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-sql-driver%2fmysql/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-sql-driver%2fmysql/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-sql-driver%2fmysql/v1.7.1/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-sql-driver%2fmysql/v1.7.1/v1.8.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>go-sql-driver/mysql (github.com/go-sql-driver/mysql)</summary> ### [`v1.8.1`](https://redirect.github.com/go-sql-driver/mysql/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1) #### What's Changed Bugfixes: - fix race condition when context is canceled in [#&open-telemetry#8203;1562](https://redirect.github.com/go-sql-driver/mysql/pull/1562) and [#&open-telemetry#8203;1570](https://redirect.github.com/go-sql-driver/mysql/pull/1570) **Full Changelog**: go-sql-driver/mysql@v1.8.0...v1.8.1 ### [`v1.8.0`](https://redirect.github.com/go-sql-driver/mysql/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/go-sql-driver/mysql/compare/v1.7.1...v1.8.0) #### What's Changed ##### Major changes - Use `SET NAMES charset COLLATE collation`. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1437](https://redirect.github.com/go-sql-driver/mysql/pull/1437) - PathEscape dbname in DSN. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1432](https://redirect.github.com/go-sql-driver/mysql/pull/1432) - Drop Go 1.13-17 support by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1420](https://redirect.github.com/go-sql-driver/mysql/pull/1420) - Parse numbers on text protocol too by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1452](https://redirect.github.com/go-sql-driver/mysql/pull/1452) ##### Other changes - Adding DeregisterDialContext to prevent memory leaks with dialers we don't need anymore by [@&open-telemetry#8203;jypelle](https://redirect.github.com/jypelle) in [https://github.com/go-sql-driver/mysql/pull/1422](https://redirect.github.com/go-sql-driver/mysql/pull/1422) - Make logger configurable per connection by [@&open-telemetry#8203;frozenbonito](https://redirect.github.com/frozenbonito) in [https://github.com/go-sql-driver/mysql/pull/1408](https://redirect.github.com/go-sql-driver/mysql/pull/1408) - Fix ColumnType.DatabaseTypeName for mediumint unsigned by [@&open-telemetry#8203;evanelias](https://redirect.github.com/evanelias) in [https://github.com/go-sql-driver/mysql/pull/1428](https://redirect.github.com/go-sql-driver/mysql/pull/1428) - Add connection attributes by [@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) in [https://github.com/go-sql-driver/mysql/pull/1389](https://redirect.github.com/go-sql-driver/mysql/pull/1389) - Stop `ColumnTypeScanType()` from returning `sql.RawBytes` by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1424](https://redirect.github.com/go-sql-driver/mysql/pull/1424) - Exec() now provides access to status of multiple statements. by [@&open-telemetry#8203;mherr-google](https://redirect.github.com/mherr-google) in [https://github.com/go-sql-driver/mysql/pull/1309](https://redirect.github.com/go-sql-driver/mysql/pull/1309) - Allow to change (or disable) the default driver name for registration by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1499](https://redirect.github.com/go-sql-driver/mysql/pull/1499) - Add default connection attribute '\_server_host' by [@&open-telemetry#8203;oblitorum](https://redirect.github.com/oblitorum) in [https://github.com/go-sql-driver/mysql/pull/1506](https://redirect.github.com/go-sql-driver/mysql/pull/1506) - Make TimeTruncate functional option by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1552](https://redirect.github.com/go-sql-driver/mysql/pull/1552) - Add BeforeConnect callback to configuration object by [@&open-telemetry#8203;ItalyPaleAle](https://redirect.github.com/ItalyPaleAle) in [https://github.com/go-sql-driver/mysql/pull/1469](https://redirect.github.com/go-sql-driver/mysql/pull/1469) - QueryUnescape DSN ConnectionAttribute value by [@&open-telemetry#8203;zhangyangyu](https://redirect.github.com/zhangyangyu) in [https://github.com/go-sql-driver/mysql/pull/1470](https://redirect.github.com/go-sql-driver/mysql/pull/1470) - Add client_ed25519 authentication by [@&open-telemetry#8203;Gusted](https://redirect.github.com/Gusted) in [https://github.com/go-sql-driver/mysql/pull/1518](https://redirect.github.com/go-sql-driver/mysql/pull/1518) - Reduced allocation on connection.go by [@&open-telemetry#8203;EPuncker](https://redirect.github.com/EPuncker) in [https://github.com/go-sql-driver/mysql/pull/1421](https://redirect.github.com/go-sql-driver/mysql/pull/1421) - Avoid panic in TestRowsColumnTypes by [@&open-telemetry#8203;wayyoungboy](https://redirect.github.com/wayyoungboy) in [https://github.com/go-sql-driver/mysql/pull/1426](https://redirect.github.com/go-sql-driver/mysql/pull/1426) - Add benchmark to receive massive rows. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1415](https://redirect.github.com/go-sql-driver/mysql/pull/1415) - README: Update multistatement by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1431](https://redirect.github.com/go-sql-driver/mysql/pull/1431) - all: replace ioutil pkg to new package by [@&open-telemetry#8203;uji](https://redirect.github.com/uji) in [https://github.com/go-sql-driver/mysql/pull/1438](https://redirect.github.com/go-sql-driver/mysql/pull/1438) - chore: code optimization by [@&open-telemetry#8203;testwill](https://redirect.github.com/testwill) in [https://github.com/go-sql-driver/mysql/pull/1439](https://redirect.github.com/go-sql-driver/mysql/pull/1439) - Reduce map lookup in ColumnTypeDatabaseTypeName. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1436](https://redirect.github.com/go-sql-driver/mysql/pull/1436) - doc: add link to NewConnector from FormatDSN by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1442](https://redirect.github.com/go-sql-driver/mysql/pull/1442) - Add fuzz test for ParseDSN / FormatDSN roundtrip by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1444](https://redirect.github.com/go-sql-driver/mysql/pull/1444) - TestDSNReformat: add more roundtrip checks by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1443](https://redirect.github.com/go-sql-driver/mysql/pull/1443) - tcp: handle errors returned by SetKeepAlive by [@&open-telemetry#8203;achille-roussel](https://redirect.github.com/achille-roussel) in [https://github.com/go-sql-driver/mysql/pull/1448](https://redirect.github.com/go-sql-driver/mysql/pull/1448) - use staticcheck by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1449](https://redirect.github.com/go-sql-driver/mysql/pull/1449) - Add Daemonxiao to AUTHORS by [@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) in [https://github.com/go-sql-driver/mysql/pull/1459](https://redirect.github.com/go-sql-driver/mysql/pull/1459) - Update link about `LOAD DATA LOCAL` in README.md by [@&open-telemetry#8203;i7a7467](https://redirect.github.com/i7a7467) in [https://github.com/go-sql-driver/mysql/pull/1468](https://redirect.github.com/go-sql-driver/mysql/pull/1468) - Update README.md by [@&open-telemetry#8203;Netzer7](https://redirect.github.com/Netzer7) in [https://github.com/go-sql-driver/mysql/pull/1464](https://redirect.github.com/go-sql-driver/mysql/pull/1464) - add Go 1.21 and MySQL 8.1 to the build matrix by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1472](https://redirect.github.com/go-sql-driver/mysql/pull/1472) - Improve DSN docstsrings by [@&open-telemetry#8203;golddranks](https://redirect.github.com/golddranks) in [https://github.com/go-sql-driver/mysql/pull/1475](https://redirect.github.com/go-sql-driver/mysql/pull/1475) - Fix [#&open-telemetry#8203;1478](https://redirect.github.com/go-sql-driver/mysql/issues/1478) remove length check by [@&open-telemetry#8203;ShenFeng312](https://redirect.github.com/ShenFeng312) in [https://github.com/go-sql-driver/mysql/pull/1481](https://redirect.github.com/go-sql-driver/mysql/pull/1481) - README: fix markup error by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1480](https://redirect.github.com/go-sql-driver/mysql/pull/1480) - Close connection on ErrPktSync and ErrPktSyncMul by [@&open-telemetry#8203;owbone](https://redirect.github.com/owbone) in [https://github.com/go-sql-driver/mysql/pull/1473](https://redirect.github.com/go-sql-driver/mysql/pull/1473) - Spelling, grammar, and link fixes by [@&open-telemetry#8203;scop](https://redirect.github.com/scop) in [https://github.com/go-sql-driver/mysql/pull/1485](https://redirect.github.com/go-sql-driver/mysql/pull/1485) - Make use of strings.Cut by [@&open-telemetry#8203;scop](https://redirect.github.com/scop) in [https://github.com/go-sql-driver/mysql/pull/1486](https://redirect.github.com/go-sql-driver/mysql/pull/1486) - move stale connection check to ResetSession() by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1496](https://redirect.github.com/go-sql-driver/mysql/pull/1496) - fix race condition of TestConcurrent by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1490](https://redirect.github.com/go-sql-driver/mysql/pull/1490) - mark fail, mustExec and mustQuery as test helpers by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1488](https://redirect.github.com/go-sql-driver/mysql/pull/1488) - Remove obsolete fuzz.go [#&open-telemetry#8203;1445](https://redirect.github.com/go-sql-driver/mysql/issues/1445) by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1498](https://redirect.github.com/go-sql-driver/mysql/pull/1498) - testing: expose testing.TB in DBTest instead of full \*testing.T by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1500](https://redirect.github.com/go-sql-driver/mysql/pull/1500) - symbol removed from installation command by [@&open-telemetry#8203;panvalkar1994](https://redirect.github.com/panvalkar1994) in [https://github.com/go-sql-driver/mysql/pull/1510](https://redirect.github.com/go-sql-driver/mysql/pull/1510) - fix issue 1361 by [@&open-telemetry#8203;keeplearning20221](https://redirect.github.com/keeplearning20221) in [https://github.com/go-sql-driver/mysql/pull/1462](https://redirect.github.com/go-sql-driver/mysql/pull/1462) - fix fragile test by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1522](https://redirect.github.com/go-sql-driver/mysql/pull/1522) - Fix sql.RawBytes corruption issue by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1523](https://redirect.github.com/go-sql-driver/mysql/pull/1523) - fix for enum and set field type to column type identifying by [@&open-telemetry#8203;jennifersp](https://redirect.github.com/jennifersp) in [https://github.com/go-sql-driver/mysql/pull/1520](https://redirect.github.com/go-sql-driver/mysql/pull/1520) - Parallelize test by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1525](https://redirect.github.com/go-sql-driver/mysql/pull/1525) - Fix unsigned int overflow by [@&open-telemetry#8203;shiyuhang0](https://redirect.github.com/shiyuhang0) in [https://github.com/go-sql-driver/mysql/pull/1530](https://redirect.github.com/go-sql-driver/mysql/pull/1530) - Introduce `timeTruncate` parameter for `time.Time` arguments by [@&open-telemetry#8203;PauliusLozys](https://redirect.github.com/PauliusLozys) in [https://github.com/go-sql-driver/mysql/pull/1541](https://redirect.github.com/go-sql-driver/mysql/pull/1541) - add TiDB support in README.md by [@&open-telemetry#8203;crazycs520](https://redirect.github.com/crazycs520) in [https://github.com/go-sql-driver/mysql/pull/1333](https://redirect.github.com/go-sql-driver/mysql/pull/1333) - Update workflows by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1547](https://redirect.github.com/go-sql-driver/mysql/pull/1547) #### New Contributors - [@&open-telemetry#8203;EPuncker](https://redirect.github.com/EPuncker) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1421](https://redirect.github.com/go-sql-driver/mysql/pull/1421) - [@&open-telemetry#8203;jypelle](https://redirect.github.com/jypelle) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1422](https://redirect.github.com/go-sql-driver/mysql/pull/1422) - [@&open-telemetry#8203;frozenbonito](https://redirect.github.com/frozenbonito) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1408](https://redirect.github.com/go-sql-driver/mysql/pull/1408) - [@&open-telemetry#8203;wayyoungboy](https://redirect.github.com/wayyoungboy) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1426](https://redirect.github.com/go-sql-driver/mysql/pull/1426) - [@&open-telemetry#8203;evanelias](https://redirect.github.com/evanelias) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1428](https://redirect.github.com/go-sql-driver/mysql/pull/1428) - [@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1389](https://redirect.github.com/go-sql-driver/mysql/pull/1389) - [@&open-telemetry#8203;uji](https://redirect.github.com/uji) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1438](https://redirect.github.com/go-sql-driver/mysql/pull/1438) - [@&open-telemetry#8203;testwill](https://redirect.github.com/testwill) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1439](https://redirect.github.com/go-sql-driver/mysql/pull/1439) - [@&open-telemetry#8203;i7a7467](https://redirect.github.com/i7a7467) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1468](https://redirect.github.com/go-sql-driver/mysql/pull/1468) - [@&open-telemetry#8203;Netzer7](https://redirect.github.com/Netzer7) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1464](https://redirect.github.com/go-sql-driver/mysql/pull/1464) - [@&open-telemetry#8203;golddranks](https://redirect.github.com/golddranks) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1475](https://redirect.github.com/go-sql-driver/mysql/pull/1475) - [@&open-telemetry#8203;ShenFeng312](https://redirect.github.com/ShenFeng312) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1481](https://redirect.github.com/go-sql-driver/mysql/pull/1481) - [@&open-telemetry#8203;owbone](https://redirect.github.com/owbone) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1473](https://redirect.github.com/go-sql-driver/mysql/pull/1473) - [@&open-telemetry#8203;scop](https://redirect.github.com/scop) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1485](https://redirect.github.com/go-sql-driver/mysql/pull/1485) - [@&open-telemetry#8203;panvalkar1994](https://redirect.github.com/panvalkar1994) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1510](https://redirect.github.com/go-sql-driver/mysql/pull/1510) - [@&open-telemetry#8203;zhangyangyu](https://redirect.github.com/zhangyangyu) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1470](https://redirect.github.com/go-sql-driver/mysql/pull/1470) - [@&open-telemetry#8203;keeplearning20221](https://redirect.github.com/keeplearning20221) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1462](https://redirect.github.com/go-sql-driver/mysql/pull/1462) - [@&open-telemetry#8203;oblitorum](https://redirect.github.com/oblitorum) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1506](https://redirect.github.com/go-sql-driver/mysql/pull/1506) - [@&open-telemetry#8203;Gusted](https://redirect.github.com/Gusted) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1518](https://redirect.github.com/go-sql-driver/mysql/pull/1518) - [@&open-telemetry#8203;jennifersp](https://redirect.github.com/jennifersp) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1520](https://redirect.github.com/go-sql-driver/mysql/pull/1520) - [@&open-telemetry#8203;shiyuhang0](https://redirect.github.com/shiyuhang0) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1530](https://redirect.github.com/go-sql-driver/mysql/pull/1530) - [@&open-telemetry#8203;PauliusLozys](https://redirect.github.com/PauliusLozys) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1541](https://redirect.github.com/go-sql-driver/mysql/pull/1541) - [@&open-telemetry#8203;crazycs520](https://redirect.github.com/crazycs520) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1333](https://redirect.github.com/go-sql-driver/mysql/pull/1333) - [@&open-telemetry#8203;ItalyPaleAle](https://redirect.github.com/ItalyPaleAle) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1469](https://redirect.github.com/go-sql-driver/mysql/pull/1469) **Full Changelog**: go-sql-driver/mysql@v1.7.1...v1.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 653c5fc - Browse repository at this point
Copy the full SHA 653c5fcView commit details -
fix(deps): update module go.mongodb.org/mongo-driver to v1.17.0 (open…
…-telemetry#35261) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.mongodb.org/mongo-driver](https://redirect.github.com/mongodb/mongo-go-driver) | `v1.16.1` -> `v1.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.mongodb.org%2fmongo-driver/v1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.mongodb.org%2fmongo-driver/v1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.mongodb.org%2fmongo-driver/v1.16.1/v1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.mongodb.org%2fmongo-driver/v1.16.1/v1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mongodb/mongo-go-driver (go.mongodb.org/mongo-driver)</summary> ### [`v1.17.0`](https://redirect.github.com/mongodb/mongo-go-driver/compare/v1.16.1...v1.17.0) [Compare Source](https://redirect.github.com/mongodb/mongo-go-driver/compare/v1.16.1...v1.17.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b4f0df - Browse repository at this point
Copy the full SHA 3b4f0dfView commit details -
fix(deps): update module github.com/aerospike/aerospike-client-go/v7 …
…to v7.7.0 (open-telemetry#35254) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aerospike/aerospike-client-go/v7](https://redirect.github.com/aerospike/aerospike-client-go) | `v7.6.1` -> `v7.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.6.1/v7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.6.1/v7.7.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>aerospike/aerospike-client-go (github.com/aerospike/aerospike-client-go/v7)</summary> ### [`v7.7.0`](https://redirect.github.com/aerospike/aerospike-client-go/blob/HEAD/CHANGELOG.md#September-13-2024-v770) [Compare Source](https://redirect.github.com/aerospike/aerospike-client-go/compare/v7.6.1...v7.7.0) Minor improvement release. - **Improvements** - \[CLIENT-3112] Correctly handle new error messages/error codes returned by AS 7.2. - \[CLIENT-3102] Add "XDR key busy" error code 32. - \[CLIENT-3119] Use Generics For a General Code Clean Up Uses several new generic containers to simplify concurrent access in the client. Uses a Guard as a monitor for the tend connection. This encapsulates synchronized tend connection management using said Guard. - Add documentation about client.WarmUp to the client initialization API. - **Fixes** - \[CLIENT-3082] BatchGet with empty Keys raises gRPC EOF error. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd1ddb6 - Browse repository at this point
Copy the full SHA cd1ddb6View commit details -
fix(deps): update module google.golang.org/grpc to v1.66.2 (open-tele…
…metry#35250) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.66.1` -> `v1.66.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.66.1/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.66.1/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.66.0` -> `v1.66.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.66.0/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.66.0/v1.66.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>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.66.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.2): Release 1.66.2 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.1...v1.66.2) ### Dependencies - Remove unintentional dependency on the `testing` package ([#&open-telemetry#8203;7579](https://redirect.github.com/grpc/grpc-go/issues/7579)) - Remove unintentional dependency on the `flate` package ([#&open-telemetry#8203;7595](https://redirect.github.com/grpc/grpc-go/issues/7595)) - Special Thanks: [@&open-telemetry#8203;ash2k](https://redirect.github.com/ash2k) ### Bug Fixes - client: fix a bug that prevented memory reuse after handling unary RPCs ([#&open-telemetry#8203;7571](https://redirect.github.com/grpc/grpc-go/issues/7571)) - Special Thanks: [@&open-telemetry#8203;coxley](https://redirect.github.com/coxley) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5fcf8c - Browse repository at this point
Copy the full SHA d5fcf8cView commit details -
added link to issue request for Package management in supervisord (op…
…en-telemetry#34735) **Description:** Updated README to include the request for adding Package management in SupervisorD **Link to tracking Issue:** open-telemetry#34734
Configuration menu - View commit details
-
Copy full SHA for 3ad0181 - Browse repository at this point
Copy the full SHA 3ad0181View commit details -
[hostmetricsreceiver] Set receiver.hostmetrics.normalizeProcessCPUUti…
…lization feature gate as stable (open-telemetry#34764) **Description:** receiver.hostmetrics.normalizeProcessCPUUtilization feature gate **Link to tracking Issue:** open-telemetry#34763 --------- Signed-off-by: Israel Blancas <[email protected]> Signed-off-by: Israel Blancas <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91a965b - Browse repository at this point
Copy the full SHA 91a965bView commit details -
Header Setter Extension: add default value to configuration (open-tel…
…emetry#34455) **Description:** <Describe what has changed.> * default value config * set default value in context source if metadata empty **Link to tracking Issue: open-telemetry#34412 **Testing:** tbd **Documentation:** see README.md --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3aff405 - Browse repository at this point
Copy the full SHA 3aff405View commit details -
[processor/tailsampling]: Enable inverse filtering for boolean attrib…
…ute filter (open-telemetry#34730) **Description:** This PR adds the `invert_match` option for `boolean_attribute` filters, as discussed in open-telemetry#34296 (comment) **Link to tracking Issue:** open-telemetry#34296 **Testing:** Added unit tests **Documentation:** The existing documentation already covered the semantics of the `invert_match` option --------- Signed-off-by: Florian Bacher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac5f9c4 - Browse repository at this point
Copy the full SHA ac5f9c4View commit details -
docs(attributeprocessor): Note it does not handle resource attributes (…
…open-telemetry#35253) Right now, the README in the attribute processor seems to indicate that it should match resource attributes. However, looking at the implementation of the filter processor, this doesn't do anything. Specifically, the function in filtermetric.go: newExpr(...) Doesn't handle resource metrics at all. While they deserialize (and likely should continue to do so, so they do not break things), they do not work. Co-authored-by: Andrew Howden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e030c8a - Browse repository at this point
Copy the full SHA e030c8aView commit details -
[pkg/stanza] Don't get formatted msg for events without an event prov…
…ider (open-telemetry#35227) **Description:** When the event doesn't have a Publisher we should not rely on the behavior of `EvtFormatMessage` API, given, that in some cases it reports error. Instead we should fallback to the non-formatted message to avoid logging error messages on the collector. See issue open-telemetry#35135. **Link to tracking Issue:** Fix open-telemetry#35135 **Testing:** Local validation of the processing of the events reported in the issue. **Documentation:** N/A --------- Co-authored-by: Daniel Jaglowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f18d50 - Browse repository at this point
Copy the full SHA 3f18d50View commit details -
[chore]: enable formatter rule from testifylint (open-telemetry#35187)
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [formatter](https://github.com/Antonboom/testifylint?tab=readme-ov-file#formatter) rule from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e03d5a - Browse repository at this point
Copy the full SHA 1e03d5aView commit details -
[chore]: enable useless-assert rule from testifylint (open-telemetry#…
…35219) #### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [useless-assert](https://github.com/Antonboom/testifylint?tab=readme-ov-file#useless-assert) rule from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2eb516 - Browse repository at this point
Copy the full SHA d2eb516View commit details -
[chore] update core again (open-telemetry#35285)
This updates a failing test in the filter processor --------- Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d551a65 - Browse repository at this point
Copy the full SHA d551a65View commit details -
chore(deps): update mongo docker tag to v7 (open-telemetry#35262)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mongo | final | major | `6.0` -> `7.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 239c259 - Browse repository at this point
Copy the full SHA 239c259View commit details -
Add JMX metrics gatherer version 1.39.0-alpha (open-telemetry#35268)
Add JMX metrics gatherer version `1.39.0-alpha`. cc @open-telemetry/java-contrib-approvers
Configuration menu - View commit details
-
Copy full SHA for 51d3e76 - Browse repository at this point
Copy the full SHA 51d3e76View commit details -
Add Azure Resource Logs translator (open-telemetry#34830)
**Description**: This PR adds a new Azure Resource Logs translator that can be used to convert Azure events into resource logs events using Semantic conventions defined here [here](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/azure/events.md). This supersedes following draft PR by updating it to have the latest semconv: - open-telemetry#32486 *Note*: A follow-up PR will update the Azure receiver to use the new translator. **Testing**: Includes unit tests to verify expected behaviours and data structures. **Documentation**: --- cc @markrendle @lmolkova @TylerHelmuth --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Mark Rendle <[email protected]> Co-authored-by: Alex Boten <[email protected]> Co-authored-by: Curtis Robert <[email protected]> Co-authored-by: Tyler Helmuth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc22efe - Browse repository at this point
Copy the full SHA fc22efeView commit details -
fix(deps): update module go.opentelemetry.io/contrib/instrumentation/…
…net/http/otelhttp to v0.55.0 (open-telemetry#35252) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.54.0` -> `v0.55.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.54.0/v0.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.54.0/v0.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9f69c3 - Browse repository at this point
Copy the full SHA a9f69c3View commit details -
[chore] update module github.com/google/go-github/v64 to v65 (open-te…
…lemetry#35266) **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.--> renovatebot couldn't handle the major dep upgrade properly, so I've done it manually for the whole repo. **Link to tracking Issue:** <Issue number if applicable> Supersedes update module github.com/google/go-github/v64 to v65
Configuration menu - View commit details
-
Copy full SHA for f18a0df - Browse repository at this point
Copy the full SHA f18a0dfView commit details -
[receiver/datadog][bug-fix] Add DD span
metrics
as attributes (open……-telemetry#35087) **Description:** <Describe what has changed.> Datadog [divides the span's tags](https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-core/src/main/java/datadog/trace/common/writer/ddagent/TraceMapperV0_5.java#L210-L212) into [two fields](https://github.com/DataDog/datadog-agent/blob/1739a048156d968bbe5fd8a1ace8e07c997d16d9/pkg/proto/datadog/trace/span.proto#L50-L55), `meta` for string values and `metrics` for numeric ones. Currently, the receiver isn't considering the `metrics` field when building the OTel span's attributes, losing this metadata during the conversion. This PR fixes this issue. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> --------- Co-authored-by: Sean Marciniak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b67c15 - Browse repository at this point
Copy the full SHA 5b67c15View commit details -
(otelarrowexporter): Create exporter per unique value of configured m…
…etadataKeys (open-telemetry#34827) **Description:** This PR forks open-telemetry#34235 and adds unit tests. **Link to tracking Issue:** open-telemetry#34178 --------- Co-authored-by: kristina.pathak <[email protected]> Co-authored-by: Joshua MacDonald <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e97d74 - Browse repository at this point
Copy the full SHA 4e97d74View commit details -
kubeletstatsreceiver: migrate to latest semconv version (open-telemet…
…ry#35273) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for f14be1c - Browse repository at this point
Copy the full SHA f14be1cView commit details -
[chore][pkg/ottl] Use faster json parsing library (open-telemetry#35130)
This follows open-telemetry#33785 by switching to a faster json library.
Configuration menu - View commit details
-
Copy full SHA for 112dc98 - Browse repository at this point
Copy the full SHA 112dc98View commit details -
[chore] Skip flaky test on Windows (open-telemetry#35302)
**Description:** Since `receiver/googlecloudspanner` is unmaintained I'm opting to simply skip the flaky test on Windows. **Link to tracking Issue:** Workaround for open-telemetry#32397
Configuration menu - View commit details
-
Copy full SHA for 448b4ec - Browse repository at this point
Copy the full SHA 448b4ecView commit details -
receivercreator: migrate to latest semconv version (open-telemetry#35311
) Description: The version of semconv is upgraded from v1.18.0 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 29f8e61 - Browse repository at this point
Copy the full SHA 29f8e61View commit details -
prometheusreceiver: migrate to latest semconv version (open-telemetry…
…#35309) Description: The version of semconv is upgraded from v1.25.0 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 0ddb451 - Browse repository at this point
Copy the full SHA 0ddb451View commit details -
skywalkingreceiver: migrate to latest semconv version (open-telemetry…
…#35314) Description: The version of semconv is upgraded from v1.18.0 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 1a8a8c7 - Browse repository at this point
Copy the full SHA 1a8a8c7View commit details -
pulsarreceiver: migrate to latest semconv version (open-telemetry#35310)
Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 5896103 - Browse repository at this point
Copy the full SHA 5896103View commit details -
sapmreceiver: migrate to latest semconv version (open-telemetry#35312)
Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 41f4ecc - Browse repository at this point
Copy the full SHA 41f4eccView commit details -
[exporter/splunkhec] Fix Capabilities with enabled batching (open-tel…
…emetry#35306) The exporter wrappers, like batch by scope and batch by resource, incorrectly claim that they are not mutating even if the wrapped exporter mutates the data. This leads to "invalid data access" runtime failures. This change fixes that. Co-authored-by: Antoine Toulme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abeba98 - Browse repository at this point
Copy the full SHA abeba98View commit details -
[ottl/pkg] Add support for locale in the Time converter (open-telemet…
…ry#35107) **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 support for locale in the `Time` converter, so it can parse timestamps written in non-english languages. The new `locale` parameter's value is optional, and can be specified as: `Time("Febrero 25 lunes, 2002, 02:03:04 p.m.", "%B %d %A, %Y, %r", "America/New_York", "es-ES")` The value must be a well-formed BCP-47 language tag, and a known [CLDR](https://cldr.unicode.org) v45 locale. **Link to tracking Issue:** open-telemetry#32978 **Testing:** Unit tests **Documentation:** ottl/README was updated to include the new optional `locale` parameter.
Configuration menu - View commit details
-
Copy full SHA for a8e590d - Browse repository at this point
Copy the full SHA a8e590dView commit details -
[processor/redaction] fix index-out-of-bounds panic when used in logs…
… pipeline. (open-telemetry#35331) **Description:** Fixes an index issue caused by an incorrect for loop condition. **Link to tracking Issue:** closes open-telemetry#35316 **Testing:** <Describe what testing was performed and which tests were added.> Updated unit test. The updated test panics without the fix
Configuration menu - View commit details
-
Copy full SHA for 08b1a85 - Browse repository at this point
Copy the full SHA 08b1a85View commit details -
[chore] Consolidate event code in WEL receiver (open-telemetry#35026)
This is a step towards open-telemetry#34720 which should have no user facing impact. It consolidates the event model by removing the notion of a "raw" event. The behavior of `raw` flag should remain the same because we still use different functions to build the output from the unified event.
Configuration menu - View commit details
-
Copy full SHA for 3633e0c - Browse repository at this point
Copy the full SHA 3633e0cView commit details -
[processor/transform] Add Conversion Function to OTTL for Exponential…
… Histo --> Histogram (open-telemetry#33824) ## Description This PR adds a custom metric function to the transformprocessor to convert exponential histograms to explicit histograms. Link to tracking issue: Resolves open-telemetry#33827 **Function Name** ``` convert_exponential_histogram_to_explicit_histogram ``` **Arguments:** - `distribution` (_upper, midpoint, uniform, random_) - `ExplicitBoundaries: []float64` **Usage example:** ```yaml processors: transform: error_mode: propagate metric_statements: - context: metric statements: - convert_exponential_histogram_to_explicit_histogram("random", [10.0, 20.0, 30.0, 40.0, 50.0, 60.0, 70.0, 80.0, 90.0, 100.0]) ``` **Converts:** ``` Resource SchemaURL: ScopeMetrics #0 ScopeMetrics SchemaURL: InstrumentationScope Metric #0 Descriptor: -> Name: response_time -> Description: -> Unit: -> DataType: ExponentialHistogram -> AggregationTemporality: Delta ExponentialHistogramDataPoints #0 Data point attributes: -> metric_type: Str(timing) StartTimestamp: 1970-01-01 00:00:00 +0000 UTC Timestamp: 2024-07-31 09:35:25.212037 +0000 UTC Count: 44 Sum: 999.000000 Min: 40.000000 Max: 245.000000 Bucket (32.000000, 64.000000], Count: 10 Bucket (64.000000, 128.000000], Count: 22 Bucket (128.000000, 256.000000], Count: 12 {"kind": "exporter", "data_type": "metrics", "name": "debug"} ``` **To:** ``` Resource SchemaURL: ScopeMetrics #0 ScopeMetrics SchemaURL: InstrumentationScope Metric #0 Descriptor: -> Name: response_time -> Description: -> Unit: -> DataType: Histogram -> AggregationTemporality: Delta HistogramDataPoints #0 Data point attributes: -> metric_type: Str(timing) StartTimestamp: 1970-01-01 00:00:00 +0000 UTC Timestamp: 2024-07-30 21:37:07.830902 +0000 UTC Count: 44 Sum: 999.000000 Min: 40.000000 Max: 245.000000 ExplicitBounds #0: 10.000000 ExplicitBounds #1: 20.000000 ExplicitBounds #2: 30.000000 ExplicitBounds #3: 40.000000 ExplicitBounds #4: 50.000000 ExplicitBounds #5: 60.000000 ExplicitBounds #6: 70.000000 ExplicitBounds #7: 80.000000 ExplicitBounds #8: 90.000000 ExplicitBounds #9: 100.000000 Buckets #0, Count: 0 Buckets #1, Count: 0 Buckets #2, Count: 0 Buckets #3, Count: 2 Buckets #4, Count: 5 Buckets #5, Count: 0 Buckets #6, Count: 3 Buckets #7, Count: 7 Buckets #8, Count: 2 Buckets #9, Count: 4 Buckets #10, Count: 21 {"kind": "exporter", "data_type": "metrics", "name": "debug"} ``` ### Testing - Several unit tests have been created. We have also tested by ingesting and converting exponential histograms from the `statsdreceiver` as well as directly via the `otlpreceiver` over grpc over several hours with a large amount of data. - We have clients that have been running this solution in production for a number of weeks. ### Readme description: ### convert_exponential_hist_to_explicit_hist `convert_exponential_hist_to_explicit_hist([ExplicitBounds])` the `convert_exponential_hist_to_explicit_hist` function converts an ExponentialHistogram to an Explicit (_normal_) Histogram. `ExplicitBounds` is represents the list of bucket boundaries for the new histogram. This argument is __required__ and __cannot be empty__. __WARNING:__ The process of converting an ExponentialHistogram to an Explicit Histogram is not perfect and may result in a loss of precision. It is important to define an appropriate set of bucket boundaries to minimize this loss. For example, selecting Boundaries that are too high or too low may result histogram buckets that are too wide or too narrow, respectively. --------- Co-authored-by: Kent Quirk <[email protected]> Co-authored-by: Tyler Helmuth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdd4b21 - Browse repository at this point
Copy the full SHA fdd4b21View commit details -
Replace @ycombinator with @lahsivjar as codeowner for elasticsearchex…
…porter (open-telemetry#35322) **Description:** This PR replaces @ycombinator with @lahsivjar as one of the codeowners for the `elasticsearchexporter` component. Over the past few months, @lahsivjar has been a far more active contributor to this component than @ycombinator.
Configuration menu - View commit details
-
Copy full SHA for 7a1681b - Browse repository at this point
Copy the full SHA 7a1681bView commit details -
[chore][exporter/elasticsearch] Refactor data point value handling (o…
…pen-telemetry#35298) **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.--> Refactor data point value handling for readability. No behavior change. **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 b59c7cd - Browse repository at this point
Copy the full SHA b59c7cdView commit details -
[chore] Update core to latest main (open-telemetry#35352)
- **[chore] multimod update stable modules** - **[chore] multimod update beta modules** - **[core] Update core to the latest main** --------- Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa9fc9f - Browse repository at this point
Copy the full SHA fa9fc9fView commit details -
[exporter/datadog] Upgrade logs to beta (open-telemetry#35359)
Upgrade logs in datadog exporter to beta now that the Datadog Agent logs pipeline is enabled by default. **Link to tracking Issue:** <Issue number if applicable>
Configuration menu - View commit details
-
Copy full SHA for 4aaa99b - Browse repository at this point
Copy the full SHA 4aaa99bView commit details -
[chore][pkg/ottl] Update Time directives (open-telemetry#35360)
I noticed these directives are missing from the documentation. No change to actual functionality. [Here is the list of directives used in code](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/5ec6872d5bffeddcb708437e9be98ab06b668d1a/internal/coreinternal/timeutils/internal/ctimefmt/ctimefmt.go#L23).
Configuration menu - View commit details
-
Copy full SHA for 0ee005e - Browse repository at this point
Copy the full SHA 0ee005eView commit details -
OTel-Arrow receiver timeout propagation (open-telemetry#34742)
**Description:** Receiver side of open-telemetry/otel-arrow#227. The exporter side is open-telemetry#34733. **Link to tracking Issue:** open-telemetry/otel-arrow#227 **Testing:** A new end-to-end integration test. ✅ **Documentation:** Since this is expected of gRPC receivers, no docs are changed. --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Bogdan Drutu <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e6df20 - Browse repository at this point
Copy the full SHA 4e6df20View commit details -
pulsarexporter: migrate to latest semconv version (open-telemetry#35371)
Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 This is a trivial upgrade because only the test file has been modified. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 diffs. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 99ebff7 - Browse repository at this point
Copy the full SHA 99ebff7View commit details -
alertmanagerexporter: migrate to latest semconv version (open-telemet…
…ry#35341) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 This is a trivial migration. semconv usage inside component: - conventions.AttributeServiceName="service.name" on both versions Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 2a8d7fd - Browse repository at this point
Copy the full SHA 2a8d7fdView commit details -
[chore] update core libs (open-telemetry#35373)
**Description:** Update core libraries. Handle deprecations and breaking changes from open-telemetry/opentelemetry-collector#11204
Configuration menu - View commit details
-
Copy full SHA for afeb387 - Browse repository at this point
Copy the full SHA afeb387View commit details -
[chore] Update otel (open-telemetry#35376)
**Description:** Update core packages to v0.110.0/1.16.0 --------- Signed-off-by: Tyler Helmuth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7daf1a - Browse repository at this point
Copy the full SHA e7daf1aView commit details -
mezmoexporter: migrate to latest semconv version (open-telemetry#35370)
Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 This is a trivial upgrade because only the test file has been modified. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 diffs. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 828c885 - Browse repository at this point
Copy the full SHA 828c885View commit details -
[processor/deltatocumulative]: do not drop Gauge, Summary (open-telem…
…etry#35372) **Description:** As an oversight, open-telemetry#33286 not only started dropping metrics without datapoints, but also all Gauges and Summaries. This change correctly passes those types through unaltered. **Link to tracking Issue:** Fixes open-telemetry#35284 **Testing:** `TestIgnore` was added _before_ fixing. It fails on current main, passes after this change **Documentation:** not needed --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84fe3df - Browse repository at this point
Copy the full SHA 84fe3dfView commit details -
[chore] Prepare release 0.110.0 (open-telemetry#35383)
The following commands were run to prepare this release: - make chlog-update VERSION=v0.110.0 - sed -i.bak s/0[.]109[.]0/0.110.0/g versions.yaml - make multimod-prerelease - make multimod-sync
Configuration menu - View commit details
-
Copy full SHA for 20f7679 - Browse repository at this point
Copy the full SHA 20f7679View commit details -
opampextension: migrate to newer semconv version (open-telemetry#35393)
Description: The version of semconv is upgraded from v1.18.0 to v1.27.0 This is a trivial upgrade. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator). All attributes used by this component have the same value in both versions. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 3f320b6 - Browse repository at this point
Copy the full SHA 3f320b6View commit details -
fix(deps): update module github.com/apache/thrift to v0.21.0 (open-te…
…lemetry#35396) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/apache/thrift](https://redirect.github.com/apache/thrift) | `v0.20.0` -> `v0.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fapache%2fthrift/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fapache%2fthrift/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fapache%2fthrift/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fapache%2fthrift/v0.20.0/v0.21.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>apache/thrift (github.com/apache/thrift)</summary> ### [`v0.21.0`](https://redirect.github.com/apache/thrift/releases/tag/v0.21.0): Version 0.21.0 [Compare Source](https://redirect.github.com/apache/thrift/compare/v0.20.0...v0.21.0) Please head over to the official release download source: http://thrift.apache.org/download The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8528f5 - Browse repository at this point
Copy the full SHA e8528f5View commit details -
fix(deps): update module github.com/tencentcloud/tencentcloud-sdk-go/…
…tencentcloud/common to v1.0.1009 (open-telemetry#35395) 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.1004` -> `v1.0.1009` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1009?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.1009?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.1004/v1.0.1009?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.1004/v1.0.1009?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.1009`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101009) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1008...v1.0.1009) #### API 网关(apigateway) 版本:2018-08-08 ##### 第 49 次发布 发布时间:2024-09-24 01:08:10 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203) #### 云服务器(cvm) 版本:2017-03-12 ##### 第 130 次发布 发布时间:2024-09-24 01:13:45 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo) - <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource #### 弹性 MapReduce(emr) 版本:2019-01-03 ##### 第 77 次发布 发布时间:2024-09-24 01:18:41 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205) - [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204) 新增数据结构: - [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig) - [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting) - [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig) 修改数据结构: - [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo) - 新增成员:ExtraPerformance - [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC) - 新增成员:Size - [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo) - 新增成员:SharedClusterId, SharedClusterIdDesc #### 腾讯电子签企业版(ess) 版本:2020-11-11 ##### 第 188 次发布 发布时间:2024-09-24 01:19:13 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058) - 新增入参:FlowBatchUrlInfo - [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412) - 新增入参:FlowDisplayType #### 腾讯电子签(基础版)(essbasic) 版本:2021-05-26 ##### 第 184 次发布 发布时间:2024-09-24 01:19:36 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059) - 新增入参:FlowBatchUrlInfo 修改数据结构: - [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo) - 新增成员:FlowDisplayType #### 腾讯电子签(基础版)(essbasic) 版本:2020-12-22 #### 人脸核身(faceid) 版本:2018-03-01 ##### 第 79 次发布 发布时间:2024-09-24 01:19:58 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig) - 新增成员:Speed #### 云数据库 PostgreSQL(postgres) 版本:2017-03-12 ##### 第 45 次发布 发布时间:2024-09-24 01:27:27 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateDatabase](https://cloud.tencent.com/document/api/409/111207) - [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206) 修改接口: - [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353) - 新增出参:Databases 新增数据结构: - [Database](https://cloud.tencent.com/document/api/409/16778#Database) ### [`v1.0.1008`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101008) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1007...v1.0.1008) #### 集团账号管理(organization) 版本:2021-03-31 ##### 第 38 次发布 发布时间:2024-09-23 12:16:37 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944) - [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180) 修改接口: - [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930) - 新增入参:Tags - [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310) - 新增入参:Tags - [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220) - 新增入参:Tags - [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926) - 新增入参:Tags 新增数据结构: - [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile) - [Tag](https://cloud.tencent.com/document/api/850/67060#Tag) 修改数据结构: - [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember) - 新增成员:Tags - [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode) - 新增成员:Tags #### 集团账号管理(organization) 版本:2018-12-25 ### [`v1.0.1007`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101007) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1006...v1.0.1007) #### 弹性伸缩(as) 版本:2018-04-19 ##### 第 73 次发布 发布时间:2024-09-20 12:54:26 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [ServiceSettings](https://cloud.tencent.com/document/api/377/20453#ServiceSettings) - 新增成员:ReplaceMode #### 语音识别(asr) 版本:2019-06-14 ##### 第 40 次发布 发布时间:2024-09-23 01:07:54 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [GetUsageByDate](https://cloud.tencent.com/document/api/1093/111167) 新增数据结构: - [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo) - [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData) #### 混沌演练平台(cfg) 版本:2021-08-20 ##### 第 20 次发布 发布时间:2024-09-20 12:56:59 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775) - 新增入参:Record #### 主机安全(cwp) 版本:2018-02-28 ##### 第 123 次发布 发布时间:2024-09-20 12:58:49 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CheckBashPolicyParams](https://cloud.tencent.com/document/api/296/99650) - 新增入参:Rules - [ModifyJavaMemShellsStatus](https://cloud.tencent.com/document/api/296/99654) - 新增入参:UpdateAll - <font color="#dd0000">**修改入参**:</font>Ids 新增数据结构: - [CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine) - [PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules) 修改数据结构: - [BashPolicy](https://cloud.tencent.com/document/api/296/19867#BashPolicy) - 新增成员:Rules - [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo) - 新增成员:ClassName, SuperClassName, Interfaces, Annotations, LoaderClassName - <font color="#dd0000">**修改成员**:</font>Id, Alias, HostIp, Type, Description, CreateTime, RecentFoundTime, Status, Quuid, MachineExtraInfo, Uuid #### 数据湖计算 DLC(dlc) 版本:2021-01-25 ##### 第 104 次发布 发布时间:2024-09-20 13:00:46 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateTasks](https://cloud.tencent.com/document/api/1342/59274) - 新增入参:IsMultiStatement #### 大模型知识引擎(lke) 版本:2023-11-30 ##### 第 17 次发布 发布时间:2024-09-20 13:06:39 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069) - [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068) - [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067) - [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066) - [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065) - [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064) - [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063) - [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062) 新增数据结构: - [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail) - [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat) #### 媒体处理(mps) 版本:2019-06-12 ##### 第 96 次发布 发布时间:2024-09-20 13:07:52 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo) - 新增成员:Zones #### 消息队列 MQTT 版(mqtt) 版本:2024-05-16 ##### 第 2 次发布 发布时间:2024-09-20 13:08:14 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079) - [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078) - [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077) - [CreateTopic](https://cloud.tencent.com/document/api/1778/111084) - [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088) - [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076) - [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083) - [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075) - [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074) - [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073) - [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082) - [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072) - [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087) - [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086) - [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081) - [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071) - [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070) 新增数据结构: - [AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem) - [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority) - [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem) - [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem) #### 医疗报告结构化(mrs) 版本:2020-09-10 ##### 第 27 次发布 发布时间:2024-09-20 13:08:23 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM) - <font color="#dd0000">**修改成员**:</font>Name, Index, Src, Value, PT, PN, PM, Coords #### 容器安全服务(tcss) 版本:2020-11-01 ##### 第 65 次发布 发布时间:2024-09-20 13:11:46 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**预下线接口**:</font> - DeleteCompliancePolicyItemFromWhitelist #### 容器服务(tke) 版本:2022-05-01 #### 容器服务(tke) 版本:2018-05-25 ##### 第 181 次发布 发布时间:2024-09-23 01:27:12 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168) ##### 第 180 次发布 发布时间:2024-09-20 13:13:40 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089) #### 向量数据库(vdb) 版本:2023-06-16 ##### 第 6 次发布 发布时间:2024-09-20 13:15:27 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo) - 新增成员:ApiVersion #### 云点播(vod) 版本:2024-07-18 #### 云点播(vod) 版本:2018-07-17 ##### 第 187 次发布 发布时间:2024-09-20 13:15:33 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeEventConfig](https://cloud.tencent.com/document/api/266/55296) - 新增出参:PersistenceCompleteEventSwitch - [ModifyEventConfig](https://cloud.tencent.com/document/api/266/55244) - 新增入参:PersistenceCompleteEventSwitch 新增数据结构: - [PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask) 修改数据结构: - [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent) - 新增成员:PersistenceCompleteEvent #### 私有网络(vpc) 版本:2017-03-12 ##### 第 206 次发布 发布时间:2024-09-20 13:16:10 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [Address](https://cloud.tencent.com/document/api/215/15824#Address) - 新增成员:UnVpcId - [Quota](https://cloud.tencent.com/document/api/215/15824#Quota) - 新增成员:QuotaGroup - <font color="#dd0000">**修改成员**:</font>QuotaId, QuotaCurrent, QuotaLimit ### [`v1.0.1006`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101006) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1005...v1.0.1006) #### 消息队列 MQTT 版(mqtt) 版本:2024-05-16 ##### 第 1 次发布 发布时间:2024-09-19 14:22:10 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeInstance](https://cloud.tencent.com/document/api/1778/111030) - [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029) 新增数据结构: - [Filter](https://cloud.tencent.com/document/api/1778/111031#Filter) - [MQTTInstanceItem](https://cloud.tencent.com/document/api/1778/111031#MQTTInstanceItem) - [TagFilter](https://cloud.tencent.com/document/api/1778/111031#TagFilter) ### [`v1.0.1005`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101005) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1004...v1.0.1005) #### 云数据库 MySQL(cdb) 版本:2017-03-20 ##### 第 167 次发布 发布时间:2024-09-19 01:11:20 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CloseWanService](https://cloud.tencent.com/document/api/236/15863) - 新增入参:OpResourceId - [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/236/15853) - 新增入参:OpResourceId - [ModifyDBInstanceVipVport](https://cloud.tencent.com/document/api/236/15867) - 新增入参:OpResourceId - [OpenWanService](https://cloud.tencent.com/document/api/236/15875) - 新增入参:OpResourceId - [SwitchDBInstanceMasterSlave](https://cloud.tencent.com/document/api/236/52171) - 新增入参:DstNodeId #### 容器服务(tke) 版本:2022-05-01 #### 容器服务(tke) 版本:2018-05-25 ##### 第 179 次发布 发布时间:2024-09-19 02:21:23 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeOpenPolicyList](https://cloud.tencent.com/document/api/457/111011) - [ModifyOpenPolicyList](https://cloud.tencent.com/document/api/457/111010) 修改接口: - [DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767) - 新增出参:PublicCustomDomain 新增数据结构: - [OpenConstraintInfo](https://cloud.tencent.com/document/api/457/31866#OpenConstraintInfo) - [OpenPolicyInfo](https://cloud.tencent.com/document/api/457/31866#OpenPolicyInfo) - [OpenPolicySwitch](https://cloud.tencent.com/document/api/457/31866#OpenPolicySwitch) 修改数据结构: - [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster) - 新增成员:CdcId - [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings) - <font color="#dd0000">**修改成员**:</font>IgnoreClusterCIDRConflict, MaxNodePodNum, MaxClusterServiceNum, Ipvs, VpcId, Cni #### 私有网络(vpc) 版本:2017-03-12 ##### 第 205 次发布 发布时间:2024-09-19 02:31:07 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateVpcEndPoint](https://cloud.tencent.com/document/api/215/54685) - 新增入参:Tags </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8f32e7 - Browse repository at this point
Copy the full SHA f8f32e7View commit details -
fix(deps): update module github.com/aerospike/aerospike-client-go/v7 …
…to v7.7.1 (open-telemetry#35382) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aerospike/aerospike-client-go/v7](https://redirect.github.com/aerospike/aerospike-client-go) | `v7.7.0` -> `v7.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.7.0/v7.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faerospike%2faerospike-client-go%2fv7/v7.7.0/v7.7.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>aerospike/aerospike-client-go (github.com/aerospike/aerospike-client-go/v7)</summary> ### [`v7.7.1`](https://redirect.github.com/aerospike/aerospike-client-go/blob/HEAD/CHANGELOG.md#September-18-2024-v771) [Compare Source](https://redirect.github.com/aerospike/aerospike-client-go/compare/v7.7.0...v7.7.1) Hot Fix release. This version fixes a major bug introduced in v7.7.0. You should use this release instead. - **Fixes** - \[CLIENT-3122] Fix `nil` dereference in the tend logic. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e3266a - Browse repository at this point
Copy the full SHA 3e3266aView commit details -
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2…
….29.0 (open-telemetry#35397) 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.3` -> `v2.29.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.29.0?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.29.0?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.3/v2.29.0?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.3/v2.29.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>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.29.0`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2290-2024-09-24----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.28.3...v2.29.0) #### What's Changed ##### Enhancements 🎉 - Add ability to handle context cancellations for TCP protocol by [@&open-telemetry#8203;tinybit](https://redirect.github.com/tinybit) in [https://github.com/ClickHouse/clickhouse-go/pull/1389](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1389) ##### Other Changes 🛠 - Add Examples for batch.Column(n).AppendRow in columnar_insert.go by [@&open-telemetry#8203;achmad-dev](https://redirect.github.com/achmad-dev) in [https://github.com/ClickHouse/clickhouse-go/pull/1410](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1410) #### New Contributors - [@&open-telemetry#8203;achmad-dev](https://redirect.github.com/achmad-dev) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1410](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1410) - [@&open-telemetry#8203;tinybit](https://redirect.github.com/tinybit) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1389](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1389) **Full Changelog**: ClickHouse/clickhouse-go@v2.28.3...v2.29.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8171e60 - Browse repository at this point
Copy the full SHA 8171e60View commit details -
fix(deps): update module cloud.google.com/go/compute/metadata to v0.5…
….2 (open-telemetry#35381) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloud.google.com/go/compute/metadata](https://redirect.github.com/googleapis/google-cloud-go) | `v0.5.1` -> `v0.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.1/v0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fcompute%2fmetadata/v0.5.1/v0.5.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4540c7a - Browse repository at this point
Copy the full SHA 4540c7aView commit details -
fix(deps): update all github.com/datadog packages to v0.57.1 (open-te…
…lemetry#35379) 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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline](https://redirect.github.com/DataDog/datadog-agent) | `v0.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/config/model](https://redirect.github.com/DataDog/datadog-agent) | `v0.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/config/setup](https://redirect.github.com/DataDog/datadog-agent) | `v0.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/logs/sources](https://redirect.github.com/DataDog/datadog-agent) | `v0.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/obfuscate](https://redirect.github.com/DataDog/datadog-agent) | `v0.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/proto](https://redirect.github.com/DataDog/datadog-agent) | `v0.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-agent/pkg/trace](https://redirect.github.com/DataDog/datadog-agent) | `v0.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?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.57.0` -> `v0.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.57.1?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.57.1?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.57.0/v0.57.1?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.57.0/v0.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e979790 - Browse repository at this point
Copy the full SHA e979790View commit details -
fix(deps): update module github.com/leodido/go-syslog/v4 to v4.2.0 (o…
…pen-telemetry#35398) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/leodido/go-syslog/v4](https://redirect.github.com/leodido/go-syslog) | `v4.1.0` -> `v4.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fleodido%2fgo-syslog%2fv4/v4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fleodido%2fgo-syslog%2fv4/v4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fleodido%2fgo-syslog%2fv4/v4.1.0/v4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fleodido%2fgo-syslog%2fv4/v4.1.0/v4.2.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>leodido/go-syslog (github.com/leodido/go-syslog/v4)</summary> ### [`v4.2.0`](https://redirect.github.com/leodido/go-syslog/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/leodido/go-syslog/compare/v4.1.0...v4.2.0) <!-- Release notes generated using configuration in .github/release.yml at v4.2.0 --> #### What's Changed ##### Features & Enhancements 🎉 - feat(octetcounting): re-use readers by [@&open-telemetry#8203;sinkingpoint](https://redirect.github.com/sinkingpoint) in [https://github.com/leodido/go-syslog/pull/18](https://redirect.github.com/leodido/go-syslog/pull/18) ##### Other Changes 🫶 - docs: fix link for octect counting section in the RFC by [@&open-telemetry#8203;palash25](https://redirect.github.com/palash25) in [https://github.com/leodido/go-syslog/pull/17](https://redirect.github.com/leodido/go-syslog/pull/17) #### New Contributors - [@&open-telemetry#8203;palash25](https://redirect.github.com/palash25) made their first contribution in [https://github.com/leodido/go-syslog/pull/17](https://redirect.github.com/leodido/go-syslog/pull/17) - [@&open-telemetry#8203;sinkingpoint](https://redirect.github.com/sinkingpoint) made their first contribution in [https://github.com/leodido/go-syslog/pull/18](https://redirect.github.com/leodido/go-syslog/pull/18) **Full Changelog**: leodido/go-syslog@v4.1.0...v4.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c48554 - Browse repository at this point
Copy the full SHA 0c48554View commit details -
chore(deps): update otel/opentelemetry-collector docker tag to v0.110…
….0 (open-telemetry#35399) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.109.0` -> `0.110.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)</summary> ### [`v0.110.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.110.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.109.0...v0.110.0) Check the [v0.110.0 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.110.0) and the [v0.110.0 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.110.0) for changelogs on specific components. #### Changelog - [`aaa6ec9`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/aaa6ec92e590cb9b6415eba52588431059a00bb4) Pin goreleaser to v2.2.0 in remaining CI workflows ([#&open-telemetry#8203;676](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/676)) - [`b65fad9`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/b65fad91e2eca3f75cccebdd62851c6ff4cb4422) \[chore] prepare v0.110.0 release ([#&open-telemetry#8203;674](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/674)) - [`705766b`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/705766b0ab219bc29831abf04207edc804e92e12) remove deprecated instana exporter ([#&open-telemetry#8203;673](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/673)) - [`befe950`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/befe9509c530f7f48f5e6d7facbc27fa79ebefcb) Pin CI goreleaser version to v2.2.0 ([#&open-telemetry#8203;667](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/667)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cea2a76 - Browse repository at this point
Copy the full SHA cea2a76View commit details -
fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/storag…
…e/azblob to v1.4.1 (open-telemetry#35384) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://redirect.github.com/Azure/azure-sdk-for-go) | `v1.4.0` -> `v1.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fstorage%2fazblob/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fstorage%2fazblob/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fstorage%2fazblob/v1.4.0/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fstorage%2fazblob/v1.4.0/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3a7702 - Browse repository at this point
Copy the full SHA c3a7702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d266b - Browse repository at this point
Copy the full SHA 77d266bView commit details -
[chore] Nominate @pjanotti as triager (open-telemetry#35326)
**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.--> - PRs reviewed: https://github.com/open-telemetry/opentelemetry-collector-contrib/pulls?q=is%3Apr+reviewed-by%3Apjanotti+ - PRs authored: https://github.com/open-telemetry/opentelemetry-collector-contrib/pulls?q=is%3Apr+author%3Apjanotti+ - Issues created: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aissue+author%3Apjanotti+ - Issues commented: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aissue+commenter%3Apjanotti+ - Commits: https://github.com/open-telemetry/opentelemetry-collector-contrib/commits?author=pjanotti&since=2023-05-31&until=now **Link to tracking Issue:** <Issue number if applicable> Resolves open-telemetry#35303
Configuration menu - View commit details
-
Copy full SHA for d670178 - Browse repository at this point
Copy the full SHA d670178View commit details -
[chore] Update datadog connector README.md (open-telemetry#35374)
**Documentation:** <Describe the documentation added.> Fix typos in datadog connector documentation
Configuration menu - View commit details
-
Copy full SHA for 1b62c6e - Browse repository at this point
Copy the full SHA 1b62c6eView commit details -
datadogconnector: migrate to latest semconv version (open-telemetry#3…
…5269) Description: The version of semconv is upgraded from to v1.17.0 and v1.5.0 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ee8eca - Browse repository at this point
Copy the full SHA 8ee8ecaView commit details -
splunkhecreceiver: migrate to latest semconv version (open-telemetry#…
…35315) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 2c4cd12 - Browse repository at this point
Copy the full SHA 2c4cd12View commit details -
spanmetricsconnector: migrate to latest semconv version (open-telemet…
…ry#35272) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 72cd4b7 - Browse repository at this point
Copy the full SHA 72cd4b7View commit details -
chore(deps): update otel/opentelemetry-collector-contrib docker tag t…
…o v0.110.0 (open-telemetry#35403) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.109.0` -> `0.110.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.110.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.110.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.109.0...v0.110.0) Check the [v0.110.0 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.110.0) and the [v0.110.0 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.110.0) for changelogs on specific components. #### Changelog - [`aaa6ec9`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/aaa6ec92e590cb9b6415eba52588431059a00bb4) Pin goreleaser to v2.2.0 in remaining CI workflows ([#&open-telemetry#8203;676](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/676)) - [`b65fad9`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/b65fad91e2eca3f75cccebdd62851c6ff4cb4422) \[chore] prepare v0.110.0 release ([#&open-telemetry#8203;674](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/674)) - [`705766b`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/705766b0ab219bc29831abf04207edc804e92e12) remove deprecated instana exporter ([#&open-telemetry#8203;673](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/673)) - [`befe950`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/befe9509c530f7f48f5e6d7facbc27fa79ebefcb) Pin CI goreleaser version to v2.2.0 ([#&open-telemetry#8203;667](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/667)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d835024 - Browse repository at this point
Copy the full SHA d835024View commit details -
servicegraphconnector: migrate to semconv version 1.25.0 (open-teleme…
…try#35271) Description: The version of semconv is upgraded from v1.13.0 and v1.9.0 to v1.25.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for eed5826 - Browse repository at this point
Copy the full SHA eed5826View commit details -
fix(deps): update module github.com/open-telemetry/opentelemetry-coll…
…ector-contrib/internal/common to v0.110.0 (open-telemetry#35404) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/internal/common](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib) | `v0.109.0` -> `v0.110.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.109.0/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.109.0/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)</summary> ### [`v0.110.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01100) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.109.0...v0.110.0) ##### 🛑 Breaking changes 🛑 - `pkg/stanza`: Move `filelog.container.removeOriginalTimeField` feature gate to beta ([#&open-telemetry#8203;33389](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33389)) - Disable the `filelog.container.removeOriginalTimeField` feature gate to get the old behavior. - `resourcedetectionprocessor`: Move `processor.resourcedetection.hostCPUSteppingAsString` feature gate to stable. ([#&open-telemetry#8203;31136](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/31136)) - `resourcedetectionprocessor`: Remove `processor.resourcedetection.hostCPUModelAndFamilyAsString` feature gate. ([#&open-telemetry#8203;29025](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29025)) ##### 🚩 Deprecations 🚩 - `hostmetricsreceiver`: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. ([#&open-telemetry#8203;34763](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34763)) ##### 🚀 New components 🚀 - `azurelogs_translater`: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. ([#&open-telemetry#8203;39704](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/39704)) - `dorisexporter`: logs implementation ([#&open-telemetry#8203;33479](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33479)) - `dorisexporter`: traces implementation ([#&open-telemetry#8203;33479](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33479)) ##### 💡 Enhancements 💡 - `otelarrowexporter`: Allow separate arrow exporter per unique value of configured metadataKeys. ([#&open-telemetry#8203;34178](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34178)) - `processor/transform`: Add custom function to the transform processor to convert exponential histograms to explicit histograms. ([#&open-telemetry#8203;33827](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33827)) - `datadogconnector`: Map the new OTel semantic convention `deployment.environment.name` to `env` for OTLP traces in APM stats. ([#&open-telemetry#8203;35147](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35147)) The old convention `deployment.environment` still works - `datadogexporter`: Map the new OTel semantic convention `deployment.environment.name` to `env` for OTLP traces, metrics and logs. ([#&open-telemetry#8203;35147](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35147)) The old convention `deployment.environment` still works - `file_storage`: provide a new option to the user to create a directory on start ([#&open-telemetry#8203;34939](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34939)) - `headersetterextension`: adding default_value config ([#&open-telemetry#8203;34412](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34412)) default_value config item applied in case context value is empty - `kafkaexporter`: Add support for encoding extensions in the Kafka exporter. ([#&open-telemetry#8203;34384](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34384)) This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings. - `datadogexporter`: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. ([#&open-telemetry#8203;35025](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35025)) - `otelarrowexporter`: Add BatcherConfig field following similar in OTLP exporter. ([#&open-telemetry#8203;34802](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34802)) - `otelarrowreceiver`: Add gRPC timeout propagation. ([#&open-telemetry#8203;34742](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34742)) - `kafkareceiver`: Add support for `otlp_json` encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. ([#&open-telemetry#8203;33627](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33627)) This encoding allows the Kafka receiver to handle trace data in JSON format, enabling integration with systems that export traces as JSON-encoded data. - `pkg/ottl`: Improved JSON unmarshaling performance by 10-20% by switching dependencies. ([#&open-telemetry#8203;35130](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35130)) - `pkg/ottl`: Added support for locale in the Time converter ([#&open-telemetry#8203;32978](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/32978)) - `datadogexporter`: Upgrade logs in Datadog Exporter to beta ([#&open-telemetry#8203;35359](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35359)) - `remotetapprocessor`: Origin header is no longer required for websocket connections ([#&open-telemetry#8203;34925](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34925)) - `deltatorateprocessor`: Remove unnecessary data copies. ([#&open-telemetry#8203;35165](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35165)) - `transformprocessor`: Remove unnecessary data copy when transform sum to/from gauge ([#&open-telemetry#8203;35177](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35177)) - `sapmexporter`: Prioritize token in context when accesstokenpassthrough is enabled ([#&open-telemetry#8203;35123](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35123)) - `tailsamplingprocessor`: Fix the behavior for numeric tag filters with `inverse_match` set to `true`. ([#&open-telemetry#8203;34296](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34296)) ##### 🧰 Bug fixes 🧰 - `splunkenterprise`: Fix a flaky search related to iops metrics. ([#&open-telemetry#8203;35081](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35081)) - `azuremonitorexporter`: fix issue for property endpoint is ignored when using instrumentation_key ([#&open-telemetry#8203;33971](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33971)) - `groupbytraceprocessor`: Ensure processor_groupbytrace_incomplete_releases metric has a unit. ([#&open-telemetry#8203;35221](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35221)) - `datadogreceiver`: Fix numeric span attributes ([#&open-telemetry#8203;35087](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35087)) - `deltatocumulative`: do not drop gauges and summaries ([#&open-telemetry#8203;35284](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35284)) Gauges and Summaries are no longer dropped from processor output. Instead, they are passed through as-is - `pkg/stanza`: Do not get formatted message for Windows events without an event provider. ([#&open-telemetry#8203;35135](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35135)) Attempting to get the formatted message for Windows events without an event provider can result in an error being logged. | This change ensures that the formatted message is not retrieved for such events. - `cmd/opampsupervisor`: Ensure the Supervisor processes all fields in a ServerToAgent message. ([#&open-telemetry#8203;34349](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34349)) - `signalfxexporter`: Ensure token is not sent through for event data ([#&open-telemetry#8203;35154](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35154)) - `prometheusreceiver`: Fix the retrieval of scrape configurations by also considering scrape config files ([#&open-telemetry#8203;34786](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34786)) - `redactionprocessor`: Fix panic when using the redaction processor in a logs pipeline ([#&open-telemetry#8203;35331](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35331)) - `exporter/splunkhec`: Fix incorrect claim that the exporter doesn't mutate data when batching is enabled. ([#&open-telemetry#8203;35306](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35306)) The bug lead to runtime panics when the exporter was used with the batcher enabled in a fanout scenario. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 554952d - Browse repository at this point
Copy the full SHA 554952dView commit details -
fix(deps): update module github.com/klauspost/compress to v1.17.10 (o…
…pen-telemetry#35385) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/klauspost/compress](https://redirect.github.com/klauspost/compress) | `v1.17.9` -> `v1.17.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?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>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.10`](https://redirect.github.com/klauspost/compress/releases/tag/v1.17.10) [Compare Source](https://redirect.github.com/klauspost/compress/compare/v1.17.9...v1.17.10) #### What's Changed - gzhttp: Add TransportAlwaysDecompress option. by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/klauspost/compress/pull/978](https://redirect.github.com/klauspost/compress/pull/978) - s2: Add EncodeBuffer buffer recycling callback by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/klauspost/compress/pull/982](https://redirect.github.com/klauspost/compress/pull/982) - zstd: Improve memory usage on small streaming encodes by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/klauspost/compress/pull/1007](https://redirect.github.com/klauspost/compress/pull/1007) - gzhttp: Add supported decompress request body by [@&open-telemetry#8203;mirecl](https://redirect.github.com/mirecl) in [https://github.com/klauspost/compress/pull/1002](https://redirect.github.com/klauspost/compress/pull/1002) - flate: read data written with partial flush by [@&open-telemetry#8203;vajexal](https://redirect.github.com/vajexal) in [https://github.com/klauspost/compress/pull/996](https://redirect.github.com/klauspost/compress/pull/996) - ci: Upgrade Go & other by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/klauspost/compress/pull/1008](https://redirect.github.com/klauspost/compress/pull/1008) - docs: Small typofix in comment by [@&open-telemetry#8203;Jille](https://redirect.github.com/Jille) in [https://github.com/klauspost/compress/pull/976](https://redirect.github.com/klauspost/compress/pull/976) - build(deps): bump the github-actions group with 2 updates by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/klauspost/compress/pull/979](https://redirect.github.com/klauspost/compress/pull/979) - docs: Fix URL typo when installing builddict by [@&open-telemetry#8203;Wikidepia](https://redirect.github.com/Wikidepia) in [https://github.com/klauspost/compress/pull/980](https://redirect.github.com/klauspost/compress/pull/980) - build(deps): bump the github-actions group with 2 updates by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/klauspost/compress/pull/985](https://redirect.github.com/klauspost/compress/pull/985) - Fix typos by [@&open-telemetry#8203;deining](https://redirect.github.com/deining) in [https://github.com/klauspost/compress/pull/986](https://redirect.github.com/klauspost/compress/pull/986) - build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/klauspost/compress/pull/997](https://redirect.github.com/klauspost/compress/pull/997) #### New Contributors - [@&open-telemetry#8203;Wikidepia](https://redirect.github.com/Wikidepia) made their first contribution in [https://github.com/klauspost/compress/pull/980](https://redirect.github.com/klauspost/compress/pull/980) - [@&open-telemetry#8203;deining](https://redirect.github.com/deining) made their first contribution in [https://github.com/klauspost/compress/pull/986](https://redirect.github.com/klauspost/compress/pull/986) - [@&open-telemetry#8203;vajexal](https://redirect.github.com/vajexal) made their first contribution in [https://github.com/klauspost/compress/pull/996](https://redirect.github.com/klauspost/compress/pull/996) - [@&open-telemetry#8203;mirecl](https://redirect.github.com/mirecl) made their first contribution in [https://github.com/klauspost/compress/pull/1002](https://redirect.github.com/klauspost/compress/pull/1002) **Full Changelog**: klauspost/compress@v1.17.9...v1.17.10 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88a3aa4 - Browse repository at this point
Copy the full SHA 88a3aa4View commit details -
kafkareceiver: migrate to latest semconv version (open-telemetry#35240)
Description: The version of semconv is upgraded from to v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for ddba981 - Browse repository at this point
Copy the full SHA ddba981View commit details -
tencentcloudlogserviceexporter: migrate to newer semconv version (ope…
…n-telemetry#35392) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 This is a trivial upgrade. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator). All attributes used by this component have the same value in both versions. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for f6cb7d1 - Browse repository at this point
Copy the full SHA f6cb7d1View commit details -
splunkhecexporter: migrate to newer semconv version (open-telemetry#3…
…5391) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 This is a trivial upgrade. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator). All attributes used by this component have the same value in both versions. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 2b7cd0f - Browse repository at this point
Copy the full SHA 2b7cd0fView commit details -
[chore][receiver/apachespark] Wording and formatting changes in the R…
…EADME (open-telemetry#35335) **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.--> Just some minor nits and suggestions to the README.
Configuration menu - View commit details
-
Copy full SHA for 6d112d0 - Browse repository at this point
Copy the full SHA 6d112d0View commit details -
[pkg/stanza] Windows input operator should resubscribe when remote ho…
…st restarts (open-telemetry#35175) **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.--> While collecting Windows Event Logs from a remote host, if that host restarts or shuts off, the collector begins logging errors and stops collecting WE logs, even after the remote host is back up. Restarting the collector fixes this. To fix this without restarting the collector, the stanza input operator needs to resubscribe if the remote host restarts. Error log: ``` "Failed to read events from subscription","error":"The handle is invalid." ``` **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Manually tested with a build of the collector, and confirmed logs continue being collected after the remote host restarts. **Documentation:** <Describe the documentation added.> N/A, this change is expected behavior
Configuration menu - View commit details
-
Copy full SHA for 650ffc5 - Browse repository at this point
Copy the full SHA 650ffc5View commit details -
[chore][Testbed] - Try flushing the data before exiting in load gener…
…ator (open-telemetry#35211) **Description:** In the `LoadGenerator`, if we encounter a non-permanent error and are in the process of retrying, we should not immediately exit upon receiving a stop signal. Instead, we need to first flush the existing data and then proceed to exit the LoadGenerator. This is necessary for stress test cases and we need to validate the data received and data sent. --------- Co-authored-by: Daniel Jaglowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de0a195 - Browse repository at this point
Copy the full SHA de0a195View commit details -
chore: these tests do not compile (open-telemetry#35408)
These haven't worked in some time, removing them. --------- Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab0d9a2 - Browse repository at this point
Copy the full SHA ab0d9a2View commit details -
exporter/instana: remove deprecated exporter (open-telemetry#35367)
This removes the exporter, it has been deprecated since March 2024 Fixes open-telemetry#34994 --------- Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4606cc2 - Browse repository at this point
Copy the full SHA 4606cc2View commit details -
fix(deps): update module google.golang.org/api to v0.198.0 (open-tele…
…metry#35405) 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.197.0` -> `v0.198.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.198.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.198.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.197.0/v0.198.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.197.0/v0.198.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.198.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.198.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.197.0...v0.198.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2780](https://redirect.github.com/googleapis/google-api-go-client/issues/2780)) ([3c2f8ce](https://redirect.github.com/googleapis/google-api-go-client/commit/3c2f8ceed16459df46581c51793c8db52ff3277a)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2782](https://redirect.github.com/googleapis/google-api-go-client/issues/2782)) ([5a4dc60](https://redirect.github.com/googleapis/google-api-go-client/commit/5a4dc604e76b8cebb3275d3a5b706b8fa0c265b7)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2783](https://redirect.github.com/googleapis/google-api-go-client/issues/2783)) ([923816f](https://redirect.github.com/googleapis/google-api-go-client/commit/923816f92366360e67eceace16422d0b9c019982)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2784](https://redirect.github.com/googleapis/google-api-go-client/issues/2784)) ([786e8a8](https://redirect.github.com/googleapis/google-api-go-client/commit/786e8a8491515b4add373ccd6ba15cf46caadc1f)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2786](https://redirect.github.com/googleapis/google-api-go-client/issues/2786)) ([65d7953](https://redirect.github.com/googleapis/google-api-go-client/commit/65d7953dca7b4221c4b359f155bb790d9e0b450b)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2788](https://redirect.github.com/googleapis/google-api-go-client/issues/2788)) ([d27a832](https://redirect.github.com/googleapis/google-api-go-client/commit/d27a83225d99bd8bb57149dbd5b8c42c397dc6dd)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2789](https://redirect.github.com/googleapis/google-api-go-client/issues/2789)) ([c16dd63](https://redirect.github.com/googleapis/google-api-go-client/commit/c16dd63d7d928ecf95d94ccf19f59529d7c5ca46)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8410f71 - Browse repository at this point
Copy the full SHA 8410f71View commit details -
chore(deps): update mongo docker tag to v8 (open-telemetry#35407)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mongo | final | major | `7.0` -> `8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a242357 - Browse repository at this point
Copy the full SHA a242357View commit details -
fix(deps): update module github.com/open-telemetry/opentelemetry-coll…
…ector-contrib/cmd/telemetrygen to v0.110.0 (open-telemetry#35400) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib) | `v0.109.0` -> `v0.110.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.109.0/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.109.0/v0.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)</summary> ### [`v0.110.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01100) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.109.0...v0.110.0) ##### 🛑 Breaking changes 🛑 - `pkg/stanza`: Move `filelog.container.removeOriginalTimeField` feature gate to beta ([#&open-telemetry#8203;33389](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33389)) - Disable the `filelog.container.removeOriginalTimeField` feature gate to get the old behavior. - `resourcedetectionprocessor`: Move `processor.resourcedetection.hostCPUSteppingAsString` feature gate to stable. ([#&open-telemetry#8203;31136](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/31136)) - `resourcedetectionprocessor`: Remove `processor.resourcedetection.hostCPUModelAndFamilyAsString` feature gate. ([#&open-telemetry#8203;29025](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29025)) ##### 🚩 Deprecations 🚩 - `hostmetricsreceiver`: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. ([#&open-telemetry#8203;34763](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34763)) ##### 🚀 New components 🚀 - `azurelogs_translater`: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. ([#&open-telemetry#8203;39704](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/39704)) - `dorisexporter`: logs implementation ([#&open-telemetry#8203;33479](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33479)) - `dorisexporter`: traces implementation ([#&open-telemetry#8203;33479](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33479)) ##### 💡 Enhancements 💡 - `otelarrowexporter`: Allow separate arrow exporter per unique value of configured metadataKeys. ([#&open-telemetry#8203;34178](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34178)) - `processor/transform`: Add custom function to the transform processor to convert exponential histograms to explicit histograms. ([#&open-telemetry#8203;33827](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33827)) - `datadogconnector`: Map the new OTel semantic convention `deployment.environment.name` to `env` for OTLP traces in APM stats. ([#&open-telemetry#8203;35147](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35147)) The old convention `deployment.environment` still works - `datadogexporter`: Map the new OTel semantic convention `deployment.environment.name` to `env` for OTLP traces, metrics and logs. ([#&open-telemetry#8203;35147](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35147)) The old convention `deployment.environment` still works - `file_storage`: provide a new option to the user to create a directory on start ([#&open-telemetry#8203;34939](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34939)) - `headersetterextension`: adding default_value config ([#&open-telemetry#8203;34412](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34412)) default_value config item applied in case context value is empty - `kafkaexporter`: Add support for encoding extensions in the Kafka exporter. ([#&open-telemetry#8203;34384](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34384)) This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings. - `datadogexporter`: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. ([#&open-telemetry#8203;35025](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35025)) - `otelarrowexporter`: Add BatcherConfig field following similar in OTLP exporter. ([#&open-telemetry#8203;34802](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34802)) - `otelarrowreceiver`: Add gRPC timeout propagation. ([#&open-telemetry#8203;34742](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34742)) - `kafkareceiver`: Add support for `otlp_json` encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. ([#&open-telemetry#8203;33627](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33627)) This encoding allows the Kafka receiver to handle trace data in JSON format, enabling integration with systems that export traces as JSON-encoded data. - `pkg/ottl`: Improved JSON unmarshaling performance by 10-20% by switching dependencies. ([#&open-telemetry#8203;35130](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35130)) - `pkg/ottl`: Added support for locale in the Time converter ([#&open-telemetry#8203;32978](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/32978)) - `datadogexporter`: Upgrade logs in Datadog Exporter to beta ([#&open-telemetry#8203;35359](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35359)) - `remotetapprocessor`: Origin header is no longer required for websocket connections ([#&open-telemetry#8203;34925](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34925)) - `deltatorateprocessor`: Remove unnecessary data copies. ([#&open-telemetry#8203;35165](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35165)) - `transformprocessor`: Remove unnecessary data copy when transform sum to/from gauge ([#&open-telemetry#8203;35177](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35177)) - `sapmexporter`: Prioritize token in context when accesstokenpassthrough is enabled ([#&open-telemetry#8203;35123](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35123)) - `tailsamplingprocessor`: Fix the behavior for numeric tag filters with `inverse_match` set to `true`. ([#&open-telemetry#8203;34296](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34296)) ##### 🧰 Bug fixes 🧰 - `splunkenterprise`: Fix a flaky search related to iops metrics. ([#&open-telemetry#8203;35081](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35081)) - `azuremonitorexporter`: fix issue for property endpoint is ignored when using instrumentation_key ([#&open-telemetry#8203;33971](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33971)) - `groupbytraceprocessor`: Ensure processor_groupbytrace_incomplete_releases metric has a unit. ([#&open-telemetry#8203;35221](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35221)) - `datadogreceiver`: Fix numeric span attributes ([#&open-telemetry#8203;35087](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35087)) - `deltatocumulative`: do not drop gauges and summaries ([#&open-telemetry#8203;35284](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35284)) Gauges and Summaries are no longer dropped from processor output. Instead, they are passed through as-is - `pkg/stanza`: Do not get formatted message for Windows events without an event provider. ([#&open-telemetry#8203;35135](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35135)) Attempting to get the formatted message for Windows events without an event provider can result in an error being logged. | This change ensures that the formatted message is not retrieved for such events. - `cmd/opampsupervisor`: Ensure the Supervisor processes all fields in a ServerToAgent message. ([#&open-telemetry#8203;34349](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34349)) - `signalfxexporter`: Ensure token is not sent through for event data ([#&open-telemetry#8203;35154](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35154)) - `prometheusreceiver`: Fix the retrieval of scrape configurations by also considering scrape config files ([#&open-telemetry#8203;34786](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34786)) - `redactionprocessor`: Fix panic when using the redaction processor in a logs pipeline ([#&open-telemetry#8203;35331](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35331)) - `exporter/splunkhec`: Fix incorrect claim that the exporter doesn't mutate data when batching is enabled. ([#&open-telemetry#8203;35306](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35306)) The bug lead to runtime panics when the exporter was used with the batcher enabled in a fanout scenario. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 097b415 - Browse repository at this point
Copy the full SHA 097b415View commit details -
jaegerreceiver: migrate to latest semconv version (open-telemetry#35237)
Description: The version of semconv is upgraded from to v1.6.1 to v1.27.0 The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in relevant 0 diffs. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 9efafed - Browse repository at this point
Copy the full SHA 9efafedView commit details -
sentryexporter: migrate to newer semconv version (open-telemetry#35389)
Description: The version of semconv is upgraded from v1.6.1 to v1.18.0 This is a trivial upgrade. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator). All attributes used by this component have the same value in both versions. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 332e586 - Browse repository at this point
Copy the full SHA 332e586View commit details -
logzioexporter: migrate to latest semconv version (open-telemetry#35369)
Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 This is a trivial upgrade because only the test file has been modified. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 diffs. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 9de7678 - Browse repository at this point
Copy the full SHA 9de7678View commit details -
signalfxexporter: migrate to newer semconv version (open-telemetry#35390
) Description: The version of semconv is upgraded from v1.6.1 to v1.26.0 This is a trivial upgrade. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator). All attributes used by this component have the same value in both versions. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for a0dd55e - Browse repository at this point
Copy the full SHA a0dd55eView commit details -
loadbalancingexporter: migrate to latest semconv version (open-teleme…
…try#35368) Description: The version of semconv is upgraded from v1.6.1 and v1.9.0 to v1.27.0 This is a trivial upgrade. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 diffs. Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for d2ecb14 - Browse repository at this point
Copy the full SHA d2ecb14View commit details -
[chore] update changelog for instana removal (open-telemetry#35410)
@crobert-1 as per your suggestion Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e76fcde - Browse repository at this point
Copy the full SHA e76fcdeView commit details -
azuremonitorexporter: migrate to newer semconv versions (open-telemet…
…ry#35350) Description: The version of semconv is upgraded from v1.6.1 to newer versions The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 diffs: - 1.7.0 version has been used if the no newer version contains all attributes used by the file (all attributes of 1.6.1 exists and have the same value inside 1.7.0) - 1.12.0 version has been used if the no newer version contains all attributes used by the file (all attributes of 1.6.1 exists and have the same value inside 1.12.0) - 1.27.0 version has been used if only if the file does _not_ contain _AttributeMessagingMessageID_ and _AttributeMessagingKafkaMessageKey_: <img width="798" alt="otel_comp" src="https://github.com/user-attachments/assets/5e9befc7-80f9-4758-a357-0dec82373a11"> Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for aa95e21 - Browse repository at this point
Copy the full SHA aa95e21View commit details -
awsemfexporter: migrate to latest semconv version (open-telemetry#35343)
Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 This is a trivial migration. semconv usage inside component: - conventions.AttributeServiceName="service.name" on both versions - conventions.AttributeServiceNamespace="service.namespace" on both versions Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for b9da76d - Browse repository at this point
Copy the full SHA b9da76dView commit details -
awsxrayexporter: migrate to latest semconv version (open-telemetry#35347
) Description: The version of semconv is upgraded from v1.6.1 to v1.12.0 This is a trivial migration. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 diffs: - all attributes of 1.6.1 exists and have the same value inside 1.12.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 48168ea - Browse repository at this point
Copy the full SHA 48168eaView commit details -
[receiver/statsd] Add Option to Aggregate on IP/Host (open-telemetry#…
…34851) **Description:** <Describe what has changed.> The `statsdreceiver` only aggregates metrics on `protocol+host+ip`, this leads to issues or inconsistencies when dealing with clients that constantly switch tcp/udp ports. To address the issue, this PR adds a configuration option `enableIPOnlyAggregation` that allows the use to specify if they want to aggregate on the `IP` instead of `IP+Port`. For example: _otel_config.yaml:_ ```yaml receivers: statsd: endpoint: "0.0.0.0:8125" enable_metric_type: true is_monotonic_counter: false aggregation_interval: 10s enable_ip_only_aggregation: true # <-- enable ip only aggregation timer_histogram_mapping: - statsd_type: "timing" observer_type: "histogram" histogram: max_size: 50 exporters: debug: verbosity: detailed service: pipelines: metrics: receivers: - statsd exporters: - debug ``` _run:_ ```sh STATSD_HOST="localhost" STATSD_PORT=8125 for port in {10000..10010}; do echo -n "my.metric:1|c" | nc -w 1 -u -p $port ${STATSD_HOST} ${STATSD_PORT} echo "Sent from port $port" done ``` _result:_ ``` 2024-08-26T23:36:00.224+0200 info ResourceMetrics #0 Resource SchemaURL: ScopeMetrics #0 ScopeMetrics SchemaURL: InstrumentationScope otelcol/statsdreceiver 0.103.0-dev Metric #0 Descriptor: -> Name: -n my.metric -> Description: -> Unit: -> DataType: Sum -> IsMonotonic: false -> AggregationTemporality: Delta NumberDataPoints #0 Data point attributes: -> metric_type: Str(counter) StartTimestamp: 2024-08-26 21:35:50.223101 +0000 UTC Timestamp: 2024-08-26 21:36:00.224252 +0000 UTC Value: 7 {"kind": "exporter", "data_type": "metrics", "name": "debug"} 2024-08-26T23:36:10.224+0200 info MetricsExporter {"kind": "exporter", "data_type": "metrics", "name": "debug", "resource metrics": 1, "metrics": 1, "data points": 1} 2024-08-26T23:36:10.224+0200 info ResourceMetrics #0 Resource SchemaURL: ScopeMetrics #0 ScopeMetrics SchemaURL: InstrumentationScope otelcol/statsdreceiver 0.103.0-dev Metric #0 Descriptor: -> Name: -n my.metric -> Description: -> Unit: -> DataType: Sum -> IsMonotonic: false -> AggregationTemporality: Delta NumberDataPoints #0 Data point attributes: -> metric_type: Str(counter) StartTimestamp: 2024-08-26 21:36:00.224252 +0000 UTC Timestamp: 2024-08-26 21:36:10.224607 +0000 UTC Value: 4 {"kind": "exporter", "data_type": "metrics", "name": "debug"} ``` Instead of generating 11 metrics for each port that was used to send, only 2 metrics are blocks are returned, who's values total 11. ![2024-08-26 23 44 15](https://github.com/user-attachments/assets/6b8a89d1-186e-4257-9c82-90c5f9d14f98) **Link to tracking Issue:** open-telemetry#23809 **Testing:** - [x] Added unit tests **Documentation:** <Describe the documentation added.> - [x] Added information to the statsdreceiver `README.md` describing the option. --------- Co-authored-by: Povilas Versockas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fce809 - Browse repository at this point
Copy the full SHA 7fce809View commit details -
[exporter/elasticsearch] Revert TSDB array dimension workaround for m…
…etrics OTel mode (open-telemetry#35291) **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.--> Remove the workaround in open-telemetry#35009 to stringify array dimensions as the limitation has been lifted in Elasticsearch in elastic/elasticsearch#110387 This change is not breaking as array will be coerced as string, meaning that there will be no indexing error. Additionally, the changes are acceptable as OTel mapping mode explicitly marked as in development. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> --------- Co-authored-by: Vishal Raj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37764b5 - Browse repository at this point
Copy the full SHA 37764b5View commit details -
[exporter/elasticsearch] Emit _doc_count for metric documents in OTel…
… mode when data point attribute _doc_count is true (open-telemetry#35348) **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.--> Emit _doc_count for metric documents in OTel mode when data point attribute _doc_count is true **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 9399154 - Browse repository at this point
Copy the full SHA 9399154View commit details -
fix(deps): update module github.com/jaegertracing/jaeger to v1.61.0 (o…
…pen-telemetry#35259) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jaegertracing/jaeger](https://redirect.github.com/jaegertracing/jaeger) | `v1.60.0` -> `v1.61.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.60.0/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.60.0/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. --- ### Release Notes <details> <summary>jaegertracing/jaeger (github.com/jaegertracing/jaeger)</summary> ### [`v1.61.0`](https://redirect.github.com/jaegertracing/jaeger/releases/tag/v1.61.0): / v2.0.0-rc1 [Compare Source](https://redirect.github.com/jaegertracing/jaeger/compare/v1.60.0...v1.61.0) ##### Backend Changes This release contains an official pre-release candidate of Jaeger v2, as binary and Docker image `jaeger`. ##### ⛔ Breaking Changes - Remove support for cassandra 3.x and add cassandra 5.x ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5962](https://redirect.github.com/jaegertracing/jaeger/pull/5962)) ##### 🐞 Bug fixes, Minor Improvements - Fix: the 'tagtype' in es jaeger-span mapping tags.properties should be 'type' ([@&open-telemetry#8203;chinaran](https://redirect.github.com/chinaran) in [#&open-telemetry#8203;5980](https://redirect.github.com/jaegertracing/jaeger/pull/5980)) - Add readme for adaptive sampling ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5955](https://redirect.github.com/jaegertracing/jaeger/pull/5955)) - \[adaptive sampling] clean-up after previous refactoring ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5954](https://redirect.github.com/jaegertracing/jaeger/pull/5954)) - \[adaptive processor] remove redundant function ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5953](https://redirect.github.com/jaegertracing/jaeger/pull/5953)) - \[jaeger-v2] consolidate options and namespaceconfig for badger storage ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5937](https://redirect.github.com/jaegertracing/jaeger/pull/5937)) - Remove unused "namespace" field from badger config ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5929](https://redirect.github.com/jaegertracing/jaeger/pull/5929)) - Simplify bundling of ui assets ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5917](https://redirect.github.com/jaegertracing/jaeger/pull/5917)) - Clean up grpc storage config ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5877](https://redirect.github.com/jaegertracing/jaeger/pull/5877)) - Add script to replace apache headers with spdx ([@&open-telemetry#8203;thecaffeinedev](https://redirect.github.com/thecaffeinedev) in [#&open-telemetry#8203;5808](https://redirect.github.com/jaegertracing/jaeger/pull/5808)) - Add copyright/license headers to script files ([@&open-telemetry#8203;Zen-cronic](https://redirect.github.com/Zen-cronic) in [#&open-telemetry#8203;5829](https://redirect.github.com/jaegertracing/jaeger/pull/5829)) - Clearer output from lint scripts ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5820](https://redirect.github.com/jaegertracing/jaeger/pull/5820)) ##### 🚧 Experimental Features - \[jaeger-v2] add validation and comments to badger storage config ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5927](https://redirect.github.com/jaegertracing/jaeger/pull/5927)) - \[jaeger-v2] add validation and comments to memory storage config ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5925](https://redirect.github.com/jaegertracing/jaeger/pull/5925)) - Support tail based sampling processor from otel collector extension ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5878](https://redirect.github.com/jaegertracing/jaeger/pull/5878)) - \[v2] configure health check extension for all configs ([@&open-telemetry#8203;Wise-Wizard](https://redirect.github.com/Wise-Wizard) in [#&open-telemetry#8203;5861](https://redirect.github.com/jaegertracing/jaeger/pull/5861)) - \[v2] add legacy formats into e2e kafka integration tests ([@&open-telemetry#8203;joeyyy09](https://redirect.github.com/joeyyy09) in [#&open-telemetry#8203;5824](https://redirect.github.com/jaegertracing/jaeger/pull/5824)) - \[v2] configure healthcheck extension ([@&open-telemetry#8203;Wise-Wizard](https://redirect.github.com/Wise-Wizard) in [#&open-telemetry#8203;5831](https://redirect.github.com/jaegertracing/jaeger/pull/5831)) - Added \_total suffix to otel counter metrics. ([@&open-telemetry#8203;Wise-Wizard](https://redirect.github.com/Wise-Wizard) in [#&open-telemetry#8203;5810](https://redirect.github.com/jaegertracing/jaeger/pull/5810)) ##### 👷 CI Improvements - Release v2 cleanup 3 ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5984](https://redirect.github.com/jaegertracing/jaeger/pull/5984)) - Replace loopvar linter ([@&open-telemetry#8203;anishbista60](https://redirect.github.com/anishbista60) in [#&open-telemetry#8203;5976](https://redirect.github.com/jaegertracing/jaeger/pull/5976)) - Stop using v1 and v1.x tags for docker images ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5956](https://redirect.github.com/jaegertracing/jaeger/pull/5956)) - V2 repease prep ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5932](https://redirect.github.com/jaegertracing/jaeger/pull/5932)) - Normalize build-binaries targets ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5924](https://redirect.github.com/jaegertracing/jaeger/pull/5924)) - Fix integration test log dumping for storage backends ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5915](https://redirect.github.com/jaegertracing/jaeger/pull/5915)) - Add jaeger-v2 binary as new release artifact ([@&open-telemetry#8203;renovate-bot](https://redirect.github.com/renovate-bot) in [#&open-telemetry#8203;5893](https://redirect.github.com/jaegertracing/jaeger/pull/5893)) - \[ci] add support for v2 tags during build ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5890](https://redirect.github.com/jaegertracing/jaeger/pull/5890)) - Add hardcoded db password and username to cassandra integration test ([@&open-telemetry#8203;Ali-Alnosairi](https://redirect.github.com/Ali-Alnosairi) in [#&open-telemetry#8203;5805](https://redirect.github.com/jaegertracing/jaeger/pull/5805)) - Define contents permissions on "dependabot validate" workflow ([@&open-telemetry#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [#&open-telemetry#8203;5874](https://redirect.github.com/jaegertracing/jaeger/pull/5874)) - \[fix] print kafka logs on test failure ([@&open-telemetry#8203;joeyyy09](https://redirect.github.com/joeyyy09) in [#&open-telemetry#8203;5873](https://redirect.github.com/jaegertracing/jaeger/pull/5873)) - Pin github actions dependencies ([@&open-telemetry#8203;harshitasao](https://redirect.github.com/harshitasao) in [#&open-telemetry#8203;5860](https://redirect.github.com/jaegertracing/jaeger/pull/5860)) - Add go.mod for docker debug image ([@&open-telemetry#8203;hellspawn679](https://redirect.github.com/hellspawn679) in [#&open-telemetry#8203;5852](https://redirect.github.com/jaegertracing/jaeger/pull/5852)) - Enable lint rule: redefines-builtin-id ([@&open-telemetry#8203;ZXYxc](https://redirect.github.com/ZXYxc) in [#&open-telemetry#8203;5791](https://redirect.github.com/jaegertracing/jaeger/pull/5791)) - Require manual go version updates for patch versions ([@&open-telemetry#8203;wasup-yash](https://redirect.github.com/wasup-yash) in [#&open-telemetry#8203;5848](https://redirect.github.com/jaegertracing/jaeger/pull/5848)) - Clean up obselete 'version' tag from docker-compose files ([@&open-telemetry#8203;vvs-personalstash](https://redirect.github.com/vvs-personalstash) in [#&open-telemetry#8203;5826](https://redirect.github.com/jaegertracing/jaeger/pull/5826)) - Update expected codecov flags count to 19 ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5811](https://redirect.github.com/jaegertracing/jaeger/pull/5811)) ##### 📊 UI Changes Dependencies upgrades only. ##### 👏👏👏 New Contributors - [@&open-telemetry#8203;Nabil-Salah](https://redirect.github.com/Nabil-Salah) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5806](https://redirect.github.com/jaegertracing/jaeger/pull/5806) - [@&open-telemetry#8203;vvs-personalstash](https://redirect.github.com/vvs-personalstash) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5826](https://redirect.github.com/jaegertracing/jaeger/pull/5826) - [@&open-telemetry#8203;Zen-cronic](https://redirect.github.com/Zen-cronic) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5821](https://redirect.github.com/jaegertracing/jaeger/pull/5821) - [@&open-telemetry#8203;thecaffeinedev](https://redirect.github.com/thecaffeinedev) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5808](https://redirect.github.com/jaegertracing/jaeger/pull/5808) - [@&open-telemetry#8203;wasup-yash](https://redirect.github.com/wasup-yash) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5848](https://redirect.github.com/jaegertracing/jaeger/pull/5848) - [@&open-telemetry#8203;ZXYxc](https://redirect.github.com/ZXYxc) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5791](https://redirect.github.com/jaegertracing/jaeger/pull/5791) - [@&open-telemetry#8203;harshitasao](https://redirect.github.com/harshitasao) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5860](https://redirect.github.com/jaegertracing/jaeger/pull/5860) - [@&open-telemetry#8203;Ali-Alnosairi](https://redirect.github.com/Ali-Alnosairi) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5805](https://redirect.github.com/jaegertracing/jaeger/pull/5805) - [@&open-telemetry#8203;chinaran](https://redirect.github.com/chinaran) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5891](https://redirect.github.com/jaegertracing/jaeger/pull/5891) - [@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) made their first contribution in [https://github.com/jaegertracing/jaeger/pull/5878](https://redirect.github.com/jaegertracing/jaeger/pull/5878) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 833d86e - Browse repository at this point
Copy the full SHA 833d86eView commit details -
[receiver/googlecloudmonitoringreceiver] Move googlecloudmonitoringre…
…ceiver component stability to alpha (open-telemetry#35136) **Description:** This PR moves the stability of the googlecloudmonitoringreceiver component to alpha **Link to tracking Issue:** open-telemetry#33762 **Testing:** No additional test cases were added **Documentation:** Previously updated --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4430b8 - Browse repository at this point
Copy the full SHA a4430b8View commit details -
fix(deps): update module google.golang.org/grpc to v1.67.0 (open-tele…
…metry#35406) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.66.2` -> `v1.67.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.67.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.67.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.66.2/v1.67.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.66.2/v1.67.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.67.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.0): Release 1.67.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.2...v1.67.0) ### Bug Fixes - ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. ([#&open-telemetry#8203;7364](https://redirect.github.com/grpc/grpc-go/issues/7364)) - Special Thanks: [@&open-telemetry#8203;atollena](https://redirect.github.com/atollena) ### Behavior Changes - In accordance with [RFC 7540](https://tools.ietf.org/html/rfc7540#section-3.3), clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable `GRPC_ENFORCE_ALPN_ENABLED` to `false` (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. ([#&open-telemetry#8203;7535](https://redirect.github.com/grpc/grpc-go/issues/7535)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5ca7a9 - Browse repository at this point
Copy the full SHA f5ca7a9View commit details -
[chore] update toolchain after previous PR (open-telemetry#35420)
Follow up from open-telemetry#35136 (comment) --------- Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78702cc - Browse repository at this point
Copy the full SHA 78702ccView commit details -
deprecate access_token_passthrough (open-telemetry#35330)
**Description:** access_token_passthrough config is being deprecated in favor of enabling include_metadata
Configuration menu - View commit details
-
Copy full SHA for d681d71 - Browse repository at this point
Copy the full SHA d681d71View commit details -
[chore] Cleanup OTTL RemoveXML tests (open-telemetry#35422)
This is just a minor cleanup of tests, following the pattern used in open-telemetry#35421, open-telemetry#35328, and open-telemetry#35364
Configuration menu - View commit details
-
Copy full SHA for 451c544 - Browse repository at this point
Copy the full SHA 451c544View commit details -
[chore][processor/transform] fix markdown for convert_exponential_his…
…togram_to_histogram (open-telemetry#35414) **Description:** <Describe what has changed.> Fix Readme markdown for _convert_exponential_histogram_to_histogram_ by removing newline breaks `<br>` **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Remove `<br>` line breaks causing formatting issues
Configuration menu - View commit details
-
Copy full SHA for fa47ca1 - Browse repository at this point
Copy the full SHA fa47ca1View commit details -
exceptionsconnector: migrate to latest semconv version (open-telemetr…
…y#35270) Description: The version of semconv is upgraded from v1.6.1 and v1.18.0 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for ee481d5 - Browse repository at this point
Copy the full SHA ee481d5View commit details -
feat: [receiver/datadog] add container id to v0.5 requests (open-tele…
…metry#35346) **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 parsing of Container ID from DD v0.5 request. I've got a hold of an example request: ``` Sending request: PUT v0.5/traces {'Datadog-Meta-Lang': 'python', 'Datadog-Meta-Lang-Version': '3.10.14', 'Datadog-Meta-Lang-Interpreter': 'CPython', 'Datadog-Meta-Tracer-Version': '2.7.2', 'Datadog-Client-Computed-Top-Level': 'yes', 'Datadog-Container-Id': '7d0f62eb396bd016230ebc53d525bd6bc9ce734894fcf70b39f268b62001a79d', 'Datadog-Entity-ID': 'cid-7d0f62eb396bd016230ebc53d525bd6bc9ce734894fcf70b39f268b62001a79d', 'Content-Type': 'application/msgpack', 'X-Datadog-Trace-Count': '1'} ``` **Link to tracking Issue:** open-telemetry#35345 **Testing:** <Describe what testing was performed and which tests were added.> - updated unit test **Documentation:** <Describe the documentation added.> -
Configuration menu - View commit details
-
Copy full SHA for 5148af2 - Browse repository at this point
Copy the full SHA 5148af2View commit details -
[exporter/clickhouse] Upgrade trace table (open-telemetry#34245)
This PR updates the default `otel_traces` table schema. There are no breaking changes, this schema is compatible with the previous `INSERT` statement. This does not affect existing users, only new users that have `create_schema` enabled in the config. Notable changes: - Optimized ORDER BY to use a 32 bit DateTime without TraceId - Reduced DateTime64(9) to DateTime on the trace timestamp table - TTLs now use Date instead of DateTime since parts will only be dropped on the partition date No major column changes for now, but there were some small performance benefits observed with these changes. As always, it is best to edit these tables to fit your needs and query patterns. I expect further changes in the future as we continue to optimize this table for a generalized use case. **Testing:** Integration tests are disabled, but I enabled them locally to test that this change works as intended. Unit tests are passing as well. **Documentation:** - Updated README - Example DDL has been updated, and now includes the trace timestamp table and materialized view --------- Co-authored-by: Dmitrii Anoshin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7096eb4 - Browse repository at this point
Copy the full SHA 7096eb4View commit details -
[chore] [exporter/clickhouse] Upgrade trace stability to beta (open-t…
…elemetry#35186) **Description:** This PR upgrades the status of traces to _beta_ to properly reflect its stability. This is similar to the recent upgrade PR for logs (open-telemetry#33615) Configuration options are unlikely to change for traces, and the exporter has proven to be stable for both traces and logs. Table schema may be subject to change as query optimizations are added in ClickHouse. Metrics will remain in alpha for now. Thanks! **Documentation:** - Updated metadata.yaml - Updated README - Re-ran `make generate`
Configuration menu - View commit details
-
Copy full SHA for 5c0bfd6 - Browse repository at this point
Copy the full SHA 5c0bfd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9623a - Browse repository at this point
Copy the full SHA ac9623aView commit details -
[sumconnector] implement summing logic (open-telemetry#34797)
**Description:** - Adds connector and summing logic - Adds testing of traces and spans summing Note: testing and test data makes up the bulk of the lines in this PR **Link to tracking Issue:** 32669 **Testing:** - condition, attribute, default attribute, multiple condition, multiple attributes, multiple metrics for traces / spans telemetry types **Documentation:** No new docs --------- Co-authored-by: Antoine Toulme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ca682d - Browse repository at this point
Copy the full SHA 3ca682dView commit details -
fix(deps): update all github.com/aws packages (open-telemetry#35257)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.27.34` -> `v1.27.35` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.35?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%2fconfig/v1.27.35?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%2fconfig/v1.27.34/v1.27.35?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%2fconfig/v1.27.34/v1.27.35?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/credentials](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.32` -> `v1.17.33` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.33?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%2fcredentials/v1.17.33?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%2fcredentials/v1.17.32/v1.17.33?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%2fcredentials/v1.17.32/v1.17.33?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.19` -> `v1.17.20` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.20?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.20?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.19/v1.17.20?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.19/v1.17.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/kinesis](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.29.7` -> `v1.29.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.29.8?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%2fkinesis/v1.29.8?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%2fkinesis/v1.29.7/v1.29.8?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%2fkinesis/v1.29.7/v1.29.8?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.61.2` -> `v1.61.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.61.3?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.3?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.61.2/v1.61.3?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.61.2/v1.61.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.32.8` -> `v1.32.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.32.9?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%2fsecretsmanager/v1.32.9?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%2fsecretsmanager/v1.32.8/v1.32.9?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%2fsecretsmanager/v1.32.8/v1.32.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.31.7` -> `v1.31.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.31.8?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%2fservicediscovery/v1.31.8?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%2fservicediscovery/v1.31.7/v1.31.8?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%2fservicediscovery/v1.31.7/v1.31.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/sts](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.30.7` -> `v1.30.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.30.8?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%2fsts/v1.30.8?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%2fsts/v1.30.7/v1.30.8?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%2fsts/v1.30.7/v1.30.8?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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1078c3b - Browse repository at this point
Copy the full SHA 1078c3bView commit details -
[processor/k8sattributes] Update README.md (open-telemetry#34950)
**Documentation:** Update README for Kubernetes Attributes Processor to indicate `container.id` attribute is available if `k8s.container.name` is provided. I followed https://docs.appdynamics.com/observability/cisco-cloud-observability/en/application-performance-monitoring/monitor-applications-in-kubernetes/infrastructure-correlation#InfrastructureCorrelation-KubernetesPodContainerID and it's working. cc @iskiselev --------- Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e15e984 - Browse repository at this point
Copy the full SHA e15e984View commit details -
[chore] Remove unnecessary data copies in ottl (open-telemetry#35429)
Signed-off-by: Bogdan Drutu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f03a2c - Browse repository at this point
Copy the full SHA 6f03a2cView commit details -
[Loki Exporter - README.md] Better docs on traces <-> logs navigation (…
…open-telemetry#35349) This is a documentation PR
Configuration menu - View commit details
-
Copy full SHA for 3004f52 - Browse repository at this point
Copy the full SHA 3004f52View commit details -
Fix a GitHub Scraper comment typo (open-telemetry#35321)
Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3bb69c - Browse repository at this point
Copy the full SHA b3bb69cView commit details -
improve receiver_creator and k8sobserver docs (open-telemetry#35323)
**Description:** This PR includes the `k8s.ingress` type in the list of supported types and adds a note in `k8sobserver`'s back to the `receiver_creator`'s docs so as users can find more extensive configuration examples. **Link to tracking Issue:** <Issue number if applicable> Fixes open-telemetry#34740 --------- Signed-off-by: ChrsMark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09eb259 - Browse repository at this point
Copy the full SHA 09eb259View commit details -
[receivercreator] Validate endpoint's configuration before starting r…
…eceivers (open-telemetry#35416) **Description:** The `receivercreator` should validate the runtime configurations before starting a receiver. This PR adds this validation. **Link to tracking Issue:** <Issue number if applicable> Fixes open-telemetry#33145 **Testing:** Using the following helm chart's values: ```yaml mode: daemonset config: extensions: k8s_observer: auth_type: serviceAccount node: ${env:K8S_NODE_NAME} observe_nodes: true exporters: debug: verbosity: basic receivers: receiver_creator/3: watch_observers: [ k8s_observer ] receivers: apache: rule: type == "k8s.node" config: endpoint: "http://localhost:8080/server-status?manual" service: extensions: [health_check, k8s_observer] pipelines: metrics: receivers: [receiver_creator/3] processors: [batch] exporters: [debug] ``` Expect to see an error after the config's validation: ```console 2024-09-25T10:46:56.778Z error [email protected]/observerhandler.go:159 failed to start receiver {"kind": "receiver", "name": "receiver_creator/3", "data_type": "metrics", "receiver": "apache", "error": "invalid runtime receiver config: receivers::apache: query must be 'auto': 'http://localhost:8080/server-status?manual'"} github.com/open-telemetry/opentelemetry-collector-contrib/receiver/receivercreator.(*observerHandler).OnAdd github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected]/observerhandler.go:159 github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer.(*EndpointsWatcher).updateAndNotifyOfEndpoints github.com/open-telemetry/opentelemetry-collector-contrib/extension/[email protected]/endpointswatcher.go:111 ``` This stops the execution of the receiver which would lead to fetch errors (as described in the respective issue open-telemetry#33145): ```console 2024-05-21T09:17:46.749Z error [email protected]/scraper.go:67 failed to fetch Apache Httpd stats {"kind": "receiver", "name": "receiver_creator/3", "data_type": "metrics", "name": "apache//receiver_creator/3{endpoint=\"http://localhost:8080/server-status?manual\"}/k8s_observer/kind-control-plane-b75cdcf9-ee9d-4cb8-aa53-1ceb030d898d", "error": "Get \"http://localhost:8080/server-status?manual\": dial tcp [::1]:8080: connect: connection refused"} github.com/open-telemetry/opentelemetry-collector-contrib/receiver/apachereceiver.(*apacheScraper).scrape github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected]/scraper.go:67 go.opentelemetry.io/collector/receiver/scraperhelper.ScrapeFunc.Scrape go.opentelemetry.io/collector/[email protected]/scraperhelper/scraper.go:20 go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport go.opentelemetry.io/collector/[email protected]/scraperhelper/scrapercontroller.go:194 go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).startScraping.func1 go.opentelemetry.io/collector/[email protected]/scraperhelper/scrapercontroller.go:169 2024-05-21T09:17:46.750Z error scraperhelper/scrapercontroller.go:197 Error scraping metrics {"kind": "receiver", "name": "receiver_creator/3", "data_type": "metrics", "name": "apache//receiver_creator/3{endpoint=\"http://localhost:8080/server-status?manual\"}/k8s_observer/kind-control-plane-b75cdcf9-ee9d-4cb8-aa53-1ceb030d898d", "error": "Get \"http://localhost:8080/server-status?manual\": dial tcp [::1]:8080: connect: connection refused", "scraper": "apache"} ``` **Documentation:** <Describe the documentation added.> Signed-off-by: ChrsMark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35a753f - Browse repository at this point
Copy the full SHA 35a753fView commit details -
clickhouseexporter: migrate to latest semconv version (open-telemetry…
…#35355) Description: The version of semconv is upgraded from v1.18.0 to v1.27.0 This is a trivial migration. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 diffs (all attributes of 1.18.0 exists with the same value inside 1.27.0) Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for f5c64fe - Browse repository at this point
Copy the full SHA f5c64feView commit details -
[receiver/windowseventlog] Add suppress_rendering_info parameter and …
…simplify internal logic. (open-telemetry#34720) **Description:** This PR contains several changes described in open-telemetry#34131. It does not go as far as breaking out a separate parsing component, but I think it is enough to satisfy the known use cases. - Add `suppress_rendering_info` parameter, which acts orthogonally to `raw` flag. - Remove `RemoteServer` field from `EventXML`. Instead, set `attributes["remote_server"]` if remote collection is used. **Link to tracking Issue:** Resolves open-telemetry#34131
Configuration menu - View commit details
-
Copy full SHA for e1cd9ee - Browse repository at this point
Copy the full SHA e1cd9eeView commit details -
[receiver/sqlquery] fail on missing value for logs, collect errors (o…
…pen-telemetry#35189) **Description:** * [breaking] Fail if for log column not found in result set (for consistency with metrics behaviour) * Instead of fail-fast, collect all errors that occurred when transforming row to metric or log **Link to tracking Issue:** open-telemetry#35068 **Testing:** Added/updated unit tests **Documentation:** n/a Closes open-telemetry#35068
Configuration menu - View commit details
-
Copy full SHA for 2a149b7 - Browse repository at this point
Copy the full SHA 2a149b7View commit details -
[cmd/opampsupervisor] Add config option for setting the timeout for t…
…he initial bootstrap information retrieval from the agent (open-telemetry#35000) **Description:** This PR adds a configuration option for setting the timeout for the initial bootstrap information retrieval from the agent. **Link to tracking Issue:** open-telemetry#34996 **Testing:** Added unit tests **Documentation:** Added description for the new option in the specification readme --------- Signed-off-by: Florian Bacher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb15de8 - Browse repository at this point
Copy the full SHA fb15de8View commit details -
[chore][pkg/ottl] Apply more standards to RemoveXML converter (open-t…
…elemetry#35463) This PR just applies a couple more standards that I've been following with the other XML converters. Namely: - Create the function via the factory to ensure the constructor validation is applied - Use `xmlquery.QueryAll` instead of the deprecated `xmlquery.FindEach`
Configuration menu - View commit details
-
Copy full SHA for e68267b - Browse repository at this point
Copy the full SHA e68267bView commit details -
[processor/deltatocumulative] partial linear pipeline (open-telemetry…
…#35048) **Description:** Partially introduces a highly decoupled, linear processing pipeline. Implemented as a standalone struct to make review easier, will refactor this later. Instead of overloading `Map.Store()` to do aggregation, staleness and limiting, this functionality is now explcitly handled in `ConsumeMetrics`. This highly aids readability and makes understanding this processor a lot easier, as less mental context needs to be kept. *Notes to reviewer*: See [`68dc901`](open-telemetry@68dc901) for the main added logic. Compare `processor.go` (old, nested) to `linear.go` (new, linear) Replaces open-telemetry#34757 **Link to tracking Issue:** none **Testing:** This is a refactor. Existing tests were not modified and still pass **Documentation:** not needed
Configuration menu - View commit details
-
Copy full SHA for f0b5cdc - Browse repository at this point
Copy the full SHA f0b5cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f9604 - Browse repository at this point
Copy the full SHA f8f9604View commit details -
[exporter/elasticsearch] Drop cumulative temporality histogram and ex…
…ponential histogram (open-telemetry#35442) **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.--> Drop histogram and exponential histogram with cumulative temporality as they are not supported by Elasticsearch **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> --------- Co-authored-by: Vishal Raj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f302fa - Browse repository at this point
Copy the full SHA 1f302faView commit details -
[chore][exporter/elasticsearch] Rename OTel mode dynamic template sum…
…mary_metrics to summary (open-telemetry#35424) **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.--> Renaming OTel mode dynamic template summary_metrics to summary to align with Elasticsearch otel-data change elastic/elasticsearch#113409 **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> No changelog as this should not concern end users. This is a coordinated change between in-development Elasticsearch otel-data plugin and in-development elasticsearchexporter OTel mapping mode.
Configuration menu - View commit details
-
Copy full SHA for fa8f232 - Browse repository at this point
Copy the full SHA fa8f232View commit details -
[exporter/elasticsearch] Implement receiver-based routing under *_dyn…
…amic_index config (open-telemetry#35417) **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.--> Implement receiver-based routing under *_dynamic_index config. e.g. Set data_stream.dataset to hostmetricsreceiver (or hostmetricsreceiver.otel in the OTel output mode) for the scope name github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/cpuscraper **Link to tracking Issue:** <Issue number if applicable> Fixes open-telemetry#34246 **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 ae6d95c - Browse repository at this point
Copy the full SHA ae6d95cView commit details -
[receiver/sqlqueryreceiver] Fix tracking results by timestamp column (o…
…pen-telemetry#35195) **Description:** Formats retrieved time columns with milliseconds precision, so they are not reprocessed when used as a tracking_column **Link to tracking Issue:** open-telemetry#35194 **Testing:** Added integration test, updated test data **Documentation:** n/a Closes open-telemetry#35194
Configuration menu - View commit details
-
Copy full SHA for 103ac4f - Browse repository at this point
Copy the full SHA 103ac4fView commit details -
[receiver/sqlserver] Add computer name resource attribute to relevant…
… metrics (open-telemetry#35040) **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 computer name resource attribute is relevant for all metrics coming from the SQL server receiver when directly connected to the DB. This change records the resource attribute with all remaining metrics that it wasn't recorded with yet. **Link to tracking Issue:** <Issue number if applicable> This was discovered at the same time as open-telemetry#35036, but I split out the changes to hopefully make them easier to review. **Testing:** <Describe what testing was performed and which tests were added.> Tests have been updated and are passing.
Configuration menu - View commit details
-
Copy full SHA for b520e1c - Browse repository at this point
Copy the full SHA b520e1cView commit details -
[chore]: use ErrorContains and EqualError (open-telemetry#35483)
#### Description Testifylint doesn't support it yet. This replaces `Contains(t, err.Error()` by `ErrorContains(t, err` and `Equal(t, err.Error()` by `EqualError(t, err` As they both check for nil error it becomes useless to check it yourself without having defined a custom message <!-- Signed-off-by: Matthieu MOREL <[email protected]> --> Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f95ea55 - Browse repository at this point
Copy the full SHA f95ea55View commit details -
[processor/metricsgeneration] Fix panic when using a sum metric for c…
…alculations (open-telemetry#35428) **Description:** The metrics generation processor would previously hit a panic when the calculation rule was operating on a `sum` metric, instead of a `gauge`. The [component proposal](open-telemetry#2722), [initial implementation](open-telemetry#3433), nor the [README](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/metricsgenerationprocessor) state that it's a requirement for the metric to be a `gauge`, nor do I think this requirement makes sense. I've updated the logic to account for sum metrics being used and added a test. **Testing:** Added a test for this situation, the test panics before the change and passes after.
Configuration menu - View commit details
-
Copy full SHA for 28b0e9d - Browse repository at this point
Copy the full SHA 28b0e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d8b6d - Browse repository at this point
Copy the full SHA c1d8b6dView commit details -
[exporter/signalfx] do not exclude the metric container.memory.workin…
…g_set (open-telemetry#35475) **Description:** Do not exclude the metric container.memory.working_set
Configuration menu - View commit details
-
Copy full SHA for 8f73652 - Browse repository at this point
Copy the full SHA 8f73652View commit details -
[receiver/kubeletstats] Add feature gate for cpu utilization metrics'…
… deprecation (open-telemetry#35139) **Description:** This PR adds a feature gate as discussed at open-telemetry#27885 (comment). If the feature gate is enabled the `container.cpu.utilization`, `k8s.pod.cpu.utilization` and `k8s.node.cpu.utilization` metrics will be not be disabled being replaced by the `container.cpu.usage`, `k8s.pod.cpu.usage` and `k8s.node.cpu.usage`. ### Feature gate schedule - alpha: when enabled it makes the .cpu.usage metrics enabled by default - beta: .cpu.usage metrics are enabled by default and any configuration enabling the deprecated .cpu.utilization metrics will be failing. Explicitly disabling the feature gate provides the old (deprecated) behavior. - stable: .cpu.usage metrics are enabled by default and the deprecated metrics are completely removed. - Removed three releases after `stable`. **Documentation:** ### How to test this 1. Using the following configuration ```yaml mode: daemonset presets: kubeletMetrics: enabled: true image: repository: otelcontribcol-dev tag: "latest" pullPolicy: IfNotPresent command: name: otelcontribcol extraArgs: [--feature-gates=receiver.kubeletstats.enableCPUUsageMetrics] config: exporters: debug: verbosity: normal receivers: kubeletstats: collection_interval: 10s auth_type: 'serviceAccount' endpoint: '${env:K8S_NODE_NAME}:10250' insecure_skip_verify: true service: pipelines: metrics: receivers: [kubeletstats] processors: [batch] exporters: [debug] ``` 2. Ensure that only the `.cpu.usage` metrics are reported. 3. Disable the feature gate and check that only the `.cpu.utilization` metrics are reported. --------- Signed-off-by: ChrsMark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89f054a - Browse repository at this point
Copy the full SHA 89f054aView commit details -
Add ability to mute all errors (mainly due to access rights) coming f…
…rom process scraper of the hostmetricsreceiver (open-telemetry#34981) **Description:** We are currently encountering an issue with the `process` scraper in the `hostmetricsreceiver`, primarily due to access rights restrictions for certain processes like system processes for example. This is resulting in a large number of verbose error logs. Most of them are coming from the `process.open_file_descriptors` metric but we have errors coming from other metrics as well. In order to solve this issue, we added a flag `mute_process_all_errors `that mutes errors comming from the process scraper metrics, as these errors are predominantly associated with processes that we should not be monitoring anyways. **Link to tracking Issue:** open-telemetry#20435 **Testing:** Added unit tests **Documentation:** **Errors**: - Permission denied errors: ``` go.opentelemetry.io/collector/[email protected]/scraperhelper/scrapercontroller.go:176 2024-09-02T17:24:10.341+0200 error scraping metrics {"kind": "receiver", "name": "hostmetrics/linux/localhost", "data_type": "metrics", "error": "error reading open file descriptor count for process \"systemd\" (pid 1): open /proc/1/fd: permission denied; ``` - File not found errors: ``` go.opentelemetry.io/collector/[email protected]/scraperhelper/scrapercontroller.go:176 2024-09-02T17:25:38.688+0200 error scraperhelper/scrapercontroller.go:200 Error scraping metrics {"kind": "receiver", "name": "hostmetrics/process", "data_type": "metrics", "error": "error reading cpu times for process \"java\" (pid 466650): open /proc/466650/stat: no such file or directory; error reading memory info for process \"java\" (pid 466650): open /proc/466650/statm: no such file or directory; error reading thread info for process \"java\" (pid 466650): open /proc/466650/status: no such file or directory; error reading cpu times for process \"java\" (pid 474774): open /proc/474774/stat: no such file or directory; error reading memory info for process \"java\" (pid 474774): open /proc/474774/statm: no such file or directory; error reading thread info for process \"java\" (pid 474774): open /proc/474774/status: no such file or directory; error reading cpu times for process \"java\" (pid 481780): open /proc/481780/stat: no such file or directory; error reading memory info for process \"java\" (pid 481780): open /proc/481780/statm: no such file or directory; error reading thread info for process \"java\" (pid 481780): open /proc/481780/status: no such file or directory", "scraper": "process"} ``` **Config**: ``` receiver hostmetrics/process: collection_interval: ${PROCESSES_COLLECTION_INTERVAL}s scrapers: process: mute_process_name_error: true mute_process_exe_error: true mute_process_io_error: true mute_process_user_error: true resource_attributes: # disable non_used default attributes process.command: enabled: false process.command_line: enabled: false process.executable.path: enabled: false process.owner: enabled: false process.parent_pid: enabled: false metrics: # disable non-used default metrics process.cpu.time: enabled: false process.memory.virtual: enabled: false # enable used optional metrics process.cpu.utilization: enabled: true process.open_file_descriptors: enabled: true process.threads: enabled: true ```
Configuration menu - View commit details
-
Copy full SHA for e6238bc - Browse repository at this point
Copy the full SHA e6238bcView commit details -
[processor/geoip] skip error if geo metadata is not found (open-telem…
…etry#35278) **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.--> If a provider does not found any associated metadata to the given IP, the processor will continue the processing instead of returning the error. Nonetheless, the error will be logged when debug telemetry level is enabled. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#35047 **Testing:** <Describe what testing was performed and which tests were added.> Add a testdata case for IP `1.2.3.5` which is not available in any of the providers (maxmind neither mocked provider) **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for a91d8eb - Browse repository at this point
Copy the full SHA a91d8ebView commit details -
fix(deps): update module github.com/apache/pulsar-client-go to v0.14.0 (
open-telemetry#35506) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/apache/pulsar-client-go](https://redirect.github.com/apache/pulsar-client-go) | `v0.13.1` -> `v0.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fapache%2fpulsar-client-go/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fapache%2fpulsar-client-go/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fapache%2fpulsar-client-go/v0.13.1/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fapache%2fpulsar-client-go/v0.13.1/v0.14.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>apache/pulsar-client-go (github.com/apache/pulsar-client-go)</summary> ### [`v0.14.0`](https://redirect.github.com/apache/pulsar-client-go/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/apache/pulsar-client-go/compare/v0.13.1...v0.14.0) #### Important notice - The client has dropped support for Go 1.20. The minimum supported version is now Go 1.21. ([Related PR](https://redirect.github.com/apache/pulsar-client-go/pull/1249)) - The `BackoffPolicy` interface and related methods has been moved to the `backoff` package from the `internal` package. The `BackoffPolicy` interface is renamed to `Policy`. ([Related PR](https://redirect.github.com/apache/pulsar-client-go/pull/1197)) #### What's Changed - \[improve] Install golang by image in the Dockerfile by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1246](https://redirect.github.com/apache/pulsar-client-go/pull/1246) - \[ci] Validate multiple version builds and use golangci-lint-action by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1250](https://redirect.github.com/apache/pulsar-client-go/pull/1250) - \[ci] Add merge limitation by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1248](https://redirect.github.com/apache/pulsar-client-go/pull/1248) - \[fix] Fix the key-based batch can't guarantee the ordering when flushing by [@&open-telemetry#8203;RobertIndie](https://redirect.github.com/RobertIndie) in [https://github.com/apache/pulsar-client-go/pull/1252](https://redirect.github.com/apache/pulsar-client-go/pull/1252) - \[fix] FailTimeoutMessages cannot delete outdated messages by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1247](https://redirect.github.com/apache/pulsar-client-go/pull/1247) - \[fix] Fix pulsar admin revoke subscription permission endpoint by [@&open-telemetry#8203;NoFacePeace](https://redirect.github.com/NoFacePeace) in [https://github.com/apache/pulsar-client-go/pull/1251](https://redirect.github.com/apache/pulsar-client-go/pull/1251) - \[fix] Producer close was blocked by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1249](https://redirect.github.com/apache/pulsar-client-go/pull/1249) - \[fix] PulsarCtl 1266 Oauth2 Client credentials flow use scopes from the keyfile as well by [@&open-telemetry#8203;Nikolajls](https://redirect.github.com/Nikolajls) in [https://github.com/apache/pulsar-client-go/pull/1244](https://redirect.github.com/apache/pulsar-client-go/pull/1244) - \[feat] Add support for subscription expiration time namespace settings by [@&open-telemetry#8203;klevy-toast](https://redirect.github.com/klevy-toast) in [https://github.com/apache/pulsar-client-go/pull/1254](https://redirect.github.com/apache/pulsar-client-go/pull/1254) - \[fix] Prevent panic when calling Flush on closed producer by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1260](https://redirect.github.com/apache/pulsar-client-go/pull/1260) - \[fix] Avoid a data race when flushing with load by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1261](https://redirect.github.com/apache/pulsar-client-go/pull/1261) - \[improve] Add InitialSubscriptionName for DLQPolicy by [@&open-telemetry#8203;crossoverJie](https://redirect.github.com/crossoverJie) in [https://github.com/apache/pulsar-client-go/pull/1264](https://redirect.github.com/apache/pulsar-client-go/pull/1264) - \[fix] Peek message will return -1 for partitionIndex by [@&open-telemetry#8203;shibd](https://redirect.github.com/shibd) in [https://github.com/apache/pulsar-client-go/pull/1267](https://redirect.github.com/apache/pulsar-client-go/pull/1267) - \[chore] Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/pulsar-client-go/pull/1269](https://redirect.github.com/apache/pulsar-client-go/pull/1269) - \[feat] Support the namespace offloadThresholdInSeconds API in pulsaradmin pkg by [@&open-telemetry#8203;ericsyh](https://redirect.github.com/ericsyh) in [https://github.com/apache/pulsar-client-go/pull/1271](https://redirect.github.com/apache/pulsar-client-go/pull/1271) - \[fix] Stop timer when close timedAckGroupingTracker by [@&open-telemetry#8203;geniusjoe](https://redirect.github.com/geniusjoe) in [https://github.com/apache/pulsar-client-go/pull/1279](https://redirect.github.com/apache/pulsar-client-go/pull/1279) - \[improve] Refactor connection concurrency model by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1275](https://redirect.github.com/apache/pulsar-client-go/pull/1275) - \[fix] Attempt to avoid deadlock during reconnection by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1273](https://redirect.github.com/apache/pulsar-client-go/pull/1273) - \[fix] Fixed panic caused by memory not aligned in arm32 arch by [@&open-telemetry#8203;dream-kzx](https://redirect.github.com/dream-kzx) in [https://github.com/apache/pulsar-client-go/pull/1286](https://redirect.github.com/apache/pulsar-client-go/pull/1286) - \[fix] Reconnection logic and Backoff policy doesn't work correctly by [@&open-telemetry#8203;crossoverJie](https://redirect.github.com/crossoverJie) in [https://github.com/apache/pulsar-client-go/pull/1197](https://redirect.github.com/apache/pulsar-client-go/pull/1197) #### New Contributors - [@&open-telemetry#8203;NoFacePeace](https://redirect.github.com/NoFacePeace) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1251](https://redirect.github.com/apache/pulsar-client-go/pull/1251) - [@&open-telemetry#8203;Nikolajls](https://redirect.github.com/Nikolajls) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1244](https://redirect.github.com/apache/pulsar-client-go/pull/1244) - [@&open-telemetry#8203;klevy-toast](https://redirect.github.com/klevy-toast) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1254](https://redirect.github.com/apache/pulsar-client-go/pull/1254) - [@&open-telemetry#8203;ericsyh](https://redirect.github.com/ericsyh) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1271](https://redirect.github.com/apache/pulsar-client-go/pull/1271) - [@&open-telemetry#8203;dream-kzx](https://redirect.github.com/dream-kzx) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1286](https://redirect.github.com/apache/pulsar-client-go/pull/1286) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 810a924 - Browse repository at this point
Copy the full SHA 810a924View commit details -
fix(deps): update module google.golang.org/grpc to v1.67.1 (open-tele…
…metry#35505) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.67.0` -> `v1.67.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.67.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.67.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.67.0/v1.67.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.67.0/v1.67.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.67.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.1): Release 1.67.1 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.0...v1.67.1) ### Bug Fixes - transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. ([#&open-telemetry#8203;7667](https://redirect.github.com/grpc/grpc-go/issues/7667)) - xds/server: Fix xDS Server memory leak. ([#&open-telemetry#8203;7681](https://redirect.github.com/grpc/grpc-go/issues/7681)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 226c9be - Browse repository at this point
Copy the full SHA 226c9beView commit details -
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.24.9 (op…
…en-telemetry#35501) 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.8` -> `v4.24.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.9?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.9?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.8/v4.24.9?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.8/v4.24.9?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.9`](https://redirect.github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe1a62a - Browse repository at this point
Copy the full SHA fe1a62aView commit details -
fix(deps): update module github.com/tencentcloud/tencentcloud-sdk-go/…
…tencentcloud/common to v1.0.1015 (open-telemetry#35497) 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.1009` -> `v1.0.1015` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1015?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.1015?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.1009/v1.0.1015?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.1009/v1.0.1015?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.1015`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101015) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1014...v1.0.1015) #### SSL 证书(ssl) 版本:2019-12-05 ##### 第 68 次发布 发布时间:2024-10-01 01:24:04 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800) - 新增入参:CertificateIds, IsSync ### [`v1.0.1014`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101014) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1013...v1.0.1014) #### 弹性伸缩(as) 版本:2018-04-19 ##### 第 74 次发布 发布时间:2024-09-30 01:07:57 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447) - 新增入参:ImageFamily - <font color="#dd0000">**修改入参**:</font>ImageId - [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298) - 新增入参:ImageFamily 修改数据结构: - [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration) - 新增成员:ImageFamily #### 云联络中心(ccc) 版本:2020-02-10 ##### 第 76 次发布 发布时间:2024-09-30 01:10:03 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateOwnNumberApply](https://cloud.tencent.com/document/api/679/111404) - [ModifyOwnNumberApply](https://cloud.tencent.com/document/api/679/111403) 新增数据结构: - [OwnNumberApplyDetailItem](https://cloud.tencent.com/document/api/679/47715#OwnNumberApplyDetailItem) #### 云服务器(cvm) 版本:2017-03-12 ##### 第 132 次发布 发布时间:2024-09-30 01:13:47 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeImageFromFamily](https://cloud.tencent.com/document/api/213/111405) 修改接口: - [CreateImage](https://cloud.tencent.com/document/api/213/16726) - 新增入参:ImageFamily - [ModifyImageAttribute](https://cloud.tencent.com/document/api/213/15713) - 新增入参:ImageFamily, ImageDeprecated 修改数据结构: - [Image](https://cloud.tencent.com/document/api/213/15753#Image) - 新增成员:ImageFamily, ImageDeprecated - [ReservedInstancePrice](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePrice) - 新增成员:FixedPriceDiscount, UsagePriceDiscount - [ReservedInstancePriceItem](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePriceItem) - 新增成员:DiscountUsagePrice, DiscountFixedPrice #### 医疗报告结构化(mrs) 版本:2020-09-10 ##### 第 28 次发布 发布时间:2024-09-30 01:27:01 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [ImageToObject](https://cloud.tencent.com/document/api/1314/56228) - 新增入参:OcrInfoList 新增数据结构: - [OcrInfo](https://cloud.tencent.com/document/api/1314/56230#OcrInfo) - [OcrItem](https://cloud.tencent.com/document/api/1314/56230#OcrItem) #### 私有网络(vpc) 版本:2017-03-12 ##### 第 209 次发布 发布时间:2024-09-30 01:38:05 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96025) - 新增入参:Tags 新增数据结构: - [Tags](https://cloud.tencent.com/document/api/215/15824#Tags) ### [`v1.0.1013`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101013) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1012...v1.0.1013) #### 边缘安全加速平台(teo) 版本:2022-09-01 ##### 第 86 次发布 发布时间:2024-09-29 11:32:31 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateFunction](https://cloud.tencent.com/document/api/1552/111389) - [CreateFunctionRule](https://cloud.tencent.com/document/api/1552/111388) - [DeleteFunction](https://cloud.tencent.com/document/api/1552/111387) - [DeleteFunctionRules](https://cloud.tencent.com/document/api/1552/111386) - [DescribeFunctionRules](https://cloud.tencent.com/document/api/1552/111385) - [DescribeFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111384) - [DescribeFunctions](https://cloud.tencent.com/document/api/1552/111383) - [HandleFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111382) - [ModifyFunction](https://cloud.tencent.com/document/api/1552/111381) - [ModifyFunctionRule](https://cloud.tencent.com/document/api/1552/111380) - [ModifyFunctionRulePriority](https://cloud.tencent.com/document/api/1552/111379) 新增数据结构: - [Function](https://cloud.tencent.com/document/api/1552/80721#Function) - [FunctionEnvironmentVariable](https://cloud.tencent.com/document/api/1552/80721#FunctionEnvironmentVariable) - [FunctionRule](https://cloud.tencent.com/document/api/1552/80721#FunctionRule) - [FunctionRuleCondition](https://cloud.tencent.com/document/api/1552/80721#FunctionRuleCondition) #### 边缘安全加速平台(teo) 版本:2022-01-06 ### [`v1.0.1012`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101012) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1011...v1.0.1012) #### 腾讯云CA(ca) 版本:2023-02-28 ##### 第 1 次发布 发布时间:2024-09-26 19:47:19 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateVerifyReport](https://cloud.tencent.com/document/api/1691/111296) - [DescribeVerifyReport](https://cloud.tencent.com/document/api/1691/111295) - [UploadFile](https://cloud.tencent.com/document/api/1691/111294) 新增数据结构: - [FileInfo](https://cloud.tencent.com/document/api/1691/111297#FileInfo) #### 云联络中心(ccc) 版本:2020-02-10 ##### 第 75 次发布 发布时间:2024-09-27 01:05:32 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [IMCdrInfo](https://cloud.tencent.com/document/api/679/47715#IMCdrInfo) - 新增成员:ClientUserId #### 内容分发网络 CDN(cdn) 版本:2018-06-06 ##### 第 129 次发布 发布时间:2024-09-27 01:06:23 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [CacheConfigCache](https://cloud.tencent.com/document/api/228/30987#CacheConfigCache) - 新增成员:OriginMtimeCheckType - [CacheConfigFollowOrigin](https://cloud.tencent.com/document/api/228/30987#CacheConfigFollowOrigin) - 新增成员:OriginMtimeCheckType #### 云服务器(cvm) 版本:2017-03-12 ##### 第 131 次发布 发布时间:2024-09-27 01:09:25 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [InquiryPriceRunInstances](https://cloud.tencent.com/document/api/213/15726) - 新增入参:CpuTopology #### 弹性 MapReduce(emr) 版本:2019-01-03 ##### 第 78 次发布 发布时间:2024-09-27 01:15:03 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078) - 新增入参:Type #### 文字识别(ocr) 版本:2018-11-19 ##### 第 152 次发布 发布时间:2024-09-27 01:23:33 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657) - 新增出参:WarnCardInfos #### 邮件推送(ses) 版本:2020-10-02 ##### 第 24 次发布 发布时间:2024-09-27 01:25:49 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854) - 新增出参:TotalCount, ValidCount, TooLongCount, RepeatCount, InvalidCount #### 私有网络(vpc) 版本:2017-03-12 ##### 第 208 次发布 发布时间:2024-09-27 01:34:17 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateCdcLDCXList](https://cloud.tencent.com/document/api/215/111330) - [CreateCdcNetPlanes](https://cloud.tencent.com/document/api/215/111329) - [CreateHighPriorityRouteTable](https://cloud.tencent.com/document/api/215/111328) - [CreateHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111327) - [DeleteCdcLDCXList](https://cloud.tencent.com/document/api/215/111326) - [DeleteCdcNetPlanes](https://cloud.tencent.com/document/api/215/111325) - [DeleteHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111324) - [DeleteHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111323) - [DescribeCdcLDCXList](https://cloud.tencent.com/document/api/215/111322) - [DescribeCdcNetPlanes](https://cloud.tencent.com/document/api/215/111321) - [DescribeCdcUsedIdcVlan](https://cloud.tencent.com/document/api/215/111320) - [DescribeHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111319) - [DescribeHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111318) - [DescribeRoutes](https://cloud.tencent.com/document/api/215/111309) - [ModifyCdcLDCXAttribute](https://cloud.tencent.com/document/api/215/111317) - [ModifyCdcNetPlaneAttribute](https://cloud.tencent.com/document/api/215/111316) - [ModifyHighPriorityRouteAttribute](https://cloud.tencent.com/document/api/215/111315) - [ModifyHighPriorityRouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/111314) - [ModifyHighPriorityRouteTableAttribute](https://cloud.tencent.com/document/api/215/111313) - [ReplaceHighPriorityRouteTableAssociation](https://cloud.tencent.com/document/api/215/111312) - [ReplaceHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111311) - [ResetHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111310) 新增数据结构: - [HighPriorityModifyItem](https://cloud.tencent.com/document/api/215/15824#HighPriorityModifyItem) - [HighPriorityRoute](https://cloud.tencent.com/document/api/215/15824#HighPriorityRoute) - [HighPriorityRouteTable](https://cloud.tencent.com/document/api/215/15824#HighPriorityRouteTable) - [RouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/15824#RouteECMPAlgorithm) 修改数据结构: - [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint) - 新增成员:CdcId - [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService) - 新增成员:CdcId - [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip) - 新增成员:CdcId - [Route](https://cloud.tencent.com/document/api/215/15824#Route) - 新增成员:CdcId ### [`v1.0.1011`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101011) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1010...v1.0.1011) #### 主机安全(cwp) 版本:2018-02-28 ##### 第 124 次发布 发布时间:2024-09-26 01:14:22 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**预下线接口**:</font> - DescribeIndexList #### 运维安全中心(堡垒机)(dasb) 版本:2019-10-18 ##### 第 31 次发布 发布时间:2024-09-26 01:16:16 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateAcl](https://cloud.tencent.com/document/api/1025/74411) - 新增入参:AllowKeyboardLogger - [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408) - 新增入参:AllowKeyboardLogger 修改数据结构: - [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl) - 新增成员:AllowKeyboardLogger #### 腾讯电子签(基础版)(essbasic) 版本:2021-05-26 ##### 第 185 次发布 发布时间:2024-09-26 01:20:42 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524) - 新增入参:AutoActive #### 腾讯电子签(基础版)(essbasic) 版本:2020-12-22 #### 腾讯健康组学平台(omics) 版本:2022-11-28 ##### 第 17 次发布 发布时间:2024-09-26 01:28:34 本次发布包含了以下内容: 改善已有的文档。 新增数据结构: - [VolumeInfo](https://cloud.tencent.com/document/api/1643/89100#VolumeInfo) 修改数据结构: - [ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion) - 新增成员:GitSource - [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup) - 新增成员:AccessMode, Type, WorkDir, InputType, InputCosUri, InputTemplateId, Volumes - [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata) - 新增成员:WorkDir - [RunOption](https://cloud.tencent.com/document/api/1643/89100#RunOption) - 新增成员:AddRunInfoToOutputDir #### SSL 证书(ssl) 版本:2019-12-05 ##### 第 67 次发布 发布时间:2024-09-26 01:31:18 本次发布包含了以下内容: 改善已有的文档。 新增数据结构: - [HostingConfig](https://cloud.tencent.com/document/api/400/41679#HostingConfig) 修改数据结构: - [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates) - 新增成员:HostingResourceTypes, HostingConfig #### 云开发 CloudBase(tcb) 版本:2018-06-08 ##### 第 104 次发布 发布时间:2024-09-26 01:32:18 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DeleteCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/58477) - 新增入参:DelayedDeletionTime 修改数据结构: - [CloudBaseRunVolumeMount](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunVolumeMount) - 新增成员:MountPropagation #### 私有网络(vpc) 版本:2017-03-12 ##### 第 207 次发布 发布时间:2024-09-26 01:39:10 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699) - 新增入参:DedicatedClusterId 修改数据结构: - [Address](https://cloud.tencent.com/document/api/215/15824#Address) - 新增成员:DedicatedClusterId ### [`v1.0.1010`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/blob/HEAD/CHANGELOG.md#Release-v101010) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.0.1009...v1.0.1010) #### 云联络中心(ccc) 版本:2020-02-10 ##### 第 74 次发布 发布时间:2024-09-24 13:17:26 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [CreateAICall](https://cloud.tencent.com/document/api/679/111211) #### 负载均衡(clb) 版本:2018-03-17 ##### 第 111 次发布 发布时间:2024-09-25 01:12:46 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [CreateListener](https://cloud.tencent.com/document/api/214/30693) - 新增入参:H2cSwitch, SslCloseSwitch #### 多媒体创作引擎(cme) 版本:2019-10-29 ##### 第 59 次发布 发布时间:2024-09-25 01:13:30 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [SlotInfo](https://cloud.tencent.com/document/api/1156/40360#SlotInfo) - 新增成员:StartTime #### TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07 ##### 第 104 次发布 发布时间:2024-09-25 01:15:47 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**删除接口**:</font> - DescribeRollbackTimeValidity #### 人脸核身(faceid) 版本:2018-03-01 ##### 第 80 次发布 发布时间:2024-09-25 01:20:56 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig) - 新增成员:Speed #### 物联网边缘计算平台(iecp) 版本:2021-09-14 ##### 第 9 次发布 发布时间:2024-09-25 01:22:07 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**删除接口**:</font> - ApplyMarketComponent - CreateApplicationVisualization - CreateEdgeUnitApplicationVisualization - CreateEdgeUnitApplicationYaml - DeleteApplications - DeleteEdgeUnitApplications - DescribeApplicationVisualization - DescribeApplicationYaml - DescribeApplicationYamlError - DescribeApplications - DescribeEdgeUnitApplicationEvents - DescribeEdgeUnitApplicationLogs - DescribeEdgeUnitApplicationPodContainers - DescribeEdgeUnitApplicationPods - DescribeEdgeUnitApplicationVisualization - DescribeEdgeUnitApplicationYaml - DescribeEdgeUnitApplicationYamlError - DescribeEdgeUnitCloud - ModifyApplicationBasicInfo - ModifyApplicationVisualization <font color="#dd0000">**删除数据结构**:</font> - ApplicationTemplate - ContainerStatus - EdgeUnitStatisticItem - Event - PodStatus #### 腾讯云可观测平台(monitor) 版本:2018-07-24 ##### 第 121 次发布 发布时间:2024-09-25 01:26:32 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**删除接口**:</font> - CheckIsPrometheusNewUser - DescribePrometheusRecordRuleYaml #### 云数据库 PostgreSQL(postgres) 版本:2017-03-12 ##### 第 46 次发布 发布时间:2024-09-25 01:28:57 本次发布包含了以下内容: 改善已有的文档。 新增接口: - [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242) 修改接口: - [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602) - 新增入参:DedicatedClusterId 新增数据结构: - [DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster) 修改数据结构: - [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode) - 新增成员:DedicatedClusterId #### 全栈式风控引擎(rce) 版本:2020-11-03 ##### 第 14 次发布 发布时间:2024-09-25 01:29:30 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo) - 新增成员:IsOrderHandling - <font color="#dd0000">**修改成员**:</font>IsPersonalData #### 容器安全服务(tcss) 版本:2020-11-01 ##### 第 66 次发布 发布时间:2024-09-25 01:32:38 本次发布包含了以下内容: 改善已有的文档。 修改接口: - [DescribeAssetImageRegistryAssetStatus](https://cloud.tencent.com/document/api/1285/65502) - 新增出参:LatestSyncSuccessTime - [DescribeAssetImageRegistrySummary](https://cloud.tencent.com/document/api/1285/65494) - 新增出参:UnScannedImageCnt - [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487) - 新增出参:LastScanTime, ScanResult - [DescribeAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65485) - 新增出参:LastScanTime, Status, SubStatus - [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477) - 新增出参:UnScannedImageCnt - [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473) - 新增出参:ImageScanInquireInfo, RepeatImageIdCnt - [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472) - 新增出参:LastScanTime, ScanResult 新增数据结构: - [ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo) #### 边缘安全加速平台(teo) 版本:2022-09-01 ##### 第 85 次发布 发布时间:2024-09-25 01:34:27 本次发布包含了以下内容: 改善已有的文档。 新增数据结构: - [L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth) 修改数据结构: - [L4ProxyRule](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRule) - 新增成员:RemoteAuth #### 边缘安全加速平台(teo) 版本:2022-01-06 #### 微服务引擎(tse) 版本:2020-12-07 ##### 第 77 次发布 发布时间:2024-09-25 01:36:42 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter) - 新增成员:Operator, Name #### 微服务平台 TSF(tsf) 版本:2018-03-26 ##### 第 114 次发布 发布时间:2024-09-25 01:37:11 本次发布包含了以下内容: 改善已有的文档。 <font color="#dd0000">**删除接口**:</font> - DescribeApplicationBusinessLogConfig #### 数据开发治理平台 WeData(wedata) 版本:2021-08-20 ##### 第 107 次发布 发布时间:2024-09-25 01:40:14 本次发布包含了以下内容: 改善已有的文档。 修改数据结构: - [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto) - 新增成员:NewParentTaskInfos </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c875c2c - Browse repository at this point
Copy the full SHA c875c2cView commit details -
fix(deps): update module github.com/datadog/agent-payload/v5 to v5.0.…
…133 (open-telemetry#35496) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/DataDog/agent-payload/v5](https://redirect.github.com/DataDog/agent-payload) | `v5.0.132` -> `v5.0.133` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.133?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.133?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.132/v5.0.133?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.132/v5.0.133?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>DataDog/agent-payload (github.com/DataDog/agent-payload/v5)</summary> ### [`v5.0.133`](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.132...v5.0.133) [Compare Source](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.132...v5.0.133) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67788a5 - Browse repository at this point
Copy the full SHA 67788a5View commit details -
carbonexporter: migrate to latest semconv version (open-telemetry#35351)
Description: The version of semconv is upgraded from v1.6.1 to newer versions This upgrade is trivial. The semconv attributes' value have been compared using [go-otel-semconv-comparator](https://github.com/narcis96/go-otel-semconv-comparator) resulting in 0 (relevant) diffs: - conventions.AttributeServiceName="service.name" on both versions Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 4aae9af - Browse repository at this point
Copy the full SHA 4aae9afView commit details -
zipkinreceiver: migrate to latest semconv version (open-telemetry#35340)
Description: The version of semconv is upgraded from v1.6.1 to v1.12.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Configuration menu - View commit details
-
Copy full SHA for 62049b0 - Browse repository at this point
Copy the full SHA 62049b0View commit details -
[exporter/elasticsearch] Implement elasticsearch.mapping.hints attrib…
…ute handling for data points in OTel mapping mode (open-telemetry#35479) **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.--> Supersedes open-telemetry#35348 elasticsearch.mapping.hints takes a slice of strings. `_doc_count` enables emitting `_doc_count` for the document. `aggregate_metric_double` causes histogram or exponential histogram to be emitted as aggregate_metric_double. **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 caf1a10 - Browse repository at this point
Copy the full SHA caf1a10View commit details -
fix(deps): update module github.com/prometheus/common to v0.60.0 (ope…
…n-telemetry#35523) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.59.1` -> `v0.60.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.59.1/v0.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.59.1/v0.60.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>prometheus/common (github.com/prometheus/common)</summary> ### [`v0.60.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.60.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.59.1...v0.60.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@&open-telemetry#8203;prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/692](https://redirect.github.com/prometheus/common/pull/692) - slog: expose io.Writer by [@&open-telemetry#8203;jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus/common/pull/694](https://redirect.github.com/prometheus/common/pull/694) - Synchronize common files from prometheus/prometheus by [@&open-telemetry#8203;prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/695](https://redirect.github.com/prometheus/common/pull/695) - promslog: use UTC timestamps for go-kit log style by [@&open-telemetry#8203;dswarbrick](https://redirect.github.com/dswarbrick) in [https://github.com/prometheus/common/pull/696](https://redirect.github.com/prometheus/common/pull/696) - feat: add `promslog.NewNopLogger()` convenience func by [@&open-telemetry#8203;tjhop](https://redirect.github.com/tjhop) in [https://github.com/prometheus/common/pull/697](https://redirect.github.com/prometheus/common/pull/697) - Bump golang.org/x/net from 0.28.0 to 0.29.0 by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/699](https://redirect.github.com/prometheus/common/pull/699) - Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/698](https://redirect.github.com/prometheus/common/pull/698) - Update supported Go versions by [@&open-telemetry#8203;SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/700](https://redirect.github.com/prometheus/common/pull/700) **Full Changelog**: prometheus/common@v0.59.1...v0.60.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afa5709 - Browse repository at this point
Copy the full SHA afa5709View commit details -
[exporter/datadogexporter, pkg/datadog, testbed] Use NewDefaultClient…
…Config instead of manually creating struct (open-telemetry#35519) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Configuration menu - View commit details
-
Copy full SHA for fb9899e - Browse repository at this point
Copy the full SHA fb9899eView commit details -
[chore] add remove-toolchain make cmd (open-telemetry#35490)
**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 adds a new `remove-toolchain` make command which removes the `toolchain` directive from all go.mod files. The new make command is also added to the `update-otel` make target. **Link to tracking Issue:** <Issue number if applicable> - fixes open-telemetry#33600 - could potentially also work for open-telemetry#35160 **Testing:** <Describe what testing was performed and which tests were added.> - add a `toolchain go1.22.5` directive to any of the go.mod files in this repo - call `make remove-toolchain` - check if the toolchain directive was removed --------- Signed-off-by: Moritz Wiesinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2547a5 - Browse repository at this point
Copy the full SHA e2547a5View commit details -
[receiver/prometheusremotewrite] Add component skeleton (open-telemet…
…ry#35295) **Description:** Add skeleton for Prometheus Remote-Write Receiver. With the release of PrometheusRemoteWritev2, there's commitment from the Prometheus team to implement and maintain this component :) prometheus/prometheus#12633 (comment) **Link to tracking Issue:** open-telemetry#33782 Signed-off-by: Arthur Silva Sens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1633959 - Browse repository at this point
Copy the full SHA 1633959View commit details -
[exporter/alertmanager] Use NewDefaultClientConfig instead of manuall…
…y creating struct (open-telemetry#35518) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Configuration menu - View commit details
-
Copy full SHA for 6ef707c - Browse repository at this point
Copy the full SHA 6ef707cView commit details -
[chore] restore auto assignment for @evan-bradley (open-telemetry#35527)
**Description:** I will have good availability to review PRs again, so I can be added back to the auto-assignment list.
Configuration menu - View commit details
-
Copy full SHA for 845f838 - Browse repository at this point
Copy the full SHA 845f838View commit details -
fix(deps): update module google.golang.org/api to v0.199.0 (open-tele…
…metry#35517) 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.198.0` -> `v0.199.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.199.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.199.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.198.0/v0.199.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.198.0/v0.199.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.199.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.199.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.198.0...v0.199.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2791](https://redirect.github.com/googleapis/google-api-go-client/issues/2791)) ([bd9630a](https://redirect.github.com/googleapis/google-api-go-client/commit/bd9630ab6fc22bc2bf7108d72457f914c69a4b14)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2793](https://redirect.github.com/googleapis/google-api-go-client/issues/2793)) ([ac7c6de](https://redirect.github.com/googleapis/google-api-go-client/commit/ac7c6de55a590ab4b9bcb9f0c184bf8829574c3f)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2794](https://redirect.github.com/googleapis/google-api-go-client/issues/2794)) ([d0e0dc3](https://redirect.github.com/googleapis/google-api-go-client/commit/d0e0dc31cd30ec9b5e71541ad905236401b56d96)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2796](https://redirect.github.com/googleapis/google-api-go-client/issues/2796)) ([34102ae](https://redirect.github.com/googleapis/google-api-go-client/commit/34102ae8645c5ec2b9e04e821d3910b6b30abd5b)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2797](https://redirect.github.com/googleapis/google-api-go-client/issues/2797)) ([21926ca](https://redirect.github.com/googleapis/google-api-go-client/commit/21926caa29a1141e7ed78abe78d7559a595e721d)) - **all:** Auto-regenerate discovery clients ([#&open-telemetry#8203;2799](https://redirect.github.com/googleapis/google-api-go-client/issues/2799)) ([9ce4b50](https://redirect.github.com/googleapis/google-api-go-client/commit/9ce4b506f2a90a591da35bb1d12251f9ee45ee84)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c885a1a - Browse repository at this point
Copy the full SHA c885a1aView commit details -
fix(deps): update module github.com/tinylib/msgp to v1.2.2 (open-tele…
…metry#35516) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/tinylib/msgp](https://redirect.github.com/tinylib/msgp) | `v1.2.1` -> `v1.2.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftinylib%2fmsgp/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftinylib%2fmsgp/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftinylib%2fmsgp/v1.2.1/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftinylib%2fmsgp/v1.2.1/v1.2.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>tinylib/msgp (github.com/tinylib/msgp)</summary> ### [`v1.2.2`](https://redirect.github.com/tinylib/msgp/releases/tag/v1.2.2) [Compare Source](https://redirect.github.com/tinylib/msgp/compare/v1.2.1...v1.2.2) ##### What's Changed - Improve read speed by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/tinylib/msgp/pull/361](https://redirect.github.com/tinylib/msgp/pull/361) - Create 0 size byte slices on allownil \[]byte elements by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/tinylib/msgp/pull/363](https://redirect.github.com/tinylib/msgp/pull/363) - Add `compactfloats` directive for lossless float64 -> float32 conversion by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/tinylib/msgp/pull/366](https://redirect.github.com/tinylib/msgp/pull/366) - Add native json.Number support by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [https://github.com/tinylib/msgp/pull/364](https://redirect.github.com/tinylib/msgp/pull/364) **Full Changelog**: tinylib/msgp@v1.2.1...v1.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd1fd57 - Browse repository at this point
Copy the full SHA cd1fd57View commit details -
chore(deps): update codecov/codecov-action action to v4.6.0 (open-tel…
…emetry#35529) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | minor | `4.5.0` -> `4.6.0` | # Warnings (1) Please correct - or verify that you can safely ignore - these warnings before you merge this PR. - `codecov/codecov-action`: Could not determine new digest for update (github-tags package codecov/codecov-action) --- --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4.6.0`](https://redirect.github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 24f91ae - Browse repository at this point
Copy the full SHA 24f91aeView commit details -
fix(deps): update module github.com/gocql/gocql to v1.7.0 (open-telem…
…etry#35511) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/gocql/gocql](https://redirect.github.com/gocql/gocql) | `v1.6.0` -> `v1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgocql%2fgocql/v1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgocql%2fgocql/v1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgocql%2fgocql/v1.6.0/v1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgocql%2fgocql/v1.6.0/v1.7.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>gocql/gocql (github.com/gocql/gocql)</summary> ### [`v1.7.0`](https://redirect.github.com/apache/cassandra-gocql-driver/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/gocql/gocql/compare/v1.6.0...v1.7.0) ##### Changed - Update DRIVER_NAME parameter in STARTUP messages to a different value intended to clearly identify this driver as an ASF driver. This should clearly distinguish this release (and future gocql-cassandra-driver releases) from prior versions. ([#&open-telemetry#8203;1824](https://redirect.github.com/gocql/gocql/issues/1824)) - Supported Go versions updated to 1.23 and 1.22 to conform to gocql's sunset model. ([#&open-telemetry#8203;1825](https://redirect.github.com/gocql/gocql/issues/1825)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ff601c - Browse repository at this point
Copy the full SHA 5ff601cView commit details -
fix(deps): update module github.com/azure/go-amqp to v1.2.0 (open-tel…
…emetry#35510) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/Azure/go-amqp](https://redirect.github.com/Azure/go-amqp) | `v1.1.0` -> `v1.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAzure%2fgo-amqp/v1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAzure%2fgo-amqp/v1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAzure%2fgo-amqp/v1.1.0/v1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAzure%2fgo-amqp/v1.1.0/v1.2.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>Azure/go-amqp (github.com/Azure/go-amqp)</summary> ### [`v1.2.0`](https://redirect.github.com/Azure/go-amqp/releases/tag/v1.2.0) [Compare Source](https://redirect.github.com/Azure/go-amqp/compare/v1.1.0...v1.2.0) ##### Features Added - Added type `Null` used to send an AMQP `null` message value. - Added method `Properties` to `Conn`, `Session`, `Receiver`, and `Sender` which contains the peer's respective properties. ##### Bugs Fixed - Fixed a rare race in `Conn.start` that could cause goroutines to be leaked if the provided context was canceld/expired. ##### Other Changes - The field `MessageHeader.Durable` is not omitted when it's `false`. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2c78c0 - Browse repository at this point
Copy the full SHA b2c78c0View commit details -
fix(deps): update module github.com/open-telemetry/otel-arrow to v0.2…
…7.0 (open-telemetry#35514) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-telemetry/otel-arrow](https://redirect.github.com/open-telemetry/otel-arrow) | `v0.26.0` -> `v0.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fotel-arrow/v0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fotel-arrow/v0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fotel-arrow/v0.26.0/v0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fotel-arrow/v0.26.0/v0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/otel-arrow (github.com/open-telemetry/otel-arrow)</summary> ### [`v0.27.0`](https://redirect.github.com/open-telemetry/otel-arrow/releases/tag/v0.27.0) [Compare Source](https://redirect.github.com/open-telemetry/otel-arrow/compare/v0.26.0...v0.27.0) - Concurrent batch processor: concurrency limit for legacy behavior or otherwise. [#&open-telemetry#8203;254](https://redirect.github.com/open-telemetry/otel-arrow/pull/254) - Concurrent batch processor: EarlyReturn legacy compat feature. [#&open-telemetry#8203;253](https://redirect.github.com/open-telemetry/otel-arrow/pull/253) - Concurrent batch processor: Synchronize with upstream; removes in-flight bytes metric, removes panic recovery as unnecessary divergence. [#&open-telemetry#8203;251](https://redirect.github.com/open-telemetry/otel-arrow/pull/251) - Update collector dependencies to v0.110.0/v1.16.0; remove validation connector [#&open-telemetry#8203;252](https://redirect.github.com/open-telemetry/otel-arrow/pull/252) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 809dcf5 - Browse repository at this point
Copy the full SHA 809dcf5View commit details -
fix(deps): update all github.com/aws packages (open-telemetry#35500)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go-v2](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.30.5` -> `v1.31.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2/v1.31.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/v1.31.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/v1.30.5/v1.31.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/v1.30.5/v1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.27.35` -> `v1.27.39` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.39?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%2fconfig/v1.27.39?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%2fconfig/v1.27.35/v1.27.39?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%2fconfig/v1.27.35/v1.27.39?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/credentials](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.33` -> `v1.17.37` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.37?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%2fcredentials/v1.17.37?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%2fcredentials/v1.17.33/v1.17.37?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%2fcredentials/v1.17.33/v1.17.37?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.17.20` -> `v1.17.25` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.25?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.25?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.20/v1.17.25?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.20/v1.17.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/kinesis](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.29.8` -> `v1.31.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.31.2?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%2fkinesis/v1.31.2?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%2fkinesis/v1.29.8/v1.31.2?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%2fkinesis/v1.29.8/v1.31.2?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.61.3` -> `v1.63.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.63.3?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.63.3?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.61.3/v1.63.3?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.61.3/v1.63.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.32.9` -> `v1.33.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.33.3?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%2fsecretsmanager/v1.33.3?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%2fsecretsmanager/v1.32.9/v1.33.3?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%2fsecretsmanager/v1.32.9/v1.33.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.31.8` -> `v1.32.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.32.3?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%2fservicediscovery/v1.32.3?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%2fservicediscovery/v1.31.8/v1.32.3?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%2fservicediscovery/v1.31.8/v1.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/sts](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.30.8` -> `v1.31.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.31.3?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%2fsts/v1.31.3?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%2fsts/v1.30.8/v1.31.3?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%2fsts/v1.30.8/v1.31.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/smithy-go](https://redirect.github.com/aws/smithy-go) | `v1.20.4` -> `v1.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2fsmithy-go/v1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2fsmithy-go/v1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2fsmithy-go/v1.20.4/v1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2fsmithy-go/v1.20.4/v1.21.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>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary> ### [`v1.31.0`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.1...v1.31.0) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.5...v1.31.0) </details> <details> <summary>aws/smithy-go (github.com/aws/smithy-go)</summary> ### [`v1.21.0`](https://redirect.github.com/aws/smithy-go/compare/v1.20.4...v1.21.0) [Compare Source](https://redirect.github.com/aws/smithy-go/compare/v1.20.4...v1.21.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93d89ca - Browse repository at this point
Copy the full SHA 93d89caView commit details -
[chore] Add benchmark for new XML crud functions (open-telemetry#35493)
The benchmark performs a round trip of operations, getting values from the document, inserting them elsewhere, then removing them, and ultimately overwriting the original value with the "new" (same) value. Resolves open-telemetry#35471
Configuration menu - View commit details
-
Copy full SHA for 6432cb0 - Browse repository at this point
Copy the full SHA 6432cb0View commit details -
[cmd/opampsupervisor] Refactor NewSupervisor function (open-telemetry…
…#34597) **Description:** Pass config structure to `NewSupervisor` instead of a file path. **Link to tracking Issue:** open-telemetry#34379 **Testing:** I run tests and adjusted the existing ones **Documentation:** - --------- Co-authored-by: Evan Bradley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 751af79 - Browse repository at this point
Copy the full SHA 751af79View commit details -
fix(deps): update module cloud.google.com/go/spanner to v1.68.0 (open…
…-telemetry#35502) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloud.google.com/go/spanner](https://redirect.github.com/googleapis/google-cloud-go) | `v1.67.0` -> `v1.68.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fspanner/v1.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/cloud.google.com%2fgo%2fspanner/v1.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/cloud.google.com%2fgo%2fspanner/v1.67.0/v1.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fspanner/v1.67.0/v1.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81099ab - Browse repository at this point
Copy the full SHA 81099abView commit details -
[pkg/ottl] Add ToKeyValueString Converter (open-telemetry#35409)
**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.--> Implements ToKeyValueString OTTL Converter. **Link to tracking Issue:** open-telemetry#35334 **Testing:** Added unit tests and e2e **Documentation:** Added
Configuration menu - View commit details
-
Copy full SHA for 3fcbc2c - Browse repository at this point
Copy the full SHA 3fcbc2cView commit details -
[chore] fix build (open-telemetry#35531)
A new owner was added but isn't a member of otel yet. Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3611822 - Browse repository at this point
Copy the full SHA 3611822View commit details -
[receiver/datadog] Update metrics stability level to alpha (open-tele…
…metry#35536) **Description:** <Describe what has changed.> This PR updates the stability level of metrics support in the Datadog receiver to alpha. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#18278 **Testing:** <Describe what testing was performed and which tests were added.> N/A **Documentation:** <Describe the documentation added.> README updated
Configuration menu - View commit details
-
Copy full SHA for e259097 - Browse repository at this point
Copy the full SHA e259097View commit details -
fix(deps): update module go.mongodb.org/mongo-driver to v1.17.1 (open…
…-telemetry#35534) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.mongodb.org/mongo-driver](https://redirect.github.com/mongodb/mongo-go-driver) | `v1.17.0` -> `v1.17.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.mongodb.org%2fmongo-driver/v1.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.mongodb.org%2fmongo-driver/v1.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.mongodb.org%2fmongo-driver/v1.17.0/v1.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.mongodb.org%2fmongo-driver/v1.17.0/v1.17.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>mongodb/mongo-go-driver (go.mongodb.org/mongo-driver)</summary> ### [`v1.17.1`](https://redirect.github.com/mongodb/mongo-go-driver/compare/v1.17.0...v1.17.1) [Compare Source](https://redirect.github.com/mongodb/mongo-go-driver/compare/v1.17.0...v1.17.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76f4dd5 - Browse repository at this point
Copy the full SHA 76f4dd5View commit details -
[chore] removing unused replace (open-telemetry#35554)
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b798d0b - Browse repository at this point
Copy the full SHA b798d0bView commit details -
[chore] more unused replace (open-telemetry#35557)
all packages use the later version already, no longer needed Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05faa30 - Browse repository at this point
Copy the full SHA 05faa30View commit details -
[chore] [exporter/signalfx] Use NewDefaultClientConfig instead of man…
…ually creating struct (open-telemetry#35543) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Configuration menu - View commit details
-
Copy full SHA for 5c75f28 - Browse repository at this point
Copy the full SHA 5c75f28View commit details -
[cmd/opampsupervisor] Conditionally use TLS config (open-telemetry#35363
) **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.--> Fixes an issue where TLS would be used despite the opamp server using `ws` or `http` protocols. Before a TLS config would always get created, causing the connection to always use TLS settings. This change first checks which protocol we're using before creating a TLS config. **Link to tracking Issue:** <Issue number if applicable> Fixes open-telemetry#35283 **Testing:** <Describe what testing was performed and which tests were added.> Removed `tls.insecure_skip_verify: true` from e2e test configs which were using `ws` protocol since they are no longer needed. **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for 2d7836a - Browse repository at this point
Copy the full SHA 2d7836aView commit details -
[chore] [cmd/opampsupervisor]: Fix failing supervisor test (open-tele…
…metry#35551) **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.--> Fixes a failing test that won't work on windows because chmod doesn't affect windows file perms. **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 906fe1e - Browse repository at this point
Copy the full SHA 906fe1eView commit details -
[opampsupervisor]: Skip executing the collector if no config is provi…
…ded (open-telemetry#35430) **Description:** <Describe what has changed.> If an empty config map is received, the supervisor does not run the agent. ~The current logic here works fine, but I'm considering adding an option to only do this if the user opts into it. I'm not sure if there's a reason why a user might want to run the collector with the noop config though (maybe for the agent's self-telemetry?)~ I've thought about it some more, and I don't think we need a config option here. If users want the collector to use a noop config, they can send a basic noop config. I think we should also implement open-telemetry#32598 (closed as stale, we'll want to re-open this or open a new issue for it), which would allow users to configure a backup config to use when no config is provided by the server, if they would like. **Link to tracking Issue:** Closes open-telemetry#33680 **Testing:** e2e test added Manually tested with a modified OpAMP server to send an empty config map **Documentation:** Update spec where it seemed applicable to call out this behavior.
Configuration menu - View commit details
-
Copy full SHA for bebfd85 - Browse repository at this point
Copy the full SHA bebfd85View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f7c8d - Browse repository at this point
Copy the full SHA d0f7c8dView commit details -
[receiver/webhookevent] fix for issue 35028 (open-telemetry#35065)
**Description:** Fixed a bug where request bodies containing newlines caused logs to split into separate entries. **Link to tracking Issue:** [35028](open-telemetry#35028) **Testing:** Added a new unit test to `req_to_log_test.go` for the case where request body data contains newline characters **Documentation:** Some comments in `req_to_log.go` for clarity were added.
Configuration menu - View commit details
-
Copy full SHA for 3987783 - Browse repository at this point
Copy the full SHA 3987783View commit details -
[processor/metricsgeneration] Generate metrics even when the second m…
…etric's value is 0 (open-telemetry#35537) **Description:** Originally, this processor would not generate a new metric if the value of the metric configured as `metric2` was `0`. There are valid reasons why this calculation should still be done, and a new metric should be calculated. **Link to tracking Issue:** Resolves open-telemetry#35533 **Testing:** Added tests for each calculation type to show expected results when the second metric's value is 0.
Configuration menu - View commit details
-
Copy full SHA for 2be8a43 - Browse repository at this point
Copy the full SHA 2be8a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6093eb4 - Browse repository at this point
Copy the full SHA 6093eb4View commit details -
[chore] [exporter/mezmo] Use NewDefaultClientConfig instead of manual…
…ly creating struct (open-telemetry#35541) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Configuration menu - View commit details
-
Copy full SHA for b97d683 - Browse repository at this point
Copy the full SHA b97d683View commit details -
[chore] remove linux package builds and tests (open-telemetry#34372)
This PR removes the package tests from this repo since they were moved to the -releases repo in open-telemetry/opentelemetry-collector-releases#604. Related issues: - Original issue: open-telemetry/opentelemetry-collector-releases#439 - Also fixes open-telemetry#34748 Advantages of doing this: - removal of duplicated code that has potential to diverge with linux package building and testing happening here with custom code, but the actual code that is used to build the released linux packages is in the -releases repo. This should result in lower maintenance effort and removes technical debt. Disadvantages discussed here: - bit of a shift-right for the linux package tests since they are now tested in the -releases repo which could lead to situations where bugs are found too late and e.g. the contrib repo already got a new tag which has a bug that only comes up in the releases repo --------- Signed-off-by: Moritz Wiesinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ae23be - Browse repository at this point
Copy the full SHA 0ae23beView commit details -
[chore] remove generated code (open-telemetry#34844)
**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: - removes all of the auto generated files in cmd/otelcontribcol and cmd/oteltestbedcol - left some files in place to support the setup, e.g. Dockerfile, metadata.yaml files, builder-config.yaml files - adds gitignore files in the folders in question to prevent committing of auto-generated files - adds the tools folder to all actions/cache pipeline steps since there were some caching issues that came up during development of this PR - adds make generate commands to place where the auto-generated code files are needed **Link to tracking Issue:** Fixes open-telemetry#27850 Fixes open-telemetry#30884 Signed-off-by: Moritz Wiesinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ae841e - Browse repository at this point
Copy the full SHA 4ae841eView commit details -
[pkg/stanza] Windows input operator logs noisy error while collecting…
… successfully (open-telemetry#35520) **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.--> If `Input::read` returns 0, the operator will attempt to open the subscription again. This happens after a resubscribe *or* whenever there are no event logs to read, which is often. As a result, this error gets logged constantly: ``` "Failed to re-open subscription for remote server"..."error: subscription handle is already open" ``` To fix this, the handle should only attempt to re-open when the resubscribe happens. This is a followup to open-telemetry#35175 which fixed that resubscribe issue for the user that raised it, but they have also been confused by this error being logged. **Link to tracking Issue:** <Issue number if applicable> **N/A** **Testing:** <Describe what testing was performed and which tests were added.> Manually verified log collection is successful before and after remote host reconnects, and that the noisy error is silenced except during resubscribe, where it is relevant. **Documentation:** <Describe the documentation added.> **N/A**
Configuration menu - View commit details
-
Copy full SHA for a1afc2c - Browse repository at this point
Copy the full SHA a1afc2cView commit details -
[chore] Add genotelcontribcol to a few workflows (open-telemetry#35573)
**Description:** Follow up to open-telemetry#34844. It looks like a few more workflows need `make genotelcontribcol`.
Configuration menu - View commit details
-
Copy full SHA for a8c25e4 - Browse repository at this point
Copy the full SHA a8c25e4View commit details -
[config] move -component.UseLocalHostAsDefaultHost feature gate to st…
…able (open-telemetry#35570) **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.--> Move -component.UseLocalHostAsDefaultHost feature gate to stable to be aligned with the Otel-collector [core repository components](https://github.com/open-telemetry/opentelemetry-collector/pull/11235/files#diff-aa3f33da15c55657195189f2f092ca32a6d9f17d9f4ba450041f88e1bdcc7711) **Link to tracking Issue:** open-telemetry#35569 --------- Signed-off-by: odubajDT <[email protected]> Co-authored-by: Yang Song <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6f3068 - Browse repository at this point
Copy the full SHA a6f3068View commit details -
[cmd/opampsupervisor] Add configurable supervisor logging (open-telem…
…etry#35468) **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 configurable logging for the supervisor. Lays ground work to expand with more config options and to configure other telemetry signals. Meant to mimic how collector telemetry/logging is configured. **Link to tracking Issue:** <Issue number if applicable> Closes open-telemetry#35466 **Testing:** <Describe what testing was performed and which tests were added.> Tested running the supervisor with default and different log levels and outputs specified. **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for 265b616 - Browse repository at this point
Copy the full SHA 265b616View commit details -
[cmd/opampsupervisor] Make supervisor runnable as Windows service (op…
…en-telemetry#35275) **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 support for running supervisor as a Windows Service. Updates entry point to run a service handler if being ran as a Windows Service by implementing the [handler interface](https://pkg.go.dev/golang.org/x/sys/windows/svc#Handler). Also updates the Windows Commander to allocate a console if running as a service. We send a CTRL_BREAK_EVENT console event to the agent to signal a shutdown however windows services do not run with consoles. If running as service we need to allocate a console to send the signal and then free the console. **Link to tracking Issue:** <Issue number if applicable> Closes open-telemetry#34774 **Testing:** <Describe what testing was performed and which tests were added.> - Tested using a windows VM and using `sc.exe` for creating the service **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for 55617fe - Browse repository at this point
Copy the full SHA 55617feView commit details -
[chore] Ensure file is closed in Supervisor test (open-telemetry#35588)
**Description:** Follow up to open-telemetry#35468. This should fix issues like the following: ``` testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestSupervisorInfoLoggingLevel3383092187\001\supervisor_log.log: The process cannot access the file because it is being used by another process. ``` I believe this error is caused by the temp directory doing a cleanup before all `defer` statements can run, but I'm not sure. This is how I've seen this error fixed in other tests.
Configuration menu - View commit details
-
Copy full SHA for 7dc513b - Browse repository at this point
Copy the full SHA 7dc513bView commit details -
[chore] Update Pull Request template (open-telemetry#35579)
**Description:** Revival of open-telemetry#32491. This updates the pull request template to match core (following open-telemetry/opentelemetry-collector#9995). --------- Co-authored-by: Curtis Robert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 108c26c - Browse repository at this point
Copy the full SHA 108c26cView commit details -
[chore] remove unnecessary go-ieproxy replace (open-telemetry#35592)
This replace is no longer needed. Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e9ae3d - Browse repository at this point
Copy the full SHA 5e9ae3dView commit details -
[chore] Skip Supervisor log file test on Windows (open-telemetry#35591)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Follow up to open-telemetry#35588. This skips the test on Windows. The logic should be similar on other operating systems, so it's not a significant loss to skip it. The issue arises because Zap does not close log files itself and provides no handles to close them, so we would need to find a clever way to close the file or would need to simply not clean it up after the test executes.
Configuration menu - View commit details
-
Copy full SHA for df32d13 - Browse repository at this point
Copy the full SHA df32d13View commit details -
[chore] remove unnecessary error formatting when not needed (open-tel…
…emetry#35589) Signed-off-by: Bogdan Drutu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd6179c - Browse repository at this point
Copy the full SHA bd6179cView commit details -
Upgrade core to latest (open-telemetry#35598)
Signed-off-by: Bogdan Drutu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aab0a89 - Browse repository at this point
Copy the full SHA aab0a89View commit details -
[chore] Prepare for v0.111.0 release (open-telemetry#35605)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description - **[chore] Manually update builder configs** - **[chore] multimod update stable modules** - **[chore] multimod update beta modules** - **make update-otel with some manual fixes** Had to do some manual work because of open-telemetry#35606 --------- Signed-off-by: Pablo Baeyens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0a6ee5 - Browse repository at this point
Copy the full SHA a0a6ee5View commit details -
[chore] Remove cmd/oteltestbedcol from target list (open-telemetry#35608
) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Removes `cmd/oteltestbedcol` from list since it has no Makefile <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#35606
Configuration menu - View commit details
-
Copy full SHA for 0d6cd02 - Browse repository at this point
Copy the full SHA 0d6cd02View commit details -
Add the tidying back for otelcontribcol but only on the release thing…
…ie (open-telemetry#35609) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description The change in open-telemetry#35608 was too aggressive, this reverts the changes in release-prepare-release.sh
Configuration menu - View commit details
-
Copy full SHA for 083ec3d - Browse repository at this point
Copy the full SHA 083ec3dView commit details -
[chore] Prepare release 0.111.0 (open-telemetry#35611)
The following commands were run to prepare this release: - make chlog-update VERSION=v0.111.0 - sed -i.bak s/0[.]110[.]0/0.111.0/g versions.yaml - make multimod-prerelease - make multimod-sync
Configuration menu - View commit details
-
Copy full SHA for b6a059a - Browse repository at this point
Copy the full SHA b6a059aView commit details -
[cmd/opampsupervisor] Add passthrough logging for collector (open-tel…
…emetry#35474) **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.--> Allow collector logs to passthrough to stdout instead of strictly being sent to a file. If configured to do so, the supervisor will capture collector output and log it using it's logger. This way, the supervisor should be configured to log to stdout if running in a containerized env. This PR follows closely with this [PR](open-telemetry#35468). Right now the supervisor exclusively logs to stdout, but under the assumption that it can be configured to log elsewhere, this change uses the supervisor logger rather than setting the collector's `exec.Cmd` to log to stdout and stderr. **Link to tracking Issue:** Closes open-telemetry#35473 **Testing:** <Describe what testing was performed and which tests were added.> I built a docker image of the supervisor and collector and ran it using the `containerized` param. This is a sample of what the output looked like: ``` 2024-09-30T12:42:47.472Z DEBUG commander/commander.go:73 Starting agent {"agent": "/collector/observiq-otel-collector"} 2024-09-30T12:42:47.472Z DEBUG commander/commander.go:163 Agent process started {"pid": 11} 2024-09-30T12:42:47.525Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.525Z info [email protected]/service.go:178 Setting up own telemetry... 2024-09-30T12:42:47.525Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.525Z info [email protected]/telemetry.go:98 Serving metrics {"address": ":8888", "metrics level": "Normal"} 2024-09-30T12:42:47.525Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.525Z info [email protected]/service.go:263 Starting observiq-otel-collector... {"Version": "v2.0.0", "NumCPU": 12} 2024-09-30T12:42:47.525Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.525Z info extensions/extensions.go:38 Starting extensions... 2024-09-30T12:42:47.525Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.525Z info extensions/extensions.go:41 Extension is starting... {"kind": "extension", "name": "opamp"} 2024-09-30T12:42:47.525Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.525Z info extensions/extensions.go:58 Extension started. {"kind": "extension", "name": "opamp"} 2024-09-30T12:42:47.526Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.526Z info [email protected]/service.go:289 Everything is ready. Begin running and processing data. 2024-09-30T12:42:47.526Z INFO collector commander/commander.go:156 2024-09-30T12:42:47.526Z info localhostgate/featuregate.go:63 The default endpoints for all servers in components have changed to use localhost instead of 0.0.0.0. Disable the feature gate to temporarily revert to the previous default. {"feature gate ID": "component.UseLocalHostAsDefaultHost"} 2024-09-30T12:42:47.528Z DEBUG commander/commander.go:220 Stopping agent process {"pid": 11} ``` **Documentation:** <Describe the documentation added.>
Configuration menu - View commit details
-
Copy full SHA for fcefa2d - Browse repository at this point
Copy the full SHA fcefa2dView commit details -
[chore] [receiver/bigip] Use confighttp.NewDefaultClientConfig instea…
…d of manually creating struct (open-telemetry#35586) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Configuration menu - View commit details
-
Copy full SHA for 14f4c8a - Browse repository at this point
Copy the full SHA 14f4c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ca2a2 - Browse repository at this point
Copy the full SHA a2ca2a2View commit details -
[exporter/clickhouse]: Add the ability to override default table name…
…s for all metric types (open-telemetry#34251) **Description:** <Describe what has changed.> - add the ability to override default table names for all metric types **Link to tracking Issue:** open-telemetry#34225 **Testing:** - unit tests **Documentation:** <Describe the documentation added.> --------- Signed-off-by: odubajDT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 530be87 - Browse repository at this point
Copy the full SHA 530be87View commit details -
[chore] Fix whitespace errors (open-telemetry#35619)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR fixes whitespace errors where two spaces are used together when only one is necessary. Also, fix one typo of `reccommend` -> `recommend`.
Configuration menu - View commit details
-
Copy full SHA for 52ed3ec - Browse repository at this point
Copy the full SHA 52ed3ecView commit details -
(otelarrowexporter) Adjust configuration based on experimental results (
open-telemetry#35478) **Description:** As reported in https://opentelemetry.io/blog/2024/otel-arrow-production/, we have run a number of experiments with the OTel-Arrow components. Our preferred configuration after these experiments is as-seen in this PR. **Link to tracking Issue:** open-telemetry#26491 **Testing:** As in https://opentelemetry.io/blog/2024/otel-arrow-production. **Documentation:** Included.
Configuration menu - View commit details
-
Copy full SHA for 8a95600 - Browse repository at this point
Copy the full SHA 8a95600View commit details -
[chore] [receiver/github] Use confighttp.NewDefaultClientConfig inste…
…ad of manually creating struct (open-telemetry#35616) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Configuration menu - View commit details
-
Copy full SHA for fc2b731 - Browse repository at this point
Copy the full SHA fc2b731View commit details -
[chore] [receiver/cloudfoundry] Use confighttp.NewDefaultClientConfig…
… instead of manually creating struct (open-telemetry#35612) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Configuration menu - View commit details
-
Copy full SHA for 24b08d9 - Browse repository at this point
Copy the full SHA 24b08d9View commit details -
Remove skipping opencensus from goleak, no longer needed (open-teleme…
…try#35625) Signed-off-by: Bogdan Drutu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca20183 - Browse repository at this point
Copy the full SHA ca20183View commit details