Skip to content
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

Moved to alpha (Draft) #5

Draft
wants to merge 68 commits into
base: main
Choose a base branch
from

Conversation

jerrytfleung
Copy link

Description:

Link to tracking Issue:

Testing:

Documentation:

thmshmm and others added 30 commits September 12, 2024 10:22
…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]>
…etry#35147)

**Description:** 
Map the new OTel semantic convention `deployment.environment.name` to
`env`
**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]>
…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.
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]>
…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]>
…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]>
…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]>
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]>
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]>
…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]>
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]>
…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]>
…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]>
…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]>
…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]>
…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
…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.
…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.
…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
…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]>
bogdandrutu and others added 30 commits September 16, 2024 10:34
**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.>
**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.>
**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
…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.
…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]>
…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]>
A missing unit will break validation when mdatagen is updated

---------

Signed-off-by: Alex Boten <[email protected]>
…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]>
…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]>
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]>
….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]>
)

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]>
….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
[ClickHouse/clickhouse-go#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]>
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]>
…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]>
…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
[go-sql-driver/mysql#1437
- PathEscape dbname in DSN. by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1432
- Drop Go 1.13-17 support by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1420
- Parse numbers on text protocol too by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#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
[go-sql-driver/mysql#1422

- Make logger configurable per connection by
[@&open-telemetry#8203;frozenbonito](https://redirect.github.com/frozenbonito) in
[go-sql-driver/mysql#1408

- Fix ColumnType.DatabaseTypeName for mediumint unsigned by
[@&open-telemetry#8203;evanelias](https://redirect.github.com/evanelias) in
[go-sql-driver/mysql#1428

- Add connection attributes by
[@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) in
[go-sql-driver/mysql#1389

- Stop `ColumnTypeScanType()` from returning `sql.RawBytes` by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1424

- Exec() now provides access to status of multiple statements. by
[@&open-telemetry#8203;mherr-google](https://redirect.github.com/mherr-google) in
[go-sql-driver/mysql#1309

- Allow to change (or disable) the default driver name for registration
by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in
[go-sql-driver/mysql#1499

- Add default connection attribute '\_server_host' by
[@&open-telemetry#8203;oblitorum](https://redirect.github.com/oblitorum) in
[go-sql-driver/mysql#1506

- Make TimeTruncate functional option by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1552

- Add BeforeConnect callback to configuration object by
[@&open-telemetry#8203;ItalyPaleAle](https://redirect.github.com/ItalyPaleAle) in
[go-sql-driver/mysql#1469

- QueryUnescape DSN ConnectionAttribute value by
[@&open-telemetry#8203;zhangyangyu](https://redirect.github.com/zhangyangyu) in
[go-sql-driver/mysql#1470

- Add client_ed25519 authentication by
[@&open-telemetry#8203;Gusted](https://redirect.github.com/Gusted) in
[go-sql-driver/mysql#1518

- Reduced allocation on connection.go by
[@&open-telemetry#8203;EPuncker](https://redirect.github.com/EPuncker) in
[go-sql-driver/mysql#1421

- Avoid panic in TestRowsColumnTypes by
[@&open-telemetry#8203;wayyoungboy](https://redirect.github.com/wayyoungboy) in
[go-sql-driver/mysql#1426

- Add benchmark to receive massive rows. by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1415

- README: Update multistatement by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1431

- all: replace ioutil pkg to new package by
[@&open-telemetry#8203;uji](https://redirect.github.com/uji) in
[go-sql-driver/mysql#1438

- chore: code optimization by
[@&open-telemetry#8203;testwill](https://redirect.github.com/testwill) in
[go-sql-driver/mysql#1439

- Reduce map lookup in ColumnTypeDatabaseTypeName. by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1436

- doc: add link to NewConnector from FormatDSN by
[@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in
[go-sql-driver/mysql#1442

- Add fuzz test for ParseDSN / FormatDSN roundtrip by
[@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in
[go-sql-driver/mysql#1444

- TestDSNReformat: add more roundtrip checks by
[@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in
[go-sql-driver/mysql#1443

- tcp: handle errors returned by SetKeepAlive by
[@&open-telemetry#8203;achille-roussel](https://redirect.github.com/achille-roussel)
in
[go-sql-driver/mysql#1448

- use staticcheck by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1449

- Add Daemonxiao to AUTHORS by
[@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) in
[go-sql-driver/mysql#1459

- Update link about `LOAD DATA LOCAL` in README.md by
[@&open-telemetry#8203;i7a7467](https://redirect.github.com/i7a7467) in
[go-sql-driver/mysql#1468

- Update README.md by
[@&open-telemetry#8203;Netzer7](https://redirect.github.com/Netzer7) in
[go-sql-driver/mysql#1464

- add Go 1.21 and MySQL 8.1 to the build matrix by
[@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in
[go-sql-driver/mysql#1472

- Improve DSN docstsrings by
[@&open-telemetry#8203;golddranks](https://redirect.github.com/golddranks) in
[go-sql-driver/mysql#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
[go-sql-driver/mysql#1481

- README: fix markup error by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1480

- Close connection on ErrPktSync and ErrPktSyncMul by
[@&open-telemetry#8203;owbone](https://redirect.github.com/owbone) in
[go-sql-driver/mysql#1473

- Spelling, grammar, and link fixes by
[@&open-telemetry#8203;scop](https://redirect.github.com/scop) in
[go-sql-driver/mysql#1485

- Make use of strings.Cut by
[@&open-telemetry#8203;scop](https://redirect.github.com/scop) in
[go-sql-driver/mysql#1486

- move stale connection check to ResetSession() by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1496

- fix race condition of TestConcurrent by
[@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in
[go-sql-driver/mysql#1490

- mark fail, mustExec and mustQuery as test helpers by
[@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in
[go-sql-driver/mysql#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
[go-sql-driver/mysql#1498

- testing: expose testing.TB in DBTest instead of full \*testing.T by
[@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in
[go-sql-driver/mysql#1500

- symbol removed from installation command by
[@&open-telemetry#8203;panvalkar1994](https://redirect.github.com/panvalkar1994) in
[go-sql-driver/mysql#1510

- fix issue 1361 by
[@&open-telemetry#8203;keeplearning20221](https://redirect.github.com/keeplearning20221)
in
[go-sql-driver/mysql#1462

- fix fragile test by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1522

- Fix sql.RawBytes corruption issue by
[@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in
[go-sql-driver/mysql#1523

- fix for enum and set field type to column type identifying by
[@&open-telemetry#8203;jennifersp](https://redirect.github.com/jennifersp) in
[go-sql-driver/mysql#1520

- Parallelize test by
[@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in
[go-sql-driver/mysql#1525

- Fix unsigned int overflow by
[@&open-telemetry#8203;shiyuhang0](https://redirect.github.com/shiyuhang0) in
[go-sql-driver/mysql#1530

- Introduce `timeTruncate` parameter for `time.Time` arguments by
[@&open-telemetry#8203;PauliusLozys](https://redirect.github.com/PauliusLozys) in
[go-sql-driver/mysql#1541

- add TiDB support in README.md by
[@&open-telemetry#8203;crazycs520](https://redirect.github.com/crazycs520) in
[go-sql-driver/mysql#1333

- Update workflows by
[@&open-telemetry#8203;methane](https://redirect.github.com/methane) in
[go-sql-driver/mysql#1547

#### New Contributors

- [@&open-telemetry#8203;EPuncker](https://redirect.github.com/EPuncker) made their
first contribution in
[go-sql-driver/mysql#1421
- [@&open-telemetry#8203;jypelle](https://redirect.github.com/jypelle) made their
first contribution in
[go-sql-driver/mysql#1422
- [@&open-telemetry#8203;frozenbonito](https://redirect.github.com/frozenbonito) made
their first contribution in
[go-sql-driver/mysql#1408
- [@&open-telemetry#8203;wayyoungboy](https://redirect.github.com/wayyoungboy) made
their first contribution in
[go-sql-driver/mysql#1426
- [@&open-telemetry#8203;evanelias](https://redirect.github.com/evanelias) made their
first contribution in
[go-sql-driver/mysql#1428
- [@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) made
their first contribution in
[go-sql-driver/mysql#1389
- [@&open-telemetry#8203;uji](https://redirect.github.com/uji) made their first
contribution in
[go-sql-driver/mysql#1438
- [@&open-telemetry#8203;testwill](https://redirect.github.com/testwill) made their
first contribution in
[go-sql-driver/mysql#1439
- [@&open-telemetry#8203;i7a7467](https://redirect.github.com/i7a7467) made their
first contribution in
[go-sql-driver/mysql#1468
- [@&open-telemetry#8203;Netzer7](https://redirect.github.com/Netzer7) made their
first contribution in
[go-sql-driver/mysql#1464
- [@&open-telemetry#8203;golddranks](https://redirect.github.com/golddranks) made
their first contribution in
[go-sql-driver/mysql#1475
- [@&open-telemetry#8203;ShenFeng312](https://redirect.github.com/ShenFeng312) made
their first contribution in
[go-sql-driver/mysql#1481
- [@&open-telemetry#8203;owbone](https://redirect.github.com/owbone) made their first
contribution in
[go-sql-driver/mysql#1473
- [@&open-telemetry#8203;scop](https://redirect.github.com/scop) made their first
contribution in
[go-sql-driver/mysql#1485
- [@&open-telemetry#8203;panvalkar1994](https://redirect.github.com/panvalkar1994)
made their first contribution in
[go-sql-driver/mysql#1510
- [@&open-telemetry#8203;zhangyangyu](https://redirect.github.com/zhangyangyu) made
their first contribution in
[go-sql-driver/mysql#1470
-
[@&open-telemetry#8203;keeplearning20221](https://redirect.github.com/keeplearning20221)
made their first contribution in
[go-sql-driver/mysql#1462
- [@&open-telemetry#8203;oblitorum](https://redirect.github.com/oblitorum) made their
first contribution in
[go-sql-driver/mysql#1506
- [@&open-telemetry#8203;Gusted](https://redirect.github.com/Gusted) made their first
contribution in
[go-sql-driver/mysql#1518
- [@&open-telemetry#8203;jennifersp](https://redirect.github.com/jennifersp) made
their first contribution in
[go-sql-driver/mysql#1520
- [@&open-telemetry#8203;shiyuhang0](https://redirect.github.com/shiyuhang0) made
their first contribution in
[go-sql-driver/mysql#1530
- [@&open-telemetry#8203;PauliusLozys](https://redirect.github.com/PauliusLozys) made
their first contribution in
[go-sql-driver/mysql#1541
- [@&open-telemetry#8203;crazycs520](https://redirect.github.com/crazycs520) made
their first contribution in
[go-sql-driver/mysql#1333
- [@&open-telemetry#8203;ItalyPaleAle](https://redirect.github.com/ItalyPaleAle) made
their first contribution in
[go-sql-driver/mysql#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]>
…-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]>
…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]>
…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]>
…en-telemetry#34735)

**Description:** 

Updated README to include the request for adding Package management in
SupervisorD

**Link to tracking Issue:**
open-telemetry#34734
…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]>
…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]>
…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]>
…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]>
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.