-
Notifications
You must be signed in to change notification settings - Fork 3k
Bump go.uber.org/multierr from 1.7.0 to 1.8.0 in /internal/stanza #8203
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
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/internal/stanza/go.uber.org/multierr-1.8.0
Closed
Bump go.uber.org/multierr from 1.7.0 to 1.8.0 in /internal/stanza #8203
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/internal/stanza/go.uber.org/multierr-1.8.0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](uber-go/multierr@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: go.uber.org/multierr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Looks like go.uber.org/multierr is up-to-date now, so this is no longer needed. |
codeboten
pushed a commit
that referenced
this pull request
Jun 27, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.79.0` -> `0.80.0` | | prom/prometheus | minor | `v2.44.0` -> `v2.45.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.80.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.80.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.79.0...v0.80.0) #### Changelog - [`3fe11dc`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3fe11dc) Update versions to v0.80.0 ([#​362](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/362)) - [`f82587a`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/f82587a) Add warning about git tags ([#​359](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/359)) - [`3af8267`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3af8267) Bump github.com/goreleaser/nfpm/v2 from 2.29.0 to 2.30.1 ([#​358](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/358)) - [`cb3c890`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/cb3c890) Add all missing components to contrib distribution manifest ([#​356](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/356)) - [`60a7e46`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/60a7e46) Add missing components to contrib distribution ([#​354](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/354)) - [`73fd3ae`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/73fd3ae) Add haproxyreceiver to the contrib distribution ([#​355](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/355)) - [`98597be`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/98597be) \[chore] bump go version ([#​352](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/352)) </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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
JimChenWYU
pushed a commit
to easyops-cn/opentelemetry-collector-contrib
that referenced
this pull request
Jul 8, 2023
commit 2ae4bb7319f43c979735e96e1f782494e05e0cc7 Author: OpenTelemetry Bot <[email protected]> Date: Wed Jul 5 04:13:15 2023 -0700 [chore] Prepare release 0.81.0 (#23978) The following commands were run to prepare this release: - make chlog-update VERSION=v0.81.0 - sed -i.bak s/0.80.0/0.81.0/g versions.yaml - make multimod-prerelease - make multimod-sync --------- Co-authored-by: Pablo Baeyens <[email protected]> commit e9bdc636a01731bc1531f0b1a74859812e073eb4 Author: Pablo Baeyens <[email protected]> Date: Wed Jul 5 12:50:05 2023 +0200 Revert "[chore] Remove skip flaky test for hostmetricsreceiver" (#23982) Reverts open-telemetry/opentelemetry-collector-contrib#23874. The test is still flaky on Windows. commit f85dd5b4b59282932db14a1187ad3687083b4c5c Author: Pablo Baeyens <[email protected]> Date: Wed Jul 5 11:21:45 2023 +0200 Make sed replace statements more resilient (#23977) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> While working on open-telemetry/opentelemetry-collector/issues/8033, I got the following error ([full logs](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/5461142477/jobs/9938863136)): ``` github.com/open-telemetry/opentelemetry-collector-contrib/cmd/otelcontribcol imports github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver imports github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver/internal/collection imports github.com/openshift/api/quota/v1: reading github.com/openshift/api/go.mod at revision v0.0.0-20.81.01171038-322a19404e37: unknown revision v0.0.0-20.81.01171038-322a19404e37 ``` This is because the script for preparing releases has the following sed statement: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/10e46605b7b9f775a3658f4e2ba59960ffe33847/cmd/otelcontribcol/builder-config.yaml#L416 which ends up replacing `018080` within the `openshift/api` pseudoversion by `0.81.0`. To work around this, we make the replace statements more specific. An alternative would be something like https://stackoverflow.com/a/2705678, but this approach is still broken if a dependency we are replacing has exactly the version we are updating from, so I think ultimately we need a different approach. **Testing:** I tested this on https://github.com/mx-psi/opentelemetry-collector-contrib/actions/runs/5462095129/jobs/9940974190; the job is able to run until the point of creating the PR, where it fails because the bot account does not have permission to create a PR. commit 10e46605b7b9f775a3658f4e2ba59960ffe33847 Author: John Law <[email protected]> Date: Wed Jul 5 08:21:22 2023 +1200 [ci] Specify 7 as arm version for arm build in CI (#23436) **Description:** Currently, we specify arm architecture in the cross build test without specifying the `GOARM` variable. This means the `GOARM` value falls back to the default and the default value depends on the platform that we are building on. We are building on `linux/amd64` machine in github action, so the `GOARM` defaults to `5`. [There are changes to default to GOARM=7 for all non-arm systems in the upcoming golang version](https://go-review.googlesource.com/c/go/+/470695) I'm looking to add an armv7 release, so without waiting for the newer golang version, I want to explicitly set the arm version in the CI to align with the release arm version. In this pull request, I expanded the configuration for arm build by adding a new block with the arm version under `include`. Then introduce the `GOARM` environment variable when calling `make otelcontribcol` **Testing:** Able to run `make GOOS=x GOARCH=y GOARM=z otelcontribcol` with the following configurations locally - [x] `GOOS=linux`, `GOARCH=arm`, `GOARM=7` - [x] `GOOS=linux`, `GOARCH=arm64`, `GOARM=` - [x] `GOOS=darwin`, `GOARCH=amd64`, `GOARM=` - [x] `GOOS=window`, `GOARCH=amd64`, `GOARM=` commit d51d3135984633d7d07fdb42f38ef122849e548a Author: Jonah Kowall <[email protected]> Date: Tue Jul 4 16:20:42 2023 -0400 Removing jkowall from codeowners for logzioexporter (#23845) Removing @jkowall from codeowners https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20768 Signed-off-by: Jonah Kowall <[email protected]> commit 9caec802b06e75bdb4a3f6b27409bfbefca543b8 Author: Daniel Jaglowski <[email protected]> Date: Tue Jul 4 16:19:47 2023 -0400 [chore] Minor cleanup of vcenter metric code (#23873) commit aa6560128d4cd9f7a540935a8b3e2a4c603e38c0 Author: David Ashpole <[email protected]> Date: Tue Jul 4 16:17:13 2023 -0400 Add dashpole back to auto-assignees (#23876) I'm back from leave! commit 65cc16d880571ef2224154253dbea885f5d8fac9 Author: David Ashpole <[email protected]> Date: Tue Jul 4 16:16:10 2023 -0400 Remove tbarker from codeowners (#23877) **Description:** Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23405 @tbarker25 doesn't work on OpenTelemetry for Google anymore. cc @punya commit d98c227f8d4c7072344a46ae1d2d64e33c2b8644 Author: OpenTelemetry Bot <[email protected]> Date: Tue Jul 4 11:23:18 2023 -0700 [chore] dependabot updates Tue Jul 4 17:49:08 UTC 2023 (#23954) Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 in /exporter/googlecloudpubsubexporter Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 in /receiver/googlecloudpubsubreceiver Bump github.com/DataDog/datadog-api-client-go/v2 from 2.13.0 to 2.14.0 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/quantile from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/aliyun/aliyun-log-go-sdk from 0.1.49 to 0.1.50 in /exporter/alibabacloudlogserviceexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /exporter/awscloudwatchlogsexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /exporter/awsemfexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /exporter/kafkaexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /extension/observer/ecsobserver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/k8s Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/proxy Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/xray Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/xray/testdata/sampleapp Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/metadataproviders Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /processor/resourcedetectionprocessor Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /receiver/awscontainerinsightreceiver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /receiver/awsecscontainermetricsreceiver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /receiver/awsxrayreceiver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /exporter/awsxrayexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /exporter/datadogexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /internal/aws/awsutil Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /internal/aws/cwlogs Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 in /internal/tools Bump github.com/hashicorp/consul/api from 1.21.0 to 1.22.0 in /internal/metadataproviders Bump github.com/hashicorp/consul/api from 1.21.0 to 1.22.0 in /processor/resourcedetectionprocessor Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in /exporter/fileexporter Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in /exporter/sapmexporter Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in /receiver/sapmreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /exporter/signalfxexporter Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /extension/observer/hostobserver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /receiver/awscontainerinsightreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /receiver/hostmetricsreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /receiver/jmxreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /testbed Bump github.com/sijms/go-ora/v2 from 2.7.6 to 2.7.8 in /receiver/sqlqueryreceiver Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.687 to 1.0.692 in /exporter/tencentcloudlogserviceexporter Bump github.com/vmware/govmomi from 0.30.4 to 0.30.5 in /receiver/vcenterreceiver Bump go.mongodb.org/atlas from 0.29.0 to 0.30.0 in /receiver/mongodbatlasreceiver Bump golang.org/x/vuln from 0.1.0 to 0.2.0 in /internal/tools Bump google.golang.org/api from 0.128.0 to 0.129.0 in /exporter/f5cloudexporter Bump google.golang.org/api from 0.128.0 to 0.129.0 in /exporter/googlecloudpubsubexporter Bump google.golang.org/api from 0.128.0 to 0.129.0 in /receiver/googlecloudpubsubreceiver Bump google.golang.org/api from 0.128.0 to 0.129.0 in /receiver/googlecloudspannerreceiver commit dbcf37ae329f0aef6f664ed5c05a9ac85f54579a Author: Ziqi Zhao <[email protected]> Date: Wed Jul 5 01:30:16 2023 +0800 [chore] fix exhaustive lint for dynatrace exporter (#23951) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit 5d1f251e7ba5b013dcc0d4c96b510024d3a6da92 Author: Andrzej Stencel <[email protected]> Date: Tue Jul 4 19:29:19 2023 +0200 [chore] [receiver/snmp] fix docs on default collection interval (#23945) The default connection interval is actually `10s` and not `1m`. commit 3cb495438d022cecbb4e3c93f96088a787e02d3e Author: Tomaz Muraus <[email protected]> Date: Tue Jul 4 14:40:48 2023 +0200 [chore] [exporter/datasetexporter] Update metadata (#23885) This pull request updates metadata for DataSet exporter. Metadata was out of date and didn't reflect that the exporter plugin is distributed as part of contrib. --- NOTE: Per request in a PR review (atoulme), this change was moved out of https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/23672 to a new and separate PR. commit 81320c41004bdd739b5c4e5dafcf20230087c68b Author: Pavol Loffay <[email protected]> Date: Mon Jul 3 12:15:09 2023 +0200 Json payload in Kafka exporter is not experimental (#23884) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** <Issue number if applicable> Resolves https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23871 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Signed-off-by: Pavol Loffay <[email protected]> commit 8510b37b1c427cc4d117cc65fcfc412ab7756420 Author: Ziqi Zhao <[email protected]> Date: Mon Jul 3 17:17:59 2023 +0800 [chore] fix exhaustive lint for podmanreceiver (#23823) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit 537ba472f09a3b346b8cca8c6bdfa5d441707e11 Author: ZenoCC-Peng <[email protected]> Date: Mon Jul 3 01:41:49 2023 -0700 [chore] Remove skip flaky test for hostmetricsreceiver (#23874) **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.--> Run 20 times the GitHub Action on my personal branch, there were no test failures. See the files: [Hostmetricsreceiver-FlakyTest-10030.xlsx](https://github.com/open-telemetry/opentelemetry-collector-contrib/files/11911111/Hostmetricsreceiver-FlakyTest-10030.xlsx). **Link to tracking Issue:** <Issue number if applicable>[10030](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/10030) **Testing:** hostmetricsreceiver/internal/scraper/loadscraper/load_scraper_test.go --------- Co-authored-by: Alex Boten <[email protected]> Co-authored-by: zeno-splunk <[email protected]> commit 4c817c69a2fe9cab7f1a9c357a84eff7a40b7fe7 Author: Laser <[email protected]> Date: Fri Jun 30 21:25:25 2023 +0300 [connector/spanmetricsconnector] Added disabling options (#23039) **Description:** <Describe what has changed.> Added disabling options for histogram metrics and option to exclude default labels from all metrics. In some cases users want to optionally disable part of metrics because they generate too much data or are not needed. We've tried to use transform as [it was suggested here](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20525) And this helps in part of getting less data. But we consumed too much memory because of high cardinality labels. So we decided to suggest this mr to escape metric creation at the very beginning. **Link to tracking Issue:** [GH-16344] **Testing:** Added tests to the repository **Documentation:** Readme file updated --------- Co-authored-by: Antoine Toulme <[email protected]> commit 3c9ddf9726c5ec6ca66a8486a875a54102c8a8a2 Author: Miguel Rodriguez <[email protected]> Date: Fri Jun 30 14:23:57 2023 -0400 [receiver/filelog] Add Support for only reading the current file (#23633) Adding a feature to filelog to allow reading of only the current file from a collection of files through sorting the file names and picking the newest one. commit 95f0a13dd9c6045d1ce2c250ca0701d52b5f43f3 Author: Antoine Toulme <[email protected]> Date: Fri Jun 30 10:02:02 2023 -0700 [receiver/k8s_cluster] Add back all other vendor-specific node conditions (#23854) **Description:** Add back all other vendor-specific node conditions, and report them even if missing, as well as all allocatable node metrics if present, to the list of Kubernetes node metrics available, which went missing during the pdata translation **Link to tracking Issue:** Fixes #23839 **Testing:** Unit tests. **Documentation:** Not quite. Maybe a doc entry is required here. I haven't looked yet where to place it. commit 46d03a09bb7b137c59a032f93133c6ef0c8c1bca Author: Tyler Helmuth <[email protected]> Date: Fri Jun 30 10:41:50 2023 -0600 [internal/filter] filtermetric to filterottl bridge (#23141) **Description:** This PR adds a bridge between `filtermetric.NewSkipExpr` and `filterottl.NewBoolExprForMetric` behind a feature gate. With the feature gate enabled, any component using `filtermetric.NewSkipExpr` will start using OTTL behind the scenes. In addition, the filterprocessor's implementation of `newSkipResExpr`, which is a skip expression for resources, is bridged to `filterottl.NewBoolExprForResource`. Since this implementation exists only for filtering metrics, the same feature gate is used for both. While investigating the existing `internal/filtermetric` uses with filterprocessor and attributesprocessor I found that: - The attributes processor does not support Expressions or Resource Attributes. The readme claims that it does, but the implementation does not support it (and there are no tests). This bridge DOES NOT rectify that. - The filterprocessor allows filtering by resource attributes, expressions, and metric name. Unlike it's implementation for filtering spans and logs, the filterprocessor handles filtering spans at the Resource level loop. This is the most performant solution, and how OTTL likes to think about the problem, but it results in a different pattern than filtering spans and logs. This bridge DOES NOT attempt to move the resource implementation into `internal/filtermetric`. **Link to tracking Issue:** Related to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18643 Related to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18642 Depends on: - [x] https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/23142 **Testing:** Added tests comparing the output of the existing config and the bridge. commit f1068be12dee7664a74fd42354c27b3803c52bc4 Author: Antoine Toulme <[email protected]> Date: Fri Jun 30 05:58:54 2023 -0700 [receiver/mongodb] fix missing version (#23860) **Description:** Fix missing version in mongodb creating panics during scrapes **Link to tracking Issue:** Fixes #23859 **Testing:** No tests, really. **Documentation:** N/A commit 5a2214b73450cb8e59d74f3858409a1accd020eb Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:57:20 2023 +0200 [receiver/mongodbatlas] Change the types of `Config.PrivateKey` and `Config.Alerts.Secret` to be `configopaque.String` (#23865) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 35a2adb91a780c4b8f7a33eb9ca4fcb4bf92f7f6 Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:55:00 2023 +0200 [receiver/mysql] Change the type of `Config.Password` to be `configopaque.String` (#23868) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 4b935647eb02f1ec6be923d06cea637ffe16646a Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:54:09 2023 +0200 [receiver/mongodb] Change the type of `Config.Password` to be `configopaque.String` (#23866) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 151ab61d175861a03300a61836c9fd55ae1d915f Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:53:13 2023 +0200 [receiver/elasticsearch] Change the type of `Config.Password` to be `configopaque.String` (#23862) **Description:** Split out from: #17353 **Link to tracking Issue:** commit a754d0e3cd53b63a4e0b577adc9be5368bd9e33c Author: Ziqi Zhao <[email protected]> Date: Fri Jun 30 16:40:59 2023 +0800 [chore] fix exhaustive lint for datadog exporter (#23838) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit efca12365053d560dadf5876b4cef12fb588f599 Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 22:44:40 2023 -0700 [chore] set remoteobserverprocessor to alpha (#23858) Fixes #19633 commit 2fd6dbfeec7ba4f9625e5051d36f0bbdd8d8b5f0 Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 21:04:09 2023 -0700 Rename websocketprocessor to remoteobserverprocessor (#23857) **Description:** Rename websocketprocessor to remoteobserverprocessor **Link to tracking Issue:** Fixes #23856 commit 21928994067957530840fa6ca9ee76fee79664e4 Author: Ziqi Zhao <[email protected]> Date: Fri Jun 30 09:17:01 2023 +0800 [chore] [exporter/clickhouse] fix exhaustive lint (#23853) related to #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit c61650dc25b294460120dc6e059dd6f2ac521774 Author: Daniel Jaglowski <[email protected]> Date: Thu Jun 29 18:41:22 2023 -0400 [chore] Remove flaky rabbitmq integration test (#23846) Resolves #22134 commit 1fe8fdf8063e95c36485a7fd3c39d0b0df00159a Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 13:32:20 2023 -0700 Add pod metrics (#23844) **Description:** Add explicitly `k8s.node.allocatable_pods` to the list of Kubernetes node metrics available, which went missing during the pdata translation **Link to tracking Issue:** commit 377f6664b658c450c5eda0f0e43462c4a81417b5 Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 12:35:56 2023 -0700 [chore] [receiver/k8s_cluster] update the tests to cover all the existing k8s node metrics (#23841) commit 9a521ed97cea5b3a2f742a692a288621cbb728bf Author: Alex Boten <[email protected]> Date: Thu Jun 29 11:02:55 2023 -0700 [chore] make update-otel (#23837) Signed-off-by: Alex Boten <[email protected]> commit 3c934d6220da41d76276c7ec0c26e58db5ada8c6 Author: Irina <[email protected]> Date: Thu Jun 29 17:47:02 2023 +0100 [chore] translator/loki: remove deprecated code (#23827) **Description:** <Describe what has changed.> When did the massive cleaning of the deprecated code in loki translator, forgot to remove LogsToLoki method **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/15653 commit 0e12ba7b04474df7fe36886ffbd3fa994a1bcd92 Author: Adam Boguszewski <[email protected]> Date: Thu Jun 29 08:08:21 2023 -0700 [chore]: update status for carbon exporter and receiver (#23834) **Description:** These components have codeowner again, so their status has been changed to `beta` (as it was before changing to `unmaintained`) commit 850add36a712f25ae0883212c7615125d15bbeec Author: Ziqi Zhao <[email protected]> Date: Thu Jun 29 22:56:24 2023 +0800 fix exhaustive lint for receivercreater (#23831) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit ead6114904fd240a4d26a2ac0cf8437fdacd115a Author: Mackenzie <[email protected]> Date: Thu Jun 29 15:39:55 2023 +0200 [receiver/aerospikereceiver] Change the type of `Config.Password` to be `configopaque.String` (#23828) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 56d662550fbbbb3356b64866f05c80bf9997d263 Author: Mackenzie <[email protected]> Date: Thu Jun 29 15:30:22 2023 +0200 [receiver/bigip] Change the type of `Config.Password` to be `configopaque.String` (#23830) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 5550060f3df6cd585db21c014a7b2ed97799615b Author: Mackenzie <[email protected]> Date: Thu Jun 29 15:29:56 2023 +0200 [receiver/couchdb] Change the type of `Config.Password` to be `configopaque.String` (#23833) **Description:** Split out from: #17353 **Link to tracking Issue:** commit c404e07bf35dd76aabe6a17f63a41850f782ce2b Author: Carson Cook <[email protected]> Date: Thu Jun 29 08:22:18 2023 -0400 elasticsearchexporter: use configured dedup and dedot values (#19420) **Description:** <Describe what has changed.> Fixes bug in elasticsearch exporter where `mapping.dedup` and `mapping.dedot` values aren't used, even though they are documented as having an effect. **Link to tracking Issue:** #19419 --------- Signed-off-by: Carson Cook <[email protected]> commit 3dfc0f9ceb7deaa02a135e2fde952abb4e2b0bb4 Author: AJ Saclayan <[email protected]> Date: Thu Jun 29 05:54:00 2023 -0500 [connector/spanmetrics] fix delta temporality metrics (#23799) **Description:** Today, when you configure a spanmetricsconnector to emit metrics with delta temporality, the `startTimestamp` is not updated when deltas are calculated. Ideally, each new metric generated should have a timestamp at which the metric does the span aggregation. **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/7128 **Testing:** Built otelcolcontrib docker image with changes and ran locally with the following configuration: ```yaml receivers: otlp: protocols: grpc: http: cors: allowed_origins: ["*"] allowed_headers: ["*"] exporters: otlp/newrelic: endpoint: https://otlp.nr-data.net:4317 headers: api-key: ${NEW_RELIC_LICENSE_KEY} logging: connectors: spanmetrics: histogram: exponential: max_size: 160 dimensions_cache_size: 2000 aggregation_temporality: "AGGREGATION_TEMPORALITY_DELTA" metrics_flush_interval: 15s service: telemetry: logs: level: debug pipelines: traces: receivers: [otlp] exporters: [spanmetrics] metrics: receivers: [spanmetrics] exporters: [logging, otlp/newrelic] ``` and sent the following payload twice (a couple minutes apart): ```json { "resourceSpans": [ { "resource": { "attributes": [ { "key": "service.name", "value": { "stringValue": "my.service" } } ], "droppedAttributesCount": 0 }, "scopeSpans": [ { "scope": { "name": "test", "version": "1.0.0" }, "spans": [ { "traceId": "02cfc23b60d24d708f5b478177f2c51d", "spanId": "00f067aa0ba902b7", "traceState": "", "parentSpanId": "0123abc456def789", "name": "test_span_metrics_connector", "kind": "SPAN_KIND_INTERNAL", "startTimeUnixNano": {{timeUnixNano1SecAgo}}, "endTimeUnixNano": {{timeUnixNano}}, "attributes": [ ], "droppedAttributesCount": 0, "events": [], "droppedEventsCount": 0, "links": [], "droppedLinksCount": 0, "status": { } } ] } ] } ] } ``` Note in green there are two histograms, with the timestamps updated. The red was tested with the same configuration without the change. <img width="1024" alt="image" src="https://github.com/open-telemetry/opentelemetry-collector-contrib/assets/55757302/386d3218-b1d3-49d9-a86b-0c3fd4b61bd6"> **Documentation:** <Describe the documentation added.> commit fbd85e02bd03a144a6b96d4b5fd6b6b4c6e1594c Author: PaoloGallina <[email protected]> Date: Wed Jun 28 22:20:43 2023 +0200 [admin] feat(ci/cd): add version validation to prepare-release (#23818) **Description:** Adding version validation to prepare-release I used the same regex already used in [set_release_tag.sh](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/7e74bd350192456ded06ae80fb5586bec921f2e0/.github/workflows/scripts/set_release_tag.sh#L7), just without the v. **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21490 commit 7e74bd350192456ded06ae80fb5586bec921f2e0 Author: Raphael Philipe Mendes da Silva <[email protected]> Date: Wed Jun 28 11:23:57 2023 -0700 [chore] Add warning to the awscontainerinsightsreceiver (#23817) **Description:** Add warning section to the awscontainerinsightsreceiver **Link to tracking Issue:** #19172 Signed-off-by: Raphael Silva <[email protected]> commit 0ab552c249007ece56d19a41778ccebc9fedc45f Author: Ziqi Zhao <[email protected]> Date: Thu Jun 29 00:59:17 2023 +0800 [chore] fix exhaustive lint for kubeletstatsreceiver (#23815) **Description:** <Describe what has changed.> related #23266 --------- Signed-off-by: Ziqi Zhao <[email protected]> commit 8772353e38e4a7feb2af272698ee039692b21efa Author: Antoine Toulme <[email protected]> Date: Wed Jun 28 09:54:48 2023 -0700 [chore] enable exhaustive lint for mdatagen (#23806) commit 5adb2373c26d70559a1f0b23c6711ec98689d579 Author: Antoine Toulme <[email protected]> Date: Wed Jun 28 09:53:58 2023 -0700 [chore] signalfxexporter exhaustive lint (#23802) commit f50151e31e5220d601f127d4632685d6b0ed16ee Author: Antoine Toulme <[email protected]> Date: Wed Jun 28 08:53:20 2023 -0700 [chore] enable exhaustive lint for k8sclusterreceiver (#23803) commit 08202563ce02b03c389493bdb4b51de66dbb9e78 Author: Tyler Helmuth <[email protected]> Date: Wed Jun 28 09:10:22 2023 -0600 [processor/transform] Add new example (#23812) **Description:** Adds an example of how to set a new attribute from another telemetry path. commit f195900aa20617dca2370df638f4776a0ffc160e Author: Dominik Rosiek <[email protected]> Date: Wed Jun 28 16:21:45 2023 +0200 feat!(mysqlreceiver): set `mysql.locked_connects` as optional in order to remove it in next release (#23673) Set `mysql.locked_connects` as optional, as it is duplication of `mysql.connection.errors` metric Signed-off-by: Dominik Rosiek <[email protected]> commit 37a919c51095de6f5dbb5f8655eb712555f04aa4 Author: Mikołaj Świątek <[email protected]> Date: Wed Jun 28 14:23:49 2023 +0100 [receiver/windowseventlog] Fix buffer overflow when reading raw events (#23678) **Description:** Fixing a bug where an event larger than half the buffer capacity would cause a panic due to an overflow. The reason this happens is because raw events are render using the `evtRender` syscall, which returns the byte count, rather than the UTF16 character count, but we treat it as if it was the latter. **Link to tracking Issue:** #23677 **Testing:** Added some tests for previously untested parts of the code, and a test that triggers the problem in particular. I've also done a E2E test on a live system which previously triggered the problem, but doesn't after the fix. commit 207b866e03813cae04b0db85e376b3bb8d76470e Author: Ziqi Zhao <[email protected]> Date: Wed Jun 28 16:45:55 2023 +0800 fix exhaustive lint for awscontainerinsightreceiver (#23772) **Description:** Related issue #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit 5d7b22d54585cd654eae00a41c63eaa89d76cc2c Author: Braydon Kains <[email protected]> Date: Tue Jun 27 19:24:40 2023 -0400 [receiver/hostmetrics] add process.handles metric (#22813) **Description:** <Describe what has changed.> Adds a new Windows-exclusive metric called process.handles, which represents the handle count of the given process. When enabled, the receiver will make a WMI Query at the beginning of each scrape to update the handle count for all processes on the system. If the metric is enabled on a platform other than Windows, an error will be produced when attempting to refresh handle counts. This matches the rough behaviour of the Linux exclusive `process.open_file_descriptors`. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Ran the binary with the following configuration: ``` receivers: hostmetrics: collection_interval: 2s scrapers: cpu: {} disk: {} filesystem: {} load: {} memory: {} network: {} paging: {} process: mute_process_name_error: true metrics: process.handles: enabled: true processes: {} exporters: file: path: x.json service: pipelines: metrics: receivers: [hostmetrics] exporters: [file] ``` The following is an example result of a scrape with this configuration. https://gist.github.com/braydonk/c97996272574319e03111dc79076a1bd commit 2d23e4d9e0eb313da5d192e1066f444d19b8601f Author: Adam Boguszewski <[email protected]> Date: Tue Jun 27 13:58:00 2023 -0700 [chore][carbonreceiver][carbonexporter]: add aboguszewski-sumo as code owner (#23676) These components are lacking a codeowner, so I'd like to take this role. commit d200d2e50fa0e086ea91fbcb76764294040754cf Author: splunkertimn <[email protected]> Date: Tue Jun 27 16:01:07 2023 -0400 [receiver/syslog] fixed syslog octet frame parsing (#23645) Parse multiple syslog events from a single packet when octet framing is enabled. commit 7a1061d300e8fa990849bfcb2d4a2863ceebc44c Author: Antoine Toulme <[email protected]> Date: Tue Jun 27 11:58:42 2023 -0700 [chore] fix pod and container metadata to include parent and units (#23795) **Description:** Add parent information to pod and container metadata. **Link to tracking Issue:** Fixes #23793 commit c4dd245e186208f4ecd093552920ae5612284de5 Author: Pranav Shankar <[email protected]> Date: Tue Jun 27 20:55:09 2023 +0200 [receiver/sqlquery] Add support of optional Start and Stop Timestamp (#19160) In this PR, support for Start and Stop Timestamp to be picked up from the metrics stored in the rows is added. This will allow SQL queries to be more expressive and allows users to define the period of aggregation which is not only dependent on the default system time set upon processing. **Link to tracking Issue:** --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]> commit 1edf7c9c03cb04e2002696b966ca70f2996c2a38 Author: Goutham Veeramachaneni <[email protected]> Date: Tue Jun 27 19:28:23 2023 +0200 docs: Clarify what an association is in k8sattr. processor (#23661) It took me several readings of the docs to understand what is happening in the config. I tried to clarify what an association is and how they are specified. I've removed the line "All rules are going to be executed, and combination of result is going to be a pod metadata cache key." because it actually doesn't matter from a user perspective. It looks like an internal detail and is confusing in this section of the docs. Signed-off-by: Gotham <[email protected]> commit 1e60629434bcd1f8d04f1d1976f41b1ad7c67a52 Author: Mend Renovate <[email protected]> Date: Tue Jun 27 19:26:29 2023 +0200 chore(deps): update wandalen/wretry.action action to v1.3.0 (#23771) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Wandalen/wretry.action](https://togithub.com/Wandalen/wretry.action) | action | minor | `v1.0.36` -> `v1.3.0` | --- <details> <summary>Wandalen/wretry.action (Wandalen/wretry.action)</summary> [`v1.3.0`](https://togithub.com/Wandalen/wretry.action/compare/v1.2.0...v1.3.0) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.2.0...v1.3.0) [`v1.2.0`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.42...v1.2.0) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.42...v1.2.0) [`v1.0.42`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.41...v1.0.42) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.41...v1.0.42) [`v1.0.41`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.40...v1.0.41) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.40...v1.0.41) [`v1.0.40`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.39...v1.0.40) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.39...v1.0.40) [`v1.0.39`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.38...v1.0.39) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.38...v1.0.39) [`v1.0.38`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.37...v1.0.38) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.37...v1.0.38) [`v1.0.37`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.36...v1.0.37) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.36...v1.0.37) </details> --- 📅 **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> commit 6a35e5f9405d8b03c149dfec952dcac3b162662d Author: OpenTelemetry Bot <[email protected]> Date: Tue Jun 27 10:24:05 2023 -0700 [chore] dependabot updates Tue Jun 27 15:57:22 UTC 2023 (#23785) Bump Wandalen/wretry.action from 1.0.36 to 1.3.0 Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp from 1.15.0 to 1.15.2 in /exporter/datadogexporter Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp from 1.15.0 to 1.15.2 in /processor/resourcedetectionprocessor Bump github.com/SAP/go-hdb from 1.3.8 to 1.3.9 in /receiver/saphanareceiver Bump github.com/SAP/go-hdb from 1.3.8 to 1.3.9 in /receiver/sqlqueryreceiver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/awscloudwatchlogsexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/awsemfexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/awsxrayexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/datadogexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/kafkaexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /extension/observer/ecsobserver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/awsutil Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/cwlogs Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/k8s Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/proxy Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/xray Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/xray/testdata/sampleapp Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/metadataproviders Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /processor/resourcedetectionprocessor Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /receiver/awscontainerinsightreceiver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /receiver/awsecscontainermetricsreceiver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /receiver/awsxrayreceiver Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 in /internal/tools Bump github.com/google/cadvisor from 0.47.1 to 0.47.2 in /receiver/awscontainerinsightreceiver Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.685 to 1.0.687 in /exporter/tencentcloudlogserviceexporter Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /extension/observer/dockerobserver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /internal/coreinternal Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/aerospikereceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/apachereceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/dockerstatsreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/elasticsearchreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/flinkmetricsreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/jmxreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/kafkametricsreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/memcachedreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/mongodbreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/mysqlreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/nginxreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/postgresqlreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/rabbitmqreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/redisreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/riakreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/sqlqueryreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/zookeeperreceiver Bump go.mongodb.org/mongo-driver from 1.11.7 to 1.12.0 in /receiver/mongodbreceiver Bump go.opentelemetry.io/collector/cmd/builder from 0.79.0 to 0.80.0 in /internal/tools Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /cmd/telemetrygen Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /examples/demo/client Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /examples/demo/server Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/coralogixexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/googlecloudpubsubexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/jaegerexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/opencensusexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/skywalkingexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/asapauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/basicauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/bearertokenauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/headerssetterextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/jaegerremotesampling Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/oauth2clientauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/sigv4authextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /processor/routingprocessor Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /processor/spanmetricsprocessor Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/googlecloudpubsubreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/googlecloudspannerreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/jaegerreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/opencensusreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/skywalkingreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /exporter/datadogexporter Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /exporter/logzioexporter Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /exporter/tencentcloudlogserviceexporter Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /pkg/translator/opencensus Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/collectdreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/opencensusreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/prometheusreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/skywalkingreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/solacereceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/zipkinreceiver --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Alex Boten <[email protected]> commit 3d893e2727a4144488d09badb518c45b82422f2f Author: ZahidMirza95 <[email protected]> Date: Tue Jun 27 10:15:09 2023 -0700 [receiver/filelog] added example, additional info to configs and info on log rotation (#23609) Added example on how to use filelog receiver with log files. Also, added some details to the configuration descriptions and added anchor to some sections in the document. Additionally, added information on log rotation. - Added example on how to use filelog receiver with log files - Also, added some details to the configuration descriptions - Added information on log rotation - Added anchors to some sections commit 88ba4ed63e1bda1cbbb7ba42f6b5e1354d266791 Author: Mackenzie <[email protected]> Date: Tue Jun 27 18:54:10 2023 +0200 [cmd/mdatagen] Add validation to metadata.yaml (#23783) **Description:** This PR adds validation to mdatagen. It ensures that all required fields are present, and validates their content. The validation lies mostly in `validate.go` (and for tests `validate_test.go`), however validation that needs to be done via decoding lies in `loader.go` + `metricdata.go` (and for tests `loader_test.go`). **Link to tracking Issue:** commit 64ebfbce662f261b3afbf6bef7d5d6c7ee80de69 Author: Antoine Toulme <[email protected]> Date: Tue Jun 27 09:43:04 2023 -0700 Switch k8s.pod and k8s.container metrics to use pdata. (#23441) Updates https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/4367 commit fa2e2255f7ec5b9f2f0d003b23515aa805df0053 Author: Daniel Jaglowski <[email protected]> Date: Tue Jun 27 12:31:18 2023 -0400 Revert "[pkg/stanza/fileconsumer] Fix issue where buffer size could cause incorrect fingerprint update" (#23781) Reverts open-telemetry/opentelemetry-collector-contrib#23183 Several rotation test failures have been observed since this was merged. ([example](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/5391301380/jobs/9787962306?pr=23780#step:8:75)) I do not immediately see the problem so I think this needs to be reverted for now. commit 34b47334a19b50210cb14de9ae3326cc0d285261 Author: Daniel Jaglowski <[email protected]> Date: Tue Jun 27 12:19:15 2023 -0400 [chore] Add 'test' as prerequisite to default module-level make target (#23779) We've documented the intended approach to our default targets [here](https://github.com/open-telemetry/opentelemetry-collector/blob/5852d09fb7b519e18610b99fc5a9da8cddbbf790/CONTRIBUTING.md?plain=1#L589-L591). In `Makefile.Common`, the default target is `common`. This adds the `test` target as a prerequisite. commit dea886211de3abab9bb7ca9c2cae6b45947b7cf3 Author: Mend Renovate <[email protected]> Date: Tue Jun 27 17:17:16 2023 +0200 chore(deps): update docker-compose deps (#23770) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.79.0` -> `0.80.0` | | prom/prometheus | minor | `v2.44.0` -> `v2.45.0` | --- <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> [`v0.80.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.80.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.79.0...v0.80.0) - [`3fe11dc`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3fe11dc) Update versions to v0.80.0 ([#​362](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/362)) - [`f82587a`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/f82587a) Add warning about git tags ([#​359](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/359)) - [`3af8267`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3af8267) Bump github.com/goreleaser/nfpm/v2 from 2.29.0 to 2.30.1 ([#​358](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/358)) - [`cb3c890`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/cb3c890) Add all missing components to contrib distribution manifest ([#​356](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/356)) - [`60a7e46`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/60a7e46) Add missing components to contrib distribution ([#​354](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/354)) - [`73fd3ae`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/73fd3ae) Add haproxyreceiver to the contrib distribution ([#​355](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/355)) - [`98597be`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/98597be) \[chore] bump go version ([#​352](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/352)) </details> --- 📅 **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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> commit 7e3548fd92e255572b240b8aadf0aff2d63da99c Author: Antoine Toulme <[email protected]> Date: Tue Jun 27 07:04:32 2023 -0700 [chore] make azureeventhubreceiver pass exhaustive linting (#23774) commit c247210d319a58665f1988e231a5c5fcfc9b8383 Author: Marc Sanmiquel <[email protected]> Date: Tue Jun 27 08:12:20 2023 +0200 [receiver/dockerstats] Add optional resource attributes (#21185) **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 `container.image.id` and `container.command_line` as optional resource attributes, disabled by default. **Link to tracking Issue:** <Issue number if applicable> Tracking issue https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21092 **Testing:** <Describe what testing was performed and which tests were added.> Until this point, all resource attributes have been enabled by default, resulting in the coupling of the [test](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/7bf5d66fae6c1c5360ec2875948f2c2adab6c44f/receiver/dockerstatsreceiver/receiver_test.go#L191) to the default configuration. In order to test the current implementation with the new resource attributes enabled & disabled, a minor refactoring was required in the `TestScrapeV2` test, allowing to pass different configurations for each test. Refer to the following commit 508dbee9aa9a22c1ca79f16bba5abeecceeb9c48 to check the refactor in the test. **Documentation:** <Describe the documentation added.> New resource attributes documentation was generated by `mdatagen`. commit c15794f8b3ad8bdf1bbf5abfba8486df4ad1b7c9 Author: Mackenzie <[email protected]> Date: Mon Jun 26 22:24:45 2023 +0200 [cmd/mdatagen] Add parent field to metadata.yaml file for subcomponents (#23636) This PR adds a `parent` field to the `metadata.yaml`. This is used in subcomponents, and the field contains the type of their parent component. --------- Co-authored-by: Dmitrii Anoshin <[email protected]> commit c2401dbbc240783005454f7b7046a303d495c5e1 Author: Mackenzie <[email protected]> Date: Mon Jun 26 20:04:16 2023 +0200 postgresqlreceiver: Add missing units in metadata.yaml (#23571) Metric unit is required, see: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/mdatagen/metadata-schema.yaml#L72-L73. This PR adds the unit to metrics where this is missing: - postgresql.bgwriter.maxwritten - postgresql.table.count commit 9fe4230817a192049f6c539f6c5d9ea31ce05f99 Author: Mike Dame <[email protected]> Date: Mon Jun 26 13:32:09 2023 -0400 [chore]: Update GCP dependencies (#23679) **Description:** Updates GCP libraries to v0.39.2 and 1.15.2 **Documentation:** updated readmes for new experimental WAL fields commit a7045cbee91a7d9fc6b16554ee4cf2ab2284a396 Author: Daniel Jaglowski <[email protected]> Date: Mon Jun 26 11:52:26 2023 -0400 [chore] Fix spark integration test by pinning version (#23675) Fixes #23670 The test appears to have begun failing when the [`latest`](https://hub.docker.com/layers/apache/spark/latest/images/sha256-a1dd2487a97fb5e35c5a5b409e830b501a92919029c62f9a559b13c4f5c50f63?context=explore) tag of for the image was updated. This PR just pins the version. commit bf00ae8213b55f2abf73a4df1c0a15dd1367c813 Author: Murphy Chen <[email protected]> Date: Mon Jun 26 23:52:09 2023 +0800 [exporter/clickhouse] Fix create database failure (#23666) resolve: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23664 commit 6f0fabb2ace265ebb18fb2f716567b4f7af1f335 Author: Murphy Chen <[email protected]> Date: Mon Jun 26 23:04:57 2023 +0800 [exporter/clickhouse] Add scope columns to log table (#23667) resolve: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20280 commit fbe16e156cd90e11cbe5b70c59a83d94dc923cf4 Author: Daniel Jaglowski <[email protected]> Date: Mon Jun 26 09:24:56 2023 -0400 [pkg/stanza/fileconsumer] Fix issue where buffer size could cause incorrect fingerprint update (#23183) The logic for determining when to update a fingerprint previously failed to account for the case where the buffer size is smaller than the fingerprint. This allows the fingerprint to be truncated in some cases. This PR rewrites the logic to explicitly handle each expected case, with optimization for handling the most common cases first. commit 04327f5deaebd5f8abea3b313dd2f45ccef5bf7e Author: Olga <[email protected]> Date: Mon Jun 26 12:26:46 2023 +0200 [processor/resourcedetection] add resource_attributes to every detector in resource processor (#23253) **Description:** Adding resource_attributes option to every detector in resource detection processor <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** [21482](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21482) **Testing:** Unit test for `resource_attribute` config, adjusting current unit tests to the new implementation **Documentation:** Updated README.md --------- Co-authored-by: Dmitrii Anoshin <[email protected]> commit 1a096adbeb24abc94eb9da2ea0126cf646d44c9b Author: Dmitrii Anoshin <[email protected]> Date: Mon Jun 26 02:31:07 2023 -0700 [chore] [receiver/apachespark] Disable failing integration test (#23671) Temporarily disable the integration test to unblock the CI. Updates https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23670 commit da5df85e77bb717e87096c20663ddc8bbb5ebf8a Author: Juan Manuel "Kang" Pérez <[email protected]> Date: Sun Jun 25 07:12:50 2023 +0200 [receiver/dockerstatsreceiver] Add metrics that are only available on hosts that use cgroups v2 (#22706) **Description:** This PR updates the documentation of all the metrics that are available only on cgroups v1 or cgroups v2. It PR also adds two metrics that are only available when the host is using cgroups v2: * `container.memory.anon` * `container.memory.file` Both are documented here: https://docs.kernel.org/admin-guide/cgroup-v2.html#memory-interface-files I enabled the metric `container.memory.file` by default (causing a breaking change) because it is a metric that was already scraped for cgroups v1, contained in the metric `container.memory.total_cache`. ```yaml container.memory.total_cache: enabled: true description: "Total amount of memory used by the processes of this cgroup (and descendants) that can be associated with a block on a block device. Also accounts for memory used by tmpfs (Only available with cgroups v1)." container.memory.file: enabled: true description: "Amount of memory used to cache filesystem data, including tmpfs and shared memory (Only available with cgroups v2)." ``` Let me know your thoughts about this breaking change. **Link to tracking Issue:** #21097 **Testing:** The refactor done during PR #21110 had mocks ready to test these new metrics. There is no need to add more tests. **Documentation:** To see which metrics are available in Docker: * v1: https://github.com/moby/moby/blob/7103efac9d737e8b202126e8c8e2227805e70771/daemon/stats_unix.go#L86 * v2: https://github.com/moby/moby/blob/7103efac9d737e8b202126e8c8e2227805e70771/daemon/stats_unix.go#L195 Kernel cgroup documentation: * v1: https://docs.kernel.org/admin-guide/cgroup-v1/memory.html * v2: https://docs.kernel.org/admin-guide/cgroup-v2.html#memory-interface-files commit 8ba48f6c48a1523fb2b7ec034b8d4d5e44f9e642 Author: Bomin Rahmani <[email protected]> Date: Fri Jun 23 15:18:45 2023 -0400 [receiver/postgresql] Fix blocks read metric (#23657) **Description:** <Describe what has changed.> fixed an issue where postgresql receiver was emitting the same attribute value "toast_hit" twice under postgresql.blocks_read metric. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> commit 0c625d042498a9985c51cee6476d4c17cfa0570b Author: Bomin Rahmani <[email protected]> Date: Fri Jun 23 15:18:05 2023 -0400 [receiver/vcenter] Fix datastore disk usage metric (#23654) **Description:** Fixed a bug in which the Vcenter receiver was incorrectly emmiting the disk_state: used datapoint twice under the vcenter.datastore.disk.usage metric instead of a disk_state: used disk_state: available **Documentation:** <Describe the documentation added.> commit 403b0eff117df29d969cc18706d1c58b605db8e2 Author: bryan-aguilar <[email protected]> Date: Fri Jun 23 10:15:36 2023 -0700 [receiver/awsecscontainermetrics] Fix possible panics from unchecked de-references (#23644) Fixes possible panics from unchecked de-references in metrics helper in `awsecscontainermetrics` receiver. **Link to tracking Issue:** https://github.com/aws-observability/aws-otel-collector/issues/2110 **Testing:** Added unit tests for these de-references **Documentation:** n//a commit c40be10a6e75e5ea15916d1dfeec95bf4de7a32c Author: PaoloGallina <[email protected]> Date: Fri Jun 23 19:14:36 2023 +0200 feat(statsdReceiver): add name and version to scope (#23564) Following the same approach of https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20903 I am adding the scope whenever the metric is copied. We could also add the _scope_ at creation time, however, it would change the signature of several functions having already too many parameters. **Link to tracking Issue:** <Issue number if applicable> Fix https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23563 **Testing:** Added a test to cover the new use case commit b2a1d1f47e43843d3fc2078bcc1191d44973162e Author: Tomáš Žďára <[email protected]> Date: Fri Jun 23 19:12:48 2023 +0200 DSET-3468: update dataset-go to latest, send more details in user-agent (#23640) **Description:** updated dataset-go library, send more details in user-agent For more details see https://github.com/scalyr/dataset-go/releases/tag/v0.0.9 **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20660 / DSET-3468 **Testing:** verified via unit tests and also e2e with DataSet environment **Documentation:** see https://github.com/scalyr/dataset-go/blob/fbaead7856a9c5669262564dfa4a13aa14a0775d/examples/readme/main.go#L81 commit 7c0fd3de2aa7cbf61d6360c6208079c761992512 Author: OpenTelemetry Bot <[email protected]> Date: Thu Jun 22 15:26:02 2023 -0700 Add JMX metrics gatherer version 1.27.0-alpha (#23435) Add JMX metrics gatherer version `1.27.0-alpha`. cc @open-telemetry/java-contrib-approvers commit 703be0d287915f34d1d8f23d48e1292e1c0d82bb Author: ZenoCC-Peng <[email protected]> Date: Thu Jun 22 13:43:15 2023 -0700 [receiver/kafkametrics] Fix metrics in kafkametricsreceiver (#4327) (#23632) Utilize mdatagen to modify certain metrics from gauge to non-monotonic sum, employing delta aggregation. Adjust the test files to align with the sum test type and update the expected.yaml file for integration testing purposes. Co-authored-by: zeno-splunk <[email protected]> commit 03b375ebef74eee…
JimChenWYU
added a commit
to easyops-cn/opentelemetry-collector-contrib
that referenced
this pull request
Jul 8, 2023
commit 2ae4bb7319f43c979735e96e1f782494e05e0cc7 Author: OpenTelemetry Bot <[email protected]> Date: Wed Jul 5 04:13:15 2023 -0700 [chore] Prepare release 0.81.0 (#23978) The following commands were run to prepare this release: - make chlog-update VERSION=v0.81.0 - sed -i.bak s/0.80.0/0.81.0/g versions.yaml - make multimod-prerelease - make multimod-sync --------- Co-authored-by: Pablo Baeyens <[email protected]> commit e9bdc636a01731bc1531f0b1a74859812e073eb4 Author: Pablo Baeyens <[email protected]> Date: Wed Jul 5 12:50:05 2023 +0200 Revert "[chore] Remove skip flaky test for hostmetricsreceiver" (#23982) Reverts open-telemetry/opentelemetry-collector-contrib#23874. The test is still flaky on Windows. commit f85dd5b4b59282932db14a1187ad3687083b4c5c Author: Pablo Baeyens <[email protected]> Date: Wed Jul 5 11:21:45 2023 +0200 Make sed replace statements more resilient (#23977) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> While working on open-telemetry/opentelemetry-collector/issues/8033, I got the following error ([full logs](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/5461142477/jobs/9938863136)): ``` github.com/open-telemetry/opentelemetry-collector-contrib/cmd/otelcontribcol imports github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver imports github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver/internal/collection imports github.com/openshift/api/quota/v1: reading github.com/openshift/api/go.mod at revision v0.0.0-20.81.01171038-322a19404e37: unknown revision v0.0.0-20.81.01171038-322a19404e37 ``` This is because the script for preparing releases has the following sed statement: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/10e46605b7b9f775a3658f4e2ba59960ffe33847/cmd/otelcontribcol/builder-config.yaml#L416 which ends up replacing `018080` within the `openshift/api` pseudoversion by `0.81.0`. To work around this, we make the replace statements more specific. An alternative would be something like https://stackoverflow.com/a/2705678, but this approach is still broken if a dependency we are replacing has exactly the version we are updating from, so I think ultimately we need a different approach. **Testing:** I tested this on https://github.com/mx-psi/opentelemetry-collector-contrib/actions/runs/5462095129/jobs/9940974190; the job is able to run until the point of creating the PR, where it fails because the bot account does not have permission to create a PR. commit 10e46605b7b9f775a3658f4e2ba59960ffe33847 Author: John Law <[email protected]> Date: Wed Jul 5 08:21:22 2023 +1200 [ci] Specify 7 as arm version for arm build in CI (#23436) **Description:** Currently, we specify arm architecture in the cross build test without specifying the `GOARM` variable. This means the `GOARM` value falls back to the default and the default value depends on the platform that we are building on. We are building on `linux/amd64` machine in github action, so the `GOARM` defaults to `5`. [There are changes to default to GOARM=7 for all non-arm systems in the upcoming golang version](https://go-review.googlesource.com/c/go/+/470695) I'm looking to add an armv7 release, so without waiting for the newer golang version, I want to explicitly set the arm version in the CI to align with the release arm version. In this pull request, I expanded the configuration for arm build by adding a new block with the arm version under `include`. Then introduce the `GOARM` environment variable when calling `make otelcontribcol` **Testing:** Able to run `make GOOS=x GOARCH=y GOARM=z otelcontribcol` with the following configurations locally - [x] `GOOS=linux`, `GOARCH=arm`, `GOARM=7` - [x] `GOOS=linux`, `GOARCH=arm64`, `GOARM=` - [x] `GOOS=darwin`, `GOARCH=amd64`, `GOARM=` - [x] `GOOS=window`, `GOARCH=amd64`, `GOARM=` commit d51d3135984633d7d07fdb42f38ef122849e548a Author: Jonah Kowall <[email protected]> Date: Tue Jul 4 16:20:42 2023 -0400 Removing jkowall from codeowners for logzioexporter (#23845) Removing @jkowall from codeowners https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20768 Signed-off-by: Jonah Kowall <[email protected]> commit 9caec802b06e75bdb4a3f6b27409bfbefca543b8 Author: Daniel Jaglowski <[email protected]> Date: Tue Jul 4 16:19:47 2023 -0400 [chore] Minor cleanup of vcenter metric code (#23873) commit aa6560128d4cd9f7a540935a8b3e2a4c603e38c0 Author: David Ashpole <[email protected]> Date: Tue Jul 4 16:17:13 2023 -0400 Add dashpole back to auto-assignees (#23876) I'm back from leave! commit 65cc16d880571ef2224154253dbea885f5d8fac9 Author: David Ashpole <[email protected]> Date: Tue Jul 4 16:16:10 2023 -0400 Remove tbarker from codeowners (#23877) **Description:** Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23405 @tbarker25 doesn't work on OpenTelemetry for Google anymore. cc @punya commit d98c227f8d4c7072344a46ae1d2d64e33c2b8644 Author: OpenTelemetry Bot <[email protected]> Date: Tue Jul 4 11:23:18 2023 -0700 [chore] dependabot updates Tue Jul 4 17:49:08 UTC 2023 (#23954) Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 in /exporter/googlecloudpubsubexporter Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 in /receiver/googlecloudpubsubreceiver Bump github.com/DataDog/datadog-api-client-go/v2 from 2.13.0 to 2.14.0 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/DataDog/opentelemetry-mapping-go/pkg/quantile from 0.5.0 to 0.5.1 in /exporter/datadogexporter Bump github.com/aliyun/aliyun-log-go-sdk from 0.1.49 to 0.1.50 in /exporter/alibabacloudlogserviceexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /exporter/awscloudwatchlogsexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /exporter/awsemfexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /exporter/kafkaexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /extension/observer/ecsobserver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/k8s Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/proxy Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/xray Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/aws/xray/testdata/sampleapp Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /internal/metadataproviders Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /processor/resourcedetectionprocessor Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /receiver/awscontainerinsightreceiver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /receiver/awsecscontainermetricsreceiver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in /receiver/awsxrayreceiver Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /exporter/awsxrayexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /exporter/datadogexporter Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /internal/aws/awsutil Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in /internal/aws/cwlogs Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 in /internal/tools Bump github.com/hashicorp/consul/api from 1.21.0 to 1.22.0 in /internal/metadataproviders Bump github.com/hashicorp/consul/api from 1.21.0 to 1.22.0 in /processor/resourcedetectionprocessor Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in /exporter/fileexporter Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in /exporter/sapmexporter Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in /receiver/sapmreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /exporter/signalfxexporter Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /extension/observer/hostobserver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /receiver/awscontainerinsightreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /receiver/hostmetricsreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /receiver/jmxreceiver Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /testbed Bump github.com/sijms/go-ora/v2 from 2.7.6 to 2.7.8 in /receiver/sqlqueryreceiver Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.687 to 1.0.692 in /exporter/tencentcloudlogserviceexporter Bump github.com/vmware/govmomi from 0.30.4 to 0.30.5 in /receiver/vcenterreceiver Bump go.mongodb.org/atlas from 0.29.0 to 0.30.0 in /receiver/mongodbatlasreceiver Bump golang.org/x/vuln from 0.1.0 to 0.2.0 in /internal/tools Bump google.golang.org/api from 0.128.0 to 0.129.0 in /exporter/f5cloudexporter Bump google.golang.org/api from 0.128.0 to 0.129.0 in /exporter/googlecloudpubsubexporter Bump google.golang.org/api from 0.128.0 to 0.129.0 in /receiver/googlecloudpubsubreceiver Bump google.golang.org/api from 0.128.0 to 0.129.0 in /receiver/googlecloudspannerreceiver commit dbcf37ae329f0aef6f664ed5c05a9ac85f54579a Author: Ziqi Zhao <[email protected]> Date: Wed Jul 5 01:30:16 2023 +0800 [chore] fix exhaustive lint for dynatrace exporter (#23951) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit 5d1f251e7ba5b013dcc0d4c96b510024d3a6da92 Author: Andrzej Stencel <[email protected]> Date: Tue Jul 4 19:29:19 2023 +0200 [chore] [receiver/snmp] fix docs on default collection interval (#23945) The default connection interval is actually `10s` and not `1m`. commit 3cb495438d022cecbb4e3c93f96088a787e02d3e Author: Tomaz Muraus <[email protected]> Date: Tue Jul 4 14:40:48 2023 +0200 [chore] [exporter/datasetexporter] Update metadata (#23885) This pull request updates metadata for DataSet exporter. Metadata was out of date and didn't reflect that the exporter plugin is distributed as part of contrib. --- NOTE: Per request in a PR review (atoulme), this change was moved out of https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/23672 to a new and separate PR. commit 81320c41004bdd739b5c4e5dafcf20230087c68b Author: Pavol Loffay <[email protected]> Date: Mon Jul 3 12:15:09 2023 +0200 Json payload in Kafka exporter is not experimental (#23884) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** <Issue number if applicable> Resolves https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23871 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Signed-off-by: Pavol Loffay <[email protected]> commit 8510b37b1c427cc4d117cc65fcfc412ab7756420 Author: Ziqi Zhao <[email protected]> Date: Mon Jul 3 17:17:59 2023 +0800 [chore] fix exhaustive lint for podmanreceiver (#23823) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit 537ba472f09a3b346b8cca8c6bdfa5d441707e11 Author: ZenoCC-Peng <[email protected]> Date: Mon Jul 3 01:41:49 2023 -0700 [chore] Remove skip flaky test for hostmetricsreceiver (#23874) **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.--> Run 20 times the GitHub Action on my personal branch, there were no test failures. See the files: [Hostmetricsreceiver-FlakyTest-10030.xlsx](https://github.com/open-telemetry/opentelemetry-collector-contrib/files/11911111/Hostmetricsreceiver-FlakyTest-10030.xlsx). **Link to tracking Issue:** <Issue number if applicable>[10030](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/10030) **Testing:** hostmetricsreceiver/internal/scraper/loadscraper/load_scraper_test.go --------- Co-authored-by: Alex Boten <[email protected]> Co-authored-by: zeno-splunk <[email protected]> commit 4c817c69a2fe9cab7f1a9c357a84eff7a40b7fe7 Author: Laser <[email protected]> Date: Fri Jun 30 21:25:25 2023 +0300 [connector/spanmetricsconnector] Added disabling options (#23039) **Description:** <Describe what has changed.> Added disabling options for histogram metrics and option to exclude default labels from all metrics. In some cases users want to optionally disable part of metrics because they generate too much data or are not needed. We've tried to use transform as [it was suggested here](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20525) And this helps in part of getting less data. But we consumed too much memory because of high cardinality labels. So we decided to suggest this mr to escape metric creation at the very beginning. **Link to tracking Issue:** [GH-16344] **Testing:** Added tests to the repository **Documentation:** Readme file updated --------- Co-authored-by: Antoine Toulme <[email protected]> commit 3c9ddf9726c5ec6ca66a8486a875a54102c8a8a2 Author: Miguel Rodriguez <[email protected]> Date: Fri Jun 30 14:23:57 2023 -0400 [receiver/filelog] Add Support for only reading the current file (#23633) Adding a feature to filelog to allow reading of only the current file from a collection of files through sorting the file names and picking the newest one. commit 95f0a13dd9c6045d1ce2c250ca0701d52b5f43f3 Author: Antoine Toulme <[email protected]> Date: Fri Jun 30 10:02:02 2023 -0700 [receiver/k8s_cluster] Add back all other vendor-specific node conditions (#23854) **Description:** Add back all other vendor-specific node conditions, and report them even if missing, as well as all allocatable node metrics if present, to the list of Kubernetes node metrics available, which went missing during the pdata translation **Link to tracking Issue:** Fixes #23839 **Testing:** Unit tests. **Documentation:** Not quite. Maybe a doc entry is required here. I haven't looked yet where to place it. commit 46d03a09bb7b137c59a032f93133c6ef0c8c1bca Author: Tyler Helmuth <[email protected]> Date: Fri Jun 30 10:41:50 2023 -0600 [internal/filter] filtermetric to filterottl bridge (#23141) **Description:** This PR adds a bridge between `filtermetric.NewSkipExpr` and `filterottl.NewBoolExprForMetric` behind a feature gate. With the feature gate enabled, any component using `filtermetric.NewSkipExpr` will start using OTTL behind the scenes. In addition, the filterprocessor's implementation of `newSkipResExpr`, which is a skip expression for resources, is bridged to `filterottl.NewBoolExprForResource`. Since this implementation exists only for filtering metrics, the same feature gate is used for both. While investigating the existing `internal/filtermetric` uses with filterprocessor and attributesprocessor I found that: - The attributes processor does not support Expressions or Resource Attributes. The readme claims that it does, but the implementation does not support it (and there are no tests). This bridge DOES NOT rectify that. - The filterprocessor allows filtering by resource attributes, expressions, and metric name. Unlike it's implementation for filtering spans and logs, the filterprocessor handles filtering spans at the Resource level loop. This is the most performant solution, and how OTTL likes to think about the problem, but it results in a different pattern than filtering spans and logs. This bridge DOES NOT attempt to move the resource implementation into `internal/filtermetric`. **Link to tracking Issue:** Related to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18643 Related to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18642 Depends on: - [x] https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/23142 **Testing:** Added tests comparing the output of the existing config and the bridge. commit f1068be12dee7664a74fd42354c27b3803c52bc4 Author: Antoine Toulme <[email protected]> Date: Fri Jun 30 05:58:54 2023 -0700 [receiver/mongodb] fix missing version (#23860) **Description:** Fix missing version in mongodb creating panics during scrapes **Link to tracking Issue:** Fixes #23859 **Testing:** No tests, really. **Documentation:** N/A commit 5a2214b73450cb8e59d74f3858409a1accd020eb Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:57:20 2023 +0200 [receiver/mongodbatlas] Change the types of `Config.PrivateKey` and `Config.Alerts.Secret` to be `configopaque.String` (#23865) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 35a2adb91a780c4b8f7a33eb9ca4fcb4bf92f7f6 Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:55:00 2023 +0200 [receiver/mysql] Change the type of `Config.Password` to be `configopaque.String` (#23868) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 4b935647eb02f1ec6be923d06cea637ffe16646a Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:54:09 2023 +0200 [receiver/mongodb] Change the type of `Config.Password` to be `configopaque.String` (#23866) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 151ab61d175861a03300a61836c9fd55ae1d915f Author: Mackenzie <[email protected]> Date: Fri Jun 30 14:53:13 2023 +0200 [receiver/elasticsearch] Change the type of `Config.Password` to be `configopaque.String` (#23862) **Description:** Split out from: #17353 **Link to tracking Issue:** commit a754d0e3cd53b63a4e0b577adc9be5368bd9e33c Author: Ziqi Zhao <[email protected]> Date: Fri Jun 30 16:40:59 2023 +0800 [chore] fix exhaustive lint for datadog exporter (#23838) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit efca12365053d560dadf5876b4cef12fb588f599 Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 22:44:40 2023 -0700 [chore] set remoteobserverprocessor to alpha (#23858) Fixes #19633 commit 2fd6dbfeec7ba4f9625e5051d36f0bbdd8d8b5f0 Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 21:04:09 2023 -0700 Rename websocketprocessor to remoteobserverprocessor (#23857) **Description:** Rename websocketprocessor to remoteobserverprocessor **Link to tracking Issue:** Fixes #23856 commit 21928994067957530840fa6ca9ee76fee79664e4 Author: Ziqi Zhao <[email protected]> Date: Fri Jun 30 09:17:01 2023 +0800 [chore] [exporter/clickhouse] fix exhaustive lint (#23853) related to #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit c61650dc25b294460120dc6e059dd6f2ac521774 Author: Daniel Jaglowski <[email protected]> Date: Thu Jun 29 18:41:22 2023 -0400 [chore] Remove flaky rabbitmq integration test (#23846) Resolves #22134 commit 1fe8fdf8063e95c36485a7fd3c39d0b0df00159a Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 13:32:20 2023 -0700 Add pod metrics (#23844) **Description:** Add explicitly `k8s.node.allocatable_pods` to the list of Kubernetes node metrics available, which went missing during the pdata translation **Link to tracking Issue:** commit 377f6664b658c450c5eda0f0e43462c4a81417b5 Author: Antoine Toulme <[email protected]> Date: Thu Jun 29 12:35:56 2023 -0700 [chore] [receiver/k8s_cluster] update the tests to cover all the existing k8s node metrics (#23841) commit 9a521ed97cea5b3a2f742a692a288621cbb728bf Author: Alex Boten <[email protected]> Date: Thu Jun 29 11:02:55 2023 -0700 [chore] make update-otel (#23837) Signed-off-by: Alex Boten <[email protected]> commit 3c934d6220da41d76276c7ec0c26e58db5ada8c6 Author: Irina <[email protected]> Date: Thu Jun 29 17:47:02 2023 +0100 [chore] translator/loki: remove deprecated code (#23827) **Description:** <Describe what has changed.> When did the massive cleaning of the deprecated code in loki translator, forgot to remove LogsToLoki method **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/15653 commit 0e12ba7b04474df7fe36886ffbd3fa994a1bcd92 Author: Adam Boguszewski <[email protected]> Date: Thu Jun 29 08:08:21 2023 -0700 [chore]: update status for carbon exporter and receiver (#23834) **Description:** These components have codeowner again, so their status has been changed to `beta` (as it was before changing to `unmaintained`) commit 850add36a712f25ae0883212c7615125d15bbeec Author: Ziqi Zhao <[email protected]> Date: Thu Jun 29 22:56:24 2023 +0800 fix exhaustive lint for receivercreater (#23831) **Description:** related #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit ead6114904fd240a4d26a2ac0cf8437fdacd115a Author: Mackenzie <[email protected]> Date: Thu Jun 29 15:39:55 2023 +0200 [receiver/aerospikereceiver] Change the type of `Config.Password` to be `configopaque.String` (#23828) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 56d662550fbbbb3356b64866f05c80bf9997d263 Author: Mackenzie <[email protected]> Date: Thu Jun 29 15:30:22 2023 +0200 [receiver/bigip] Change the type of `Config.Password` to be `configopaque.String` (#23830) **Description:** Split out from: #17353 **Link to tracking Issue:** commit 5550060f3df6cd585db21c014a7b2ed97799615b Author: Mackenzie <[email protected]> Date: Thu Jun 29 15:29:56 2023 +0200 [receiver/couchdb] Change the type of `Config.Password` to be `configopaque.String` (#23833) **Description:** Split out from: #17353 **Link to tracking Issue:** commit c404e07bf35dd76aabe6a17f63a41850f782ce2b Author: Carson Cook <[email protected]> Date: Thu Jun 29 08:22:18 2023 -0400 elasticsearchexporter: use configured dedup and dedot values (#19420) **Description:** <Describe what has changed.> Fixes bug in elasticsearch exporter where `mapping.dedup` and `mapping.dedot` values aren't used, even though they are documented as having an effect. **Link to tracking Issue:** #19419 --------- Signed-off-by: Carson Cook <[email protected]> commit 3dfc0f9ceb7deaa02a135e2fde952abb4e2b0bb4 Author: AJ Saclayan <[email protected]> Date: Thu Jun 29 05:54:00 2023 -0500 [connector/spanmetrics] fix delta temporality metrics (#23799) **Description:** Today, when you configure a spanmetricsconnector to emit metrics with delta temporality, the `startTimestamp` is not updated when deltas are calculated. Ideally, each new metric generated should have a timestamp at which the metric does the span aggregation. **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/7128 **Testing:** Built otelcolcontrib docker image with changes and ran locally with the following configuration: ```yaml receivers: otlp: protocols: grpc: http: cors: allowed_origins: ["*"] allowed_headers: ["*"] exporters: otlp/newrelic: endpoint: https://otlp.nr-data.net:4317 headers: api-key: ${NEW_RELIC_LICENSE_KEY} logging: connectors: spanmetrics: histogram: exponential: max_size: 160 dimensions_cache_size: 2000 aggregation_temporality: "AGGREGATION_TEMPORALITY_DELTA" metrics_flush_interval: 15s service: telemetry: logs: level: debug pipelines: traces: receivers: [otlp] exporters: [spanmetrics] metrics: receivers: [spanmetrics] exporters: [logging, otlp/newrelic] ``` and sent the following payload twice (a couple minutes apart): ```json { "resourceSpans": [ { "resource": { "attributes": [ { "key": "service.name", "value": { "stringValue": "my.service" } } ], "droppedAttributesCount": 0 }, "scopeSpans": [ { "scope": { "name": "test", "version": "1.0.0" }, "spans": [ { "traceId": "02cfc23b60d24d708f5b478177f2c51d", "spanId": "00f067aa0ba902b7", "traceState": "", "parentSpanId": "0123abc456def789", "name": "test_span_metrics_connector", "kind": "SPAN_KIND_INTERNAL", "startTimeUnixNano": {{timeUnixNano1SecAgo}}, "endTimeUnixNano": {{timeUnixNano}}, "attributes": [ ], "droppedAttributesCount": 0, "events": [], "droppedEventsCount": 0, "links": [], "droppedLinksCount": 0, "status": { } } ] } ] } ] } ``` Note in green there are two histograms, with the timestamps updated. The red was tested with the same configuration without the change. <img width="1024" alt="image" src="https://github.com/open-telemetry/opentelemetry-collector-contrib/assets/55757302/386d3218-b1d3-49d9-a86b-0c3fd4b61bd6"> **Documentation:** <Describe the documentation added.> commit fbd85e02bd03a144a6b96d4b5fd6b6b4c6e1594c Author: PaoloGallina <[email protected]> Date: Wed Jun 28 22:20:43 2023 +0200 [admin] feat(ci/cd): add version validation to prepare-release (#23818) **Description:** Adding version validation to prepare-release I used the same regex already used in [set_release_tag.sh](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/7e74bd350192456ded06ae80fb5586bec921f2e0/.github/workflows/scripts/set_release_tag.sh#L7), just without the v. **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21490 commit 7e74bd350192456ded06ae80fb5586bec921f2e0 Author: Raphael Philipe Mendes da Silva <[email protected]> Date: Wed Jun 28 11:23:57 2023 -0700 [chore] Add warning to the awscontainerinsightsreceiver (#23817) **Description:** Add warning section to the awscontainerinsightsreceiver **Link to tracking Issue:** #19172 Signed-off-by: Raphael Silva <[email protected]> commit 0ab552c249007ece56d19a41778ccebc9fedc45f Author: Ziqi Zhao <[email protected]> Date: Thu Jun 29 00:59:17 2023 +0800 [chore] fix exhaustive lint for kubeletstatsreceiver (#23815) **Description:** <Describe what has changed.> related #23266 --------- Signed-off-by: Ziqi Zhao <[email protected]> commit 8772353e38e4a7feb2af272698ee039692b21efa Author: Antoine Toulme <[email protected]> Date: Wed Jun 28 09:54:48 2023 -0700 [chore] enable exhaustive lint for mdatagen (#23806) commit 5adb2373c26d70559a1f0b23c6711ec98689d579 Author: Antoine Toulme <[email protected]> Date: Wed Jun 28 09:53:58 2023 -0700 [chore] signalfxexporter exhaustive lint (#23802) commit f50151e31e5220d601f127d4632685d6b0ed16ee Author: Antoine Toulme <[email protected]> Date: Wed Jun 28 08:53:20 2023 -0700 [chore] enable exhaustive lint for k8sclusterreceiver (#23803) commit 08202563ce02b03c389493bdb4b51de66dbb9e78 Author: Tyler Helmuth <[email protected]> Date: Wed Jun 28 09:10:22 2023 -0600 [processor/transform] Add new example (#23812) **Description:** Adds an example of how to set a new attribute from another telemetry path. commit f195900aa20617dca2370df638f4776a0ffc160e Author: Dominik Rosiek <[email protected]> Date: Wed Jun 28 16:21:45 2023 +0200 feat!(mysqlreceiver): set `mysql.locked_connects` as optional in order to remove it in next release (#23673) Set `mysql.locked_connects` as optional, as it is duplication of `mysql.connection.errors` metric Signed-off-by: Dominik Rosiek <[email protected]> commit 37a919c51095de6f5dbb5f8655eb712555f04aa4 Author: Mikołaj Świątek <[email protected]> Date: Wed Jun 28 14:23:49 2023 +0100 [receiver/windowseventlog] Fix buffer overflow when reading raw events (#23678) **Description:** Fixing a bug where an event larger than half the buffer capacity would cause a panic due to an overflow. The reason this happens is because raw events are render using the `evtRender` syscall, which returns the byte count, rather than the UTF16 character count, but we treat it as if it was the latter. **Link to tracking Issue:** #23677 **Testing:** Added some tests for previously untested parts of the code, and a test that triggers the problem in particular. I've also done a E2E test on a live system which previously triggered the problem, but doesn't after the fix. commit 207b866e03813cae04b0db85e376b3bb8d76470e Author: Ziqi Zhao <[email protected]> Date: Wed Jun 28 16:45:55 2023 +0800 fix exhaustive lint for awscontainerinsightreceiver (#23772) **Description:** Related issue #23266 Signed-off-by: Ziqi Zhao <[email protected]> commit 5d7b22d54585cd654eae00a41c63eaa89d76cc2c Author: Braydon Kains <[email protected]> Date: Tue Jun 27 19:24:40 2023 -0400 [receiver/hostmetrics] add process.handles metric (#22813) **Description:** <Describe what has changed.> Adds a new Windows-exclusive metric called process.handles, which represents the handle count of the given process. When enabled, the receiver will make a WMI Query at the beginning of each scrape to update the handle count for all processes on the system. If the metric is enabled on a platform other than Windows, an error will be produced when attempting to refresh handle counts. This matches the rough behaviour of the Linux exclusive `process.open_file_descriptors`. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Ran the binary with the following configuration: ``` receivers: hostmetrics: collection_interval: 2s scrapers: cpu: {} disk: {} filesystem: {} load: {} memory: {} network: {} paging: {} process: mute_process_name_error: true metrics: process.handles: enabled: true processes: {} exporters: file: path: x.json service: pipelines: metrics: receivers: [hostmetrics] exporters: [file] ``` The following is an example result of a scrape with this configuration. https://gist.github.com/braydonk/c97996272574319e03111dc79076a1bd commit 2d23e4d9e0eb313da5d192e1066f444d19b8601f Author: Adam Boguszewski <[email protected]> Date: Tue Jun 27 13:58:00 2023 -0700 [chore][carbonreceiver][carbonexporter]: add aboguszewski-sumo as code owner (#23676) These components are lacking a codeowner, so I'd like to take this role. commit d200d2e50fa0e086ea91fbcb76764294040754cf Author: splunkertimn <[email protected]> Date: Tue Jun 27 16:01:07 2023 -0400 [receiver/syslog] fixed syslog octet frame parsing (#23645) Parse multiple syslog events from a single packet when octet framing is enabled. commit 7a1061d300e8fa990849bfcb2d4a2863ceebc44c Author: Antoine Toulme <[email protected]> Date: Tue Jun 27 11:58:42 2023 -0700 [chore] fix pod and container metadata to include parent and units (#23795) **Description:** Add parent information to pod and container metadata. **Link to tracking Issue:** Fixes #23793 commit c4dd245e186208f4ecd093552920ae5612284de5 Author: Pranav Shankar <[email protected]> Date: Tue Jun 27 20:55:09 2023 +0200 [receiver/sqlquery] Add support of optional Start and Stop Timestamp (#19160) In this PR, support for Start and Stop Timestamp to be picked up from the metrics stored in the rows is added. This will allow SQL queries to be more expressive and allows users to define the period of aggregation which is not only dependent on the default system time set upon processing. **Link to tracking Issue:** --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]> commit 1edf7c9c03cb04e2002696b966ca70f2996c2a38 Author: Goutham Veeramachaneni <[email protected]> Date: Tue Jun 27 19:28:23 2023 +0200 docs: Clarify what an association is in k8sattr. processor (#23661) It took me several readings of the docs to understand what is happening in the config. I tried to clarify what an association is and how they are specified. I've removed the line "All rules are going to be executed, and combination of result is going to be a pod metadata cache key." because it actually doesn't matter from a user perspective. It looks like an internal detail and is confusing in this section of the docs. Signed-off-by: Gotham <[email protected]> commit 1e60629434bcd1f8d04f1d1976f41b1ad7c67a52 Author: Mend Renovate <[email protected]> Date: Tue Jun 27 19:26:29 2023 +0200 chore(deps): update wandalen/wretry.action action to v1.3.0 (#23771) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Wandalen/wretry.action](https://togithub.com/Wandalen/wretry.action) | action | minor | `v1.0.36` -> `v1.3.0` | --- <details> <summary>Wandalen/wretry.action (Wandalen/wretry.action)</summary> [`v1.3.0`](https://togithub.com/Wandalen/wretry.action/compare/v1.2.0...v1.3.0) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.2.0...v1.3.0) [`v1.2.0`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.42...v1.2.0) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.42...v1.2.0) [`v1.0.42`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.41...v1.0.42) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.41...v1.0.42) [`v1.0.41`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.40...v1.0.41) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.40...v1.0.41) [`v1.0.40`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.39...v1.0.40) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.39...v1.0.40) [`v1.0.39`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.38...v1.0.39) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.38...v1.0.39) [`v1.0.38`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.37...v1.0.38) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.37...v1.0.38) [`v1.0.37`](https://togithub.com/Wandalen/wretry.action/compare/v1.0.36...v1.0.37) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v1.0.36...v1.0.37) </details> --- 📅 **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> commit 6a35e5f9405d8b03c149dfec952dcac3b162662d Author: OpenTelemetry Bot <[email protected]> Date: Tue Jun 27 10:24:05 2023 -0700 [chore] dependabot updates Tue Jun 27 15:57:22 UTC 2023 (#23785) Bump Wandalen/wretry.action from 1.0.36 to 1.3.0 Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp from 1.15.0 to 1.15.2 in /exporter/datadogexporter Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp from 1.15.0 to 1.15.2 in /processor/resourcedetectionprocessor Bump github.com/SAP/go-hdb from 1.3.8 to 1.3.9 in /receiver/saphanareceiver Bump github.com/SAP/go-hdb from 1.3.8 to 1.3.9 in /receiver/sqlqueryreceiver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/awscloudwatchlogsexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/awsemfexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/awsxrayexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/datadogexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /exporter/kafkaexporter Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /extension/observer/ecsobserver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/awsutil Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/cwlogs Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/k8s Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/proxy Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/xray Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/aws/xray/testdata/sampleapp Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /internal/metadataproviders Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /processor/resourcedetectionprocessor Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /receiver/awscontainerinsightreceiver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /receiver/awsecscontainermetricsreceiver Bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.290 in /receiver/awsxrayreceiver Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 in /internal/tools Bump github.com/google/cadvisor from 0.47.1 to 0.47.2 in /receiver/awscontainerinsightreceiver Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.685 to 1.0.687 in /exporter/tencentcloudlogserviceexporter Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /extension/observer/dockerobserver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /internal/coreinternal Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/aerospikereceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/apachereceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/dockerstatsreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/elasticsearchreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/flinkmetricsreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/jmxreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/kafkametricsreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/memcachedreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/mongodbreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/mysqlreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/nginxreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/postgresqlreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/rabbitmqreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/redisreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/riakreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/sqlqueryreceiver Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 in /receiver/zookeeperreceiver Bump go.mongodb.org/mongo-driver from 1.11.7 to 1.12.0 in /receiver/mongodbreceiver Bump go.opentelemetry.io/collector/cmd/builder from 0.79.0 to 0.80.0 in /internal/tools Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /cmd/telemetrygen Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /examples/demo/client Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /examples/demo/server Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/coralogixexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/googlecloudpubsubexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/jaegerexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/opencensusexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /exporter/skywalkingexporter Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/asapauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/basicauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/bearertokenauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/headerssetterextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/jaegerremotesampling Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/oauth2clientauthextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /extension/sigv4authextension Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /processor/routingprocessor Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /processor/spanmetricsprocessor Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/googlecloudpubsubreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/googlecloudspannerreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/jaegerreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/opencensusreceiver Bump google.golang.org/grpc from 1.56.0 to 1.56.1 in /receiver/skywalkingreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /exporter/datadogexporter Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /exporter/logzioexporter Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /exporter/tencentcloudlogserviceexporter Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /pkg/translator/opencensus Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/collectdreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/opencensusreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/prometheusreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/skywalkingreceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/solacereceiver Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /receiver/zipkinreceiver --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Alex Boten <[email protected]> commit 3d893e2727a4144488d09badb518c45b82422f2f Author: ZahidMirza95 <[email protected]> Date: Tue Jun 27 10:15:09 2023 -0700 [receiver/filelog] added example, additional info to configs and info on log rotation (#23609) Added example on how to use filelog receiver with log files. Also, added some details to the configuration descriptions and added anchor to some sections in the document. Additionally, added information on log rotation. - Added example on how to use filelog receiver with log files - Also, added some details to the configuration descriptions - Added information on log rotation - Added anchors to some sections commit 88ba4ed63e1bda1cbbb7ba42f6b5e1354d266791 Author: Mackenzie <[email protected]> Date: Tue Jun 27 18:54:10 2023 +0200 [cmd/mdatagen] Add validation to metadata.yaml (#23783) **Description:** This PR adds validation to mdatagen. It ensures that all required fields are present, and validates their content. The validation lies mostly in `validate.go` (and for tests `validate_test.go`), however validation that needs to be done via decoding lies in `loader.go` + `metricdata.go` (and for tests `loader_test.go`). **Link to tracking Issue:** commit 64ebfbce662f261b3afbf6bef7d5d6c7ee80de69 Author: Antoine Toulme <[email protected]> Date: Tue Jun 27 09:43:04 2023 -0700 Switch k8s.pod and k8s.container metrics to use pdata. (#23441) Updates https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/4367 commit fa2e2255f7ec5b9f2f0d003b23515aa805df0053 Author: Daniel Jaglowski <[email protected]> Date: Tue Jun 27 12:31:18 2023 -0400 Revert "[pkg/stanza/fileconsumer] Fix issue where buffer size could cause incorrect fingerprint update" (#23781) Reverts open-telemetry/opentelemetry-collector-contrib#23183 Several rotation test failures have been observed since this was merged. ([example](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/5391301380/jobs/9787962306?pr=23780#step:8:75)) I do not immediately see the problem so I think this needs to be reverted for now. commit 34b47334a19b50210cb14de9ae3326cc0d285261 Author: Daniel Jaglowski <[email protected]> Date: Tue Jun 27 12:19:15 2023 -0400 [chore] Add 'test' as prerequisite to default module-level make target (#23779) We've documented the intended approach to our default targets [here](https://github.com/open-telemetry/opentelemetry-collector/blob/5852d09fb7b519e18610b99fc5a9da8cddbbf790/CONTRIBUTING.md?plain=1#L589-L591). In `Makefile.Common`, the default target is `common`. This adds the `test` target as a prerequisite. commit dea886211de3abab9bb7ca9c2cae6b45947b7cf3 Author: Mend Renovate <[email protected]> Date: Tue Jun 27 17:17:16 2023 +0200 chore(deps): update docker-compose deps (#23770) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.79.0` -> `0.80.0` | | prom/prometheus | minor | `v2.44.0` -> `v2.45.0` | --- <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> [`v0.80.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.80.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.79.0...v0.80.0) - [`3fe11dc`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3fe11dc) Update versions to v0.80.0 ([#​362](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/362)) - [`f82587a`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/f82587a) Add warning about git tags ([#​359](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/359)) - [`3af8267`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3af8267) Bump github.com/goreleaser/nfpm/v2 from 2.29.0 to 2.30.1 ([#​358](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/358)) - [`cb3c890`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/cb3c890) Add all missing components to contrib distribution manifest ([#​356](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/356)) - [`60a7e46`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/60a7e46) Add missing components to contrib distribution ([#​354](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/354)) - [`73fd3ae`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/73fd3ae) Add haproxyreceiver to the contrib distribution ([#​355](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/355)) - [`98597be`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/98597be) \[chore] bump go version ([#​352](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/352)) </details> --- 📅 **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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> commit 7e3548fd92e255572b240b8aadf0aff2d63da99c Author: Antoine Toulme <[email protected]> Date: Tue Jun 27 07:04:32 2023 -0700 [chore] make azureeventhubreceiver pass exhaustive linting (#23774) commit c247210d319a58665f1988e231a5c5fcfc9b8383 Author: Marc Sanmiquel <[email protected]> Date: Tue Jun 27 08:12:20 2023 +0200 [receiver/dockerstats] Add optional resource attributes (#21185) **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 `container.image.id` and `container.command_line` as optional resource attributes, disabled by default. **Link to tracking Issue:** <Issue number if applicable> Tracking issue https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21092 **Testing:** <Describe what testing was performed and which tests were added.> Until this point, all resource attributes have been enabled by default, resulting in the coupling of the [test](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/7bf5d66fae6c1c5360ec2875948f2c2adab6c44f/receiver/dockerstatsreceiver/receiver_test.go#L191) to the default configuration. In order to test the current implementation with the new resource attributes enabled & disabled, a minor refactoring was required in the `TestScrapeV2` test, allowing to pass different configurations for each test. Refer to the following commit 508dbee9aa9a22c1ca79f16bba5abeecceeb9c48 to check the refactor in the test. **Documentation:** <Describe the documentation added.> New resource attributes documentation was generated by `mdatagen`. commit c15794f8b3ad8bdf1bbf5abfba8486df4ad1b7c9 Author: Mackenzie <[email protected]> Date: Mon Jun 26 22:24:45 2023 +0200 [cmd/mdatagen] Add parent field to metadata.yaml file for subcomponents (#23636) This PR adds a `parent` field to the `metadata.yaml`. This is used in subcomponents, and the field contains the type of their parent component. --------- Co-authored-by: Dmitrii Anoshin <[email protected]> commit c2401dbbc240783005454f7b7046a303d495c5e1 Author: Mackenzie <[email protected]> Date: Mon Jun 26 20:04:16 2023 +0200 postgresqlreceiver: Add missing units in metadata.yaml (#23571) Metric unit is required, see: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/mdatagen/metadata-schema.yaml#L72-L73. This PR adds the unit to metrics where this is missing: - postgresql.bgwriter.maxwritten - postgresql.table.count commit 9fe4230817a192049f6c539f6c5d9ea31ce05f99 Author: Mike Dame <[email protected]> Date: Mon Jun 26 13:32:09 2023 -0400 [chore]: Update GCP dependencies (#23679) **Description:** Updates GCP libraries to v0.39.2 and 1.15.2 **Documentation:** updated readmes for new experimental WAL fields commit a7045cbee91a7d9fc6b16554ee4cf2ab2284a396 Author: Daniel Jaglowski <[email protected]> Date: Mon Jun 26 11:52:26 2023 -0400 [chore] Fix spark integration test by pinning version (#23675) Fixes #23670 The test appears to have begun failing when the [`latest`](https://hub.docker.com/layers/apache/spark/latest/images/sha256-a1dd2487a97fb5e35c5a5b409e830b501a92919029c62f9a559b13c4f5c50f63?context=explore) tag of for the image was updated. This PR just pins the version. commit bf00ae8213b55f2abf73a4df1c0a15dd1367c813 Author: Murphy Chen <[email protected]> Date: Mon Jun 26 23:52:09 2023 +0800 [exporter/clickhouse] Fix create database failure (#23666) resolve: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23664 commit 6f0fabb2ace265ebb18fb2f716567b4f7af1f335 Author: Murphy Chen <[email protected]> Date: Mon Jun 26 23:04:57 2023 +0800 [exporter/clickhouse] Add scope columns to log table (#23667) resolve: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20280 commit fbe16e156cd90e11cbe5b70c59a83d94dc923cf4 Author: Daniel Jaglowski <[email protected]> Date: Mon Jun 26 09:24:56 2023 -0400 [pkg/stanza/fileconsumer] Fix issue where buffer size could cause incorrect fingerprint update (#23183) The logic for determining when to update a fingerprint previously failed to account for the case where the buffer size is smaller than the fingerprint. This allows the fingerprint to be truncated in some cases. This PR rewrites the logic to explicitly handle each expected case, with optimization for handling the most common cases first. commit 04327f5deaebd5f8abea3b313dd2f45ccef5bf7e Author: Olga <[email protected]> Date: Mon Jun 26 12:26:46 2023 +0200 [processor/resourcedetection] add resource_attributes to every detector in resource processor (#23253) **Description:** Adding resource_attributes option to every detector in resource detection processor <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** [21482](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21482) **Testing:** Unit test for `resource_attribute` config, adjusting current unit tests to the new implementation **Documentation:** Updated README.md --------- Co-authored-by: Dmitrii Anoshin <[email protected]> commit 1a096adbeb24abc94eb9da2ea0126cf646d44c9b Author: Dmitrii Anoshin <[email protected]> Date: Mon Jun 26 02:31:07 2023 -0700 [chore] [receiver/apachespark] Disable failing integration test (#23671) Temporarily disable the integration test to unblock the CI. Updates https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23670 commit da5df85e77bb717e87096c20663ddc8bbb5ebf8a Author: Juan Manuel "Kang" Pérez <[email protected]> Date: Sun Jun 25 07:12:50 2023 +0200 [receiver/dockerstatsreceiver] Add metrics that are only available on hosts that use cgroups v2 (#22706) **Description:** This PR updates the documentation of all the metrics that are available only on cgroups v1 or cgroups v2. It PR also adds two metrics that are only available when the host is using cgroups v2: * `container.memory.anon` * `container.memory.file` Both are documented here: https://docs.kernel.org/admin-guide/cgroup-v2.html#memory-interface-files I enabled the metric `container.memory.file` by default (causing a breaking change) because it is a metric that was already scraped for cgroups v1, contained in the metric `container.memory.total_cache`. ```yaml container.memory.total_cache: enabled: true description: "Total amount of memory used by the processes of this cgroup (and descendants) that can be associated with a block on a block device. Also accounts for memory used by tmpfs (Only available with cgroups v1)." container.memory.file: enabled: true description: "Amount of memory used to cache filesystem data, including tmpfs and shared memory (Only available with cgroups v2)." ``` Let me know your thoughts about this breaking change. **Link to tracking Issue:** #21097 **Testing:** The refactor done during PR #21110 had mocks ready to test these new metrics. There is no need to add more tests. **Documentation:** To see which metrics are available in Docker: * v1: https://github.com/moby/moby/blob/7103efac9d737e8b202126e8c8e2227805e70771/daemon/stats_unix.go#L86 * v2: https://github.com/moby/moby/blob/7103efac9d737e8b202126e8c8e2227805e70771/daemon/stats_unix.go#L195 Kernel cgroup documentation: * v1: https://docs.kernel.org/admin-guide/cgroup-v1/memory.html * v2: https://docs.kernel.org/admin-guide/cgroup-v2.html#memory-interface-files commit 8ba48f6c48a1523fb2b7ec034b8d4d5e44f9e642 Author: Bomin Rahmani <[email protected]> Date: Fri Jun 23 15:18:45 2023 -0400 [receiver/postgresql] Fix blocks read metric (#23657) **Description:** <Describe what has changed.> fixed an issue where postgresql receiver was emitting the same attribute value "toast_hit" twice under postgresql.blocks_read metric. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> commit 0c625d042498a9985c51cee6476d4c17cfa0570b Author: Bomin Rahmani <[email protected]> Date: Fri Jun 23 15:18:05 2023 -0400 [receiver/vcenter] Fix datastore disk usage metric (#23654) **Description:** Fixed a bug in which the Vcenter receiver was incorrectly emmiting the disk_state: used datapoint twice under the vcenter.datastore.disk.usage metric instead of a disk_state: used disk_state: available **Documentation:** <Describe the documentation added.> commit 403b0eff117df29d969cc18706d1c58b605db8e2 Author: bryan-aguilar <[email protected]> Date: Fri Jun 23 10:15:36 2023 -0700 [receiver/awsecscontainermetrics] Fix possible panics from unchecked de-references (#23644) Fixes possible panics from unchecked de-references in metrics helper in `awsecscontainermetrics` receiver. **Link to tracking Issue:** https://github.com/aws-observability/aws-otel-collector/issues/2110 **Testing:** Added unit tests for these de-references **Documentation:** n//a commit c40be10a6e75e5ea15916d1dfeec95bf4de7a32c Author: PaoloGallina <[email protected]> Date: Fri Jun 23 19:14:36 2023 +0200 feat(statsdReceiver): add name and version to scope (#23564) Following the same approach of https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20903 I am adding the scope whenever the metric is copied. We could also add the _scope_ at creation time, however, it would change the signature of several functions having already too many parameters. **Link to tracking Issue:** <Issue number if applicable> Fix https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23563 **Testing:** Added a test to cover the new use c…
codeboten
pushed a commit
that referenced
this pull request
Jul 11, 2023
…4176) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.80.0` -> `0.81.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.81.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.81.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.80.0...v0.81.0) #### Changelog - [`ccf73fe`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/ccf73fe) Prepare release v0.81.0 ([#​368](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/368)) - [`3628818`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3628818) Bump anchore/sbom-action from 0.14.2 to 0.14.3 ([#​363](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/363)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
codeboten
pushed a commit
that referenced
this pull request
Jul 11, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/kind-action](https://togithub.com/helm/kind-action) | action | minor | `v1.7.0` -> `v1.8.0` | --- ### Release Notes <details> <summary>helm/kind-action (helm/kind-action)</summary> ### [`v1.8.0`](https://togithub.com/helm/kind-action/releases/tag/v1.8.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.7.0...v1.8.0) #### What's Changed - [#​54](https://togithub.com/helm/kind-action/issues/54) ignore the occasional post delete cluster by [@​jerry153fish](https://togithub.com/jerry153fish) in [https://github.com/helm/kind-action/pull/79](https://togithub.com/helm/kind-action/pull/79) - bump kind to v0.20.0 and script cleanup by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/88](https://togithub.com/helm/kind-action/pull/88) #### New Contributors - [@​jerry153fish](https://togithub.com/jerry153fish) made their first contribution in [https://github.com/helm/kind-action/pull/79](https://togithub.com/helm/kind-action/pull/79) **Full Changelog**: helm/kind-action@v1.7.0...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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
dmitryax
pushed a commit
that referenced
this pull request
Aug 5, 2023
…4745) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.81.0` -> `0.82.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.82.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.82.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.81.0...v0.82.0) #### Changelog - [`e786ffc`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/e786ffc) Prepare v0.82.0 ([#​377](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/377)) - [`8da6181`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/8da6181) Bump github.com/goreleaser/nfpm/v2 from 2.31.0 to 2.32.0 ([#​372](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/372)) - [`0450858`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/0450858) Add arm32v7 to release configurations ([#​349](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/349)) - [`88c6821`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/88c6821) Bump github.com/goreleaser/goreleaser from 1.19.1 to 1.19.2 ([#​369](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/369)) - [`19536e1`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/19536e1) Add remoteobserverprocessor to contrib ([#​370](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/370)) - [`d9916ca`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/d9916ca) Bump github.com/goreleaser/goreleaser from 1.18.2 to 1.19.1 ([#​367](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/367)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
dmitryax
pushed a commit
that referenced
this pull request
Aug 15, 2023
…5826) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.82.0` -> `0.83.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.83.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.83.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.82.0...v0.83.0) #### Changelog - [`66a5e00`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/66a5e00) Prep release v0.83.0 ([#​388](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/388)) - [`8eb6a21`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/8eb6a21) Bump github.com/goreleaser/goreleaser from 1.19.2 to 1.20.0 ([#​387](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/387)) - [`9157d9d`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/9157d9d) \[admin] Add criteria for distributions ([#​376](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/376)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
dmitryax
pushed a commit
that referenced
this pull request
Sep 5, 2023
…o v0.84.0 (#26455) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.83.0` -> `0.84.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.84.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.84.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.83.0...v0.84.0) #### Changelog - [`7adc136`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/7adc136) Prepare 0.84.0 release ([#​394](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/394)) - [`b7aae21`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/b7aae21) added webhook event receiver to manifest ([#​393](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/393)) - [`eea27d9`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/eea27d9) adding datadog connector ([#​389](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/389)) - [`6541997`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/6541997) \[admin] Add contrib component rules ([#​382](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/382)) - [`bfa247c`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/bfa247c) Replace datadog-agent dependecy versions ([#​386](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/386)) - [`6af351e`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/6af351e) \[CI] Bump to Go 1.21 ([#​385](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/385)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
codeboten
pushed a commit
that referenced
this pull request
Sep 12, 2023
…o v0.85.0 (#26658) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.84.0` -> `0.85.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.85.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.85.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.84.0...v0.85.0) #### Changelog - [`7503715`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/7503715) \[chore] prepare v0.85.0 release ([#​398](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/398)) - [`3feca60`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3feca60) Update go versions ([#​395](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/395)) - [`feaae89`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/feaae89) Bump actions/checkout from 3 to 4 ([#​397](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/397)) - [`dc7a1ac`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/dc7a1ac) Removing deprecated jaeger and jaegerthrifthttp exporters ([#​396](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/396)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
codeboten
pushed a commit
that referenced
this pull request
Sep 26, 2023
…7210) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.85.0` -> `0.86.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.86.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.86.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.85.0...v0.86.0) #### Changelog - [`0f47e46`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/0f47e46) \[chore] prepare v0.86.0 release ([#​409](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/409)) - [`12d8bb5`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/12d8bb5) Bump github.com/goreleaser/nfpm/v2 from 2.32.0 to 2.33.1 ([#​406](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/406)) - [`bf8002e`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/bf8002e) Add support for linux/s390x architecture ([#​384](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/384)) - [`3d5a87e`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3d5a87e) add routing connector to contrib release ([#​405](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/405)) - [`51982c4`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/51982c4) Bump docker/login-action from 2 to 3 ([#​404](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/404)) - [`63090ea`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/63090ea) Bump docker/setup-buildx-action from 2 to 3 ([#​402](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/402)) - [`8d6c8f2`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/8d6c8f2) Bump docker/setup-qemu-action from 2 to 3 ([#​401](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/401)) - [`a50f8b1`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/a50f8b1) Bump goreleaser/goreleaser-action from 4 to 5 ([#​403](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/403)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
jmsnll
pushed a commit
to jmsnll/opentelemetry-collector-contrib
that referenced
this pull request
Nov 12, 2023
…en-telemetry#27210) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.85.0` -> `0.86.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.86.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.86.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.85.0...v0.86.0) #### Changelog - [`0f47e46`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/0f47e46) \[chore] prepare v0.86.0 release ([#&open-telemetry#8203;409](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/409)) - [`12d8bb5`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/12d8bb5) Bump github.com/goreleaser/nfpm/v2 from 2.32.0 to 2.33.1 ([#&open-telemetry#8203;406](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/406)) - [`bf8002e`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/bf8002e) Add support for linux/s390x architecture ([#&open-telemetry#8203;384](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/384)) - [`3d5a87e`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/3d5a87e) add routing connector to contrib release ([#&open-telemetry#8203;405](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/405)) - [`51982c4`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/51982c4) Bump docker/login-action from 2 to 3 ([#&open-telemetry#8203;404](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/404)) - [`63090ea`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/63090ea) Bump docker/setup-buildx-action from 2 to 3 ([#&open-telemetry#8203;402](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/402)) - [`8d6c8f2`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/8d6c8f2) Bump docker/setup-qemu-action from 2 to 3 ([#&open-telemetry#8203;401](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/401)) - [`a50f8b1`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/a50f8b1) Bump goreleaser/goreleaser-action from 4 to 5 ([#&open-telemetry#8203;403](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/403)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
codeboten
pushed a commit
that referenced
this pull request
Nov 14, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.86.0` -> `0.88.0` | | prom/prometheus | patch | `v2.47.0` -> `v2.47.2` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.88.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.88.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.87.0...v0.88.0) #### Changelog - [`218f1b9`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/218f1b9) Prepare v0.88.0 release ([#​419](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/419)) - [`9932b7c`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/9932b7c) Revert "Replace datadog-agent dependecy versions ([#​386](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/386))" ([#​414](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/414)) - [`fa0a3a2`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/fa0a3a2) \[chore] bump go versions ([#​416](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/416)) ### [`v0.87.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.87.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.86.0...v0.87.0) #### Changelog - [`a41e292`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/a41e292) Prepare v0.87.0 release ([#​415](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/415)) - [`7d6fa19`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/7d6fa19) Remove Parquet Exporter from contrib distro ([#​413](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/413)) - [`0373892`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/0373892) Explicitly set 0.0.0.0 on sample configurations ([#​408](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/408)) </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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy40Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
codeboten
pushed a commit
that referenced
this pull request
Nov 17, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.43.0` -> `v0.44.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.43.0` -> `v0.44.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [go.opentelemetry.io/otel/exporters/prometheus](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.43.0` -> `v0.44.0` | | [go.opentelemetry.io/otel/metric](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [go.opentelemetry.io/otel/sdk](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [go.opentelemetry.io/otel/sdk/metric](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [go.opentelemetry.io/otel/trace](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.20.0` -> `v1.21.0` | --- > [!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.21.0`](https://togithub.com/open-telemetry/opentelemetry-go/releases/tag/v1.21.0): Release 1.21.0/0.44.0 [Compare Source](https://togithub.com/open-telemetry/opentelemetry-go/compare/v1.20.0...v1.21.0) ##### Removed - Remove the deprecated `go.opentelemetry.io/otel/bridge/opencensus.NewTracer`. ([#​4706](https://togithub.com/open-telemetry/opentelemetry-go/issues/4706)) - Remove the deprecated `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` module. ([#​4707](https://togithub.com/open-telemetry/opentelemetry-go/issues/4707)) - Remove the deprecated `go.opentelemetry.io/otel/example/view` module. ([#​4708](https://togithub.com/open-telemetry/opentelemetry-go/issues/4708)) - Remove the deprecated `go.opentelemetry.io/otel/example/fib` module. ([#​4723](https://togithub.com/open-telemetry/opentelemetry-go/issues/4723)) ##### Fixed - Do not parse non-protobuf responses in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`. ([#​4719](https://togithub.com/open-telemetry/opentelemetry-go/issues/4719)) - Do not parse non-protobuf responses in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`. ([#​4719](https://togithub.com/open-telemetry/opentelemetry-go/issues/4719)) </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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Nov 17, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.88.0` -> `0.89.0` | | prom/prometheus | minor | `v2.47.2` -> `v2.48.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.89.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.89.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.88.0...v0.89.0) ##### Changelog - [`02ec6ec`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/02ec6ec) Prepare v0.89.0 ([#​427](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/427)) - [`4c2fa24`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/4c2fa24) feat: add syslog exporter to contrib distro ([#​425](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/425)) - [`9e2eaca`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/9e2eaca) Bump github.com/goreleaser/nfpm/v2 from 2.33.1 to 2.34.0 ([#​422](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/422)) </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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
codeboten
pushed a commit
that referenced
this pull request
Nov 23, 2023
…9466) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/klauspost/compress](https://togithub.com/klauspost/compress) | require | patch | `v1.17.2` -> `v1.17.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.3`](https://togithub.com/klauspost/compress/releases/tag/v1.17.3) [Compare Source](https://togithub.com/klauspost/compress/compare/v1.17.2...v1.17.3) #### What's Changed - fse: Fix max header size by [@​klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/881](https://togithub.com/klauspost/compress/pull/881) - zstd: Improve better/best compression by [@​klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/877](https://togithub.com/klauspost/compress/pull/877) - gzhttp: Fix missing content type on Close by [@​klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/883](https://togithub.com/klauspost/compress/pull/883) **Full Changelog**: klauspost/compress@v1.17.2...v1.17.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Nov 23, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/antonmedv/expr](https://togithub.com/antonmedv/expr) | require | patch | `v1.15.3` -> `v1.15.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>antonmedv/expr (github.com/antonmedv/expr)</summary> ### [`v1.15.4`](https://togithub.com/antonmedv/expr/releases/tag/v1.15.4) [Compare Source](https://togithub.com/antonmedv/expr/compare/v1.15.3...v1.15.4) - Improved type checking for `$env` - Added support for floats in `sort()` built-in - Fixed: AST printing for `??` operator - Fixed: only emit `OpEqual{Int,String}` for simple types - Fixed: fetch without `OpDeref` ([#​467](https://togithub.com/antonmedv/expr/issues/467)) - Docs: categorize Language Definition functions ([#​452](https://togithub.com/antonmedv/expr/issues/452)) - Changed: `ast.Node` type now is not copied with `ast.Patch` </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Nov 23, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.150.0` -> `v0.151.0` | --- > [!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.151.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.151.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.150.0...v0.151.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2253](https://togithub.com/googleapis/google-api-go-client/issues/2253)) ([58f1c94](https://togithub.com/googleapis/google-api-go-client/commit/58f1c94d0de3b0e7715428ccc5ca17f1dfbab076)) - **all:** Auto-regenerate discovery clients ([#​2255](https://togithub.com/googleapis/google-api-go-client/issues/2255)) ([10dbf2b](https://togithub.com/googleapis/google-api-go-client/commit/10dbf2b5d87783d3dc3de50ea627e740c784137a)) - **all:** Auto-regenerate discovery clients ([#​2256](https://togithub.com/googleapis/google-api-go-client/issues/2256)) ([4024760](https://togithub.com/googleapis/google-api-go-client/commit/4024760da1cdf46e2e79495e65c5ddd1c2251d07)) - **all:** Auto-regenerate discovery clients ([#​2257](https://togithub.com/googleapis/google-api-go-client/issues/2257)) ([b3fe441](https://togithub.com/googleapis/google-api-go-client/commit/b3fe441cccb3832da66b96ee3cb7a11db96bde53)) - **all:** Auto-regenerate discovery clients ([#​2258](https://togithub.com/googleapis/google-api-go-client/issues/2258)) ([efe3d6f](https://togithub.com/googleapis/google-api-go-client/commit/efe3d6fd433ece9d59ce8b747774881f0fcf410c)) - **all:** Auto-regenerate discovery clients ([#​2259](https://togithub.com/googleapis/google-api-go-client/issues/2259)) ([33863bf](https://togithub.com/googleapis/google-api-go-client/commit/33863bf9a68ec56ad0ebac93e614d3628b81416c)) - **all:** Auto-regenerate discovery clients ([#​2261](https://togithub.com/googleapis/google-api-go-client/issues/2261)) ([edb9d86](https://togithub.com/googleapis/google-api-go-client/commit/edb9d869deb8bb98b9721cbaaa9703bc04a609fa)) - **all:** Auto-regenerate discovery clients ([#​2262](https://togithub.com/googleapis/google-api-go-client/issues/2262)) ([93f5a5b](https://togithub.com/googleapis/google-api-go-client/commit/93f5a5bf913a771c774143e3bf9bd634d80bc7d8)) - **all:** Auto-regenerate discovery clients ([#​2263](https://togithub.com/googleapis/google-api-go-client/issues/2263)) ([3e83ea6](https://togithub.com/googleapis/google-api-go-client/commit/3e83ea6f3926a6fbdd92e05db7f4e4705e7789ba)) - **all:** Auto-regenerate discovery clients ([#​2265](https://togithub.com/googleapis/google-api-go-client/issues/2265)) ([786dca6](https://togithub.com/googleapis/google-api-go-client/commit/786dca6dfcb777d7dd6724fe08ccc424ad8e992e)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Nov 24, 2023
…ector-contrib/cmd/telemetrygen to v0.89.0 (#29479) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen](https://togithub.com/open-telemetry/opentelemetry-collector-contrib) | require | minor | `v0.87.0` -> `v0.89.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)</summary> ### [`v0.89.0`](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v0890) ##### 🛑 Breaking changes 🛑 - `pkg/stanza`: Improve parsing of Windows Event XML by handling anonymous `Data` elements. ([#​21491](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21491)) This improves the contents of Windows log events for which the publisher manifest is unavailable. Previously, anonymous `Data` elements were ignored. This is a breaking change for users who were relying on the previous data format. - `processor/k8sattributes`: Graduate "k8sattr.rfc3339" feature gate to Beta. ([#​28817](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28817)) Time format of `k8s.pod.start_time` attribute value migrated from RFC3339: Before: 2023-07-10 12:34:39.740638 -0700 PDT m=+0.020184946 After: 2023-07-10T12:39:53.112485-07:00 The feature gate can be temporary reverted back by adding `--feature-gate=-k8sattr.rfc3339` to the command line. - `filelogreceiver`: Change "Started watching file" log behavior ([#​28491](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28491)) Previously, every unique file path which was found by the receiver would be remembered indefinitely. This list was kept independently of the uniqueness / checkpointing mechanism (which does not rely on the file path). The purpose of this list was to allow us to emit a lot whenever a path was seen for the first time. This removes the separate list and relies instead on the same mechanism as checkpointing. Now, a similar log is emitted any time a file is found which is not currently checkpointed. Because the checkpointing mechanism does not maintain history indefintiely, it is now possible that a log will be emitted for the same file path. This will happen when no file exists at the path for a period of time. - `dockerstatsreceiver`: cpu.container.percent metric is removed in favor of container.cpu.utilization ([#​21807](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21807)) The metric `container.cpu.percentage` is now removed. `container.cpu.utilization` is enabled by default as a replacement. For details, see the [docs](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/dockerstatsreceiver#transition-to-cpu-utilization-metric-name-aligned-with-opentelemetry-specification). - `encoding extensions`: Rename encoding extensions for consistency with storage extensions ([#​24451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24451)) - `jaegerencoding` -> `jaeger_encoding` - `otlpencoding` -> `otlp_encoding` - `textencoding` -> `text_encoding` - `zipkinencoding` -> `zipkin_encoding` - `remoteobserverprocessor`: Rename remoteobserverprocessor to remotetapprocessor ([#​27873](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27873)) - `collectdreceiver`: Stop using opencensus metrics, use the obsrecv format ([#​25148](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/25148)) ##### 🚩 Deprecations 🚩 - `datadogexporter`: Deprecate config `traces::peer_service_aggregation` in favor of `traces::peer_tags_aggregation` ([#​29089](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29089)) - `postgresqlreceiver`: Deprecation of postgresql replication lag metrics `postgresql.wal.lag` in favor of more precise 'postgresql.wal.delay' ([#​26714](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26714)) ##### 🚀 New components 🚀 - `extension/opampextension`: Add a new extension that implements an OpAMP agent for reporting the collector's health and effective configuration. ([#​16462](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/16462)) - `sumologicprocessor`: add Sumo Logic Processor ([#​23946](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23946)) move processor from https://github.com/SumoLogic/sumologic-otel-collector/ repository - `alertmanagerexporter`: Add new exporter for sending events as alerts to Alertmanager ([#​23569](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23569)) - `remotetapextension`: Add a new extension, remotetapextension to use with the remoteobserverprocessor processors. ([#​19634](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/19634)) - `otlpencodingextension`: Introduce OTLP encoding extension ([#​6272](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/6272)) - `pkg/translator/azure`: Create a translator for Azure Resource Log format ([#​18210](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/18210)) ##### 💡 Enhancements 💡 - `awsxrayexporter`: Convert individual HTTP error events into exceptions within subsegments for AWS SDK spans and strip AWS.SDK prefix from remote aws service name ([#​27232](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27232)) - `azuremonitorexporter`: Added connection string support to the Azure Monitor Exporter ([#​28853](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28853)) This enhancement simplifies the configuration process and aligns the exporter with Azure Monitor's recommended practices. The Connection String method allows the inclusion of various fields such as the InstrumentationKey and IngestionEndpoint within a single string, facilitating an easier and more integrated setup. While the traditional InstrumentationKey method remains supported for backward compatibility, it will be phased out. Users are encouraged to adopt the Connection String approach to ensure future compatibility and to leverage the broader configuration options it enables. - `opensearchexporter`: Add log exporting capability to the opensearchexporter. ([#​23611](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23611)) - `pdatatest`: Allow to compare metrics resource attributes or metric attribute values by matching on a portion of the dimension value with a regular expression. ([#​27690](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27690)) Use `MatchResourceAttributeValue("node_id", "cloud-node")` to match two metrics with a resource attribute value that starts with "cloud-node". Use `MatchMetricAttributeValue("hostname", "container-tomcat-", "gauge.one", "sum.one")` to match metrics with the `hostname` attribute starting with `container-tomcat-`. - `processor/tailsampling`: adds optional upper bound duration for sampling ([#​26115](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26115)) - `clickhouseexporter`: Add persistent storage support to clickhouse exporter ([#​27653](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27653)) - `azuremonitorexporter`: Added documentation to describe how to use with the AAD Auth Proxy and enable AAD based authentication. ([#​24451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24451)) - `azuremonitorexporter`: Extended Azure Monitor exporter to support persistent queue. Default is for QueueSettings.Enabled to be false. ([#​25859](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/25859)) - `collectdreceiver`: Add support of confighttp.HTTPServerSettings ([#​28811](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28811)) - `collectdreceiver`: Promote collectdreceiver as beta component ([#​28658](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28658)) - `receiver/hostmetricsreceiver`: Added support for host's cpuinfo frequnecies. ([#​27445](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27445)) In Linux the current frequency is populated using the values from /proc/cpuinfo. An os specific implementation will be needed for Windows and others. - `datadogexporter`: Add a new traces config `trace_buffer` that specifies the number of outgoing trace payloads to buffer before dropping. ([#​28577](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28577)) If you start seeing log messages like `Payload in channel full. Dropped 1 payload.` in the datadog exporter, consider setting a higher `trace_buffer` to avoid traces being dropped. - `datadogexporter`: Add a new config `traces::peer_tags_aggregation` that enables aggregation of peer related tags in Datadog exporter ([#​29089](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29089)) - `receiver/hostmetrics/scrapers/process`: add configuration option to mute `error reading username for process` ([#​14311](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/14311), [#​17187](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/17187)) - `syslogexporter`: Promote syslogexporter to alpha and add it to otelcontribcol ([#​21242](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21242), [#​21244](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21244), [#​21245](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21245)) - `azureevenhubreceiver`: Allow the Consumer Group to be set in the Configuration. ([#​28633](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28633)) - `spanmetricsconnector`: Add Events metric to span metrics connector that adds list of event attributes as dimensions ([#​27451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27451)) - `exceptionsconnector`: Add trace id and span id to generated logs from exceptions when using exceptionsconnector. ([#​24407](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24407)) - `processor/k8sattribute`: support adding labels and annotations from node ([#​22620](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/22620)) - `windowseventlogreceiver`: Add parsing for Security and Execution event fields. ([#​27810](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27810)) - `filelogreceiver`: Add the ability to order files by mtime, to only read the most recently modified files ([#​27812](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27812)) - `wavefrontreceiver`: Wrap metrics receiver under carbon receiver instead of using export function ([#​27248](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27248)) - `exporter/datadog`: Added the "exporter.datadogexporter.DisableAPMStats" feature gate to disable APM stats computation. ([#​28615](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28615)) - `pkg/ottl`: Add IsBool function into OTTL ([#​27897](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27897)) - `k8sclusterreceiver`: add k8s.node.condition metric ([#​27617](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27617)) - `kafka`: Expose resolve_canonical_bootstrap_servers_only ([#​26022](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26022)) - `mongodbatlasreceiver`: Enhanced collector logs to include more information about the MongoDB Atlas API calls being made during logs retrieval. ([#​28851](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28851)) - `datadogexporter`: Add support for host.cpu attributes. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `datadogexporter`: Add support for custom container tags via resource attributes prefixed by `datadog.container.tag.*`. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `receiver/mongodbatlasreceiver`: emit resource attributes "`mongodb_atlas.region.name`" and "`mongodb_atlas.provider.name`" on metric scrape. ([#​28833](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28833)) - `pkg/golden`: Move the internal/coreinternal/golden folder to pkg/golden ([#​28594](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28594)) - `processor/resourcedetection`: Add `processor.resourcedetection.hostCPUModelAndFamilyAsString` feature gate to change the type of `host.cpu.family` and `host.cpu.model.id` attributes from `int` to `string`. ([#​29025](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29025)) This feature gate will graduate to beta in the next release. - `tailsamplingprocessor`: Optimize performance of tailsamplingprocessor ([#​27889](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27889)) - `redisreceiver`: include server.address and server.port resource attributes ([#​22044](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/22044)) - `servicegraphprocessor, servicegraphconnector`: Add a config option to periodically flush metrics, instead of flushing on every push. ([#​27679](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27679)) - `spanmetricsconnector`: Add exemplars to sum metric ([#​27451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27451)) - `exporter/syslog`: send syslog messages in batches ([#​21244](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21244)) This changes the behavior of the Syslog exporter to send each batch of Syslog messages in a single request (with messages separated by newlines), instead of sending each message in a separate request and closing the connection after each message. - `cmd/telemetrygen`: Use exporter per worker for better metrics throughput ([#​26709](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26709)) - `cmd/telemetrygen`: Add support for --otlp-http for telemetrygen logs ([#​18867](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/18867)) - `exporter/awss3exporter`: This feature allows role assumption for s3 exportation. It is especially useful on Kubernetes clusters that are using IAM roles for service accounts ([#​28674](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28674)) ##### 🧰 Bug fixes 🧰 - `lokiexporter`: The tenant attribute is now not automatically promoted to a label. ([#​21045](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21045)) To add tenant attributes (resource/record) to labels, use the label hints explicitly. - `azuretranslator`: Allow numeric fields to use a String or Integer representation in JSON. ([#​28650](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28650)) - `extension/zipkinencodingextension`: Fix bug when err is nil if invalid protocol value is supplied. ([#​28686](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28686)) - `filelogreceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `lokireceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `kafkareceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `k8sobjectsreceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `fluentforwardreceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `otlpjsonfilereceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `datadogconnector`: Mark datadogconnector as `MutatesData` to prevent data race ([#​29111](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29111)) - `azureeventhubreceiver`: Updated documentation around Azure Metric to OTel mapping. ([#​28622](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28622)) - `receiver/hostmetrics`: Fix panic on load_scraper_windows shutdown ([#​28678](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28678)) - `apachesparkreceiver`: Replacing inaccurate units for the spark.job.stage.active and spark.job.stage.result metrics for the Apache Spark receiver. ([#​29104](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29104)) - `splunkhecreceiver`: Do not encode JSON response objects as string. ([#​27604](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27604)) - `processor/k8sattributes`: Set attributes from namespace/node labels or annotations even if node/namespaces attribute are not set. ([#​28837](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28837)) - `datadogexporter`: Only extract DD container tags from resource attributes. Previously, container tags were also extracted from span attributes. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `datadogexporter`: Only add container tags in dedicated container tag section. Previously, container tags were also added as span tags. Container tags will now only be accessible via the span container tab, and not as span tags. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `pkg/stanza`: Fix data-corruption/race-condition issue in udp async (reuse of buffer); use buffer pool isntead. ([#​27613](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27613)) - `datadogexporter`: Fixes potential log records loss on a transient network/connectivity error ([#​24550](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24550)) The Datadog exporter threats network/connectivity errors (http client doesn't receive a response) as permanent errors, which can lead to log records loss. This change makes these errors retryable. - `servicegraphprocessor, servicegraphconnector`: Measure latency in seconds instead of milliseconds ([#​27488](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27488)) Measures latency in seconds instead of milliseconds, as the metric name indicates. Previously, milliseconds was used. This unit is still available via the feature gate `processor.servicegraph.legacyLatencyUnitMs`. This is a breaking change. - `sshcheckreceiver`: Use key_file instead of keyfile for the key in config. Aligns project practice, code, and docs. ([#​27035](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27035)) - `zipkinreceiver`: Return BadRequest in case of permanent errors ([#​4335](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/4335)) ### [`v0.88.0`](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v0880) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.87.0...v0.88.0) ##### 🛑 Breaking changes 🛑 - `k8sclusterreceiver`: Remove opencensus.resourcetype resource attribute ([#​26487](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26487)) - `splunkhecexporter`: Remove `max_connections` configuration setting. ([#​27610](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27610)) use max_idle_conns or max_idle_conns_per_host instead. - `signalfxexporter`: Remove `max_connections` configuration setting. ([#​27610](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27610)) use max_idle_conns or max_idle_conns_per_host instead. ##### 🚩 Deprecations 🚩 - `dockerstatsreceiver`: cpu.container.percent metric will be deprecated in v0.79.0 in favor of container.cpu.utilization ([#​21807](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21807)) The metric `container.cpu.percentage` is now disabled by default and will be removed in v0.88.0. As a replacement, the following metric is now enabled by default: `container.cpu.utilization`. For details, see the [docs](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/dockerstatsreceiver#transition-to-cpu-utilization-metric-name-aligned-with-opentelemetry-specification). - `parquetexporter`: Remove the parquet exporter ([#​27284](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27284)) ##### 🚀 New components 🚀 - `encoding/jsonlogencodingextension`: Add a new extension to support JSON encoding (only logs) ([#​6272](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/6272)) - `honeycombmarkerexporter`: This component will export markers to be consumed by the Honeycomb Markers API to highlight user events ([#​26653](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26653)) - `zipkinencodingextension`: Introduce zipkin encoding extension. ([#​6272](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/6272)) ##### 💡 Enhancements 💡 - `datasetexporter`: Make export of resources and scopes more flexible ([#​27651](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27651), [#​27649](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27649)) - `pkg/stanza`: Add option to run udp logs receiver (and stanza udp input operator) concurrently to reduce data-loss during high-scale scenarios ([#​27613](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27613)) - `receiver/prometheus`: Warn instead of failing when users rename using metric_relabel_configs in the prometheus receiver ([#​5001](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/5001)) - `awscloudwatchlogsexporter/awsemfexporter`: Reduce noisy logs emitted by CloudWatch Logs Pusher. ([#​27774](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27774)) The Collector logger will now write successful CloudWatch API writes at the Debug level instead of Info level. - `k8sobjectsreceiver`: Move k8sobjectsreceiver from Alpha stability to Beta stability for logs. ([#​27635](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27635)) - `datadogconnector`: Allow datadogconnector to be used as a traces-to-traces connector ([#​27846](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27846)) - `doubleconverter`: Adding a double converter into pkg/ottl ([#​22056](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/22056)) - `syslogreceiver`: validate protocol name ([#​27581](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27581)) - `elasticsearchexporter`: add missing scope info in span attributes ([#​27282](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27282)) - `entension/storage/filestorage`: Add support for setting bbolt fsync option ([#​20266](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/20266)) - `filelogreceiver`: Add a new "top_n" option to specify the number of files to track when using ordering criteria ([#​23788](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23788)) - `azuredataexplorerexporter`: Added exporter helper config support for Azure Data Explorer exporter ([#​24329](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24329)) - `k8sclusterreceiver`: add optional k8s.pod.qos_class resource attribute ([#​27483](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27483)) - `pkg/stanza`: Log warning, instead of error, when Windows Event Log publisher metadata is not available and cache the successfully retrieved ones. ([#​27658](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27658)) - `pkg/ottl`: Add optional Converter parameters to replacement Editors ([#​27235](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27235)) Functions to modify matched text during replacement can now be passed as optional arguments to the following Editors: - `replace_pattern` - `replace_all_patterns` - `replace_match` - `replace_all_matches` - `awscloudwatchlogsexporter`: Improve the performance of the awscloudwatchlogsexporter ([#​26692](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26692)) Improve the performance by adding support to multiple consumers and removing locks and limiters that are no longer necessary. - `pkg/pdatatest`: support ignore timestamps in span comparisons for pdatatest ([#​27688](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27688)) - `prometheusremotewriteexporter`: addition of `max_batch_size_bytes` configurable parameter, to allow users to adjust it based on the capabilities of their specific remote storage ([#​21911](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21911)) - `pkg/pdatatest`: support ignore span attribute value in span comparisons for ptracetest ([#​27689](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27689)) - `pkg/pdatatest`: support ignore span ID in span comparisons for ptracetest ([#​27685](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27685)) - `pkg/pdatatest`: support ignore trace ID in span comparisons for ptracetest ([#​27687](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27687)) - `pkg/stanza`: When async is enabled for udp receiver, separate logic into readers (only read logs from udp port and push to channel), and processors (read logs from channel and process; decode, split, add attributes, and push downstream), allowing to change concurrency level for both readers and processors separately. ([#​27613](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27613)) - `signalfxexporter`: Add an option to control the dimension client timeout ([#​27815](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27815)) - `signalfxexporter`: Add the build version to the user agent of the SignalFx exporter ([#​16841](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/16841)) - `splunkentreceiver`: Users can now use auth settings and basicauth extension to connect to their Splunk enterprise deployments ([#​27026](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27026)) ##### 🧰 Bug fixes 🧰 - `datasetexporter`: Do not crash on NPE when any of the attributes contains null value. ([#​27648](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27648)) - `syslog`: add integration tests and fix related bugs ([#​21245](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21245)) - `processor/resourcedetection`: Don't parse the field `cpuInfo.Model` if it's blank. ([#​27678](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27678)) - `k8sclusterreceiver`: Change clusterquota and resourcequota metrics to use {resource} unit ([#​10553](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/10553)) - `cmd/telemetrygen`: Fix `go install` for telemetrygen ([#​27855](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27855)) - `pkg/ottl`: Fix bug where named parameters needed a space after the equal sign (`=`). ([#​28511](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28511)) - `filelogreceiver`: Fix issue where batching of files could result in ignoring start_at setting. ([#​27773](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27773)) - `prometheusremotewrite`: Fix remote write exporter not respecting retrySettings.enabled flag ([#​27592](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27592)) - `redactionprocessor`: Fix mask when multiple patterns exist ([#​27646](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27646)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
codeboten
pushed a commit
that referenced
this pull request
Nov 24, 2023
…ector-contrib/internal/common to v0.89.0 (#29480) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/internal/common](https://togithub.com/open-telemetry/opentelemetry-collector-contrib) | require | minor | `v0.87.0` -> `v0.89.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)</summary> ### [`v0.89.0`](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v0890) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.88.0...v0.89.0) ##### 🛑 Breaking changes 🛑 - `pkg/stanza`: Improve parsing of Windows Event XML by handling anonymous `Data` elements. ([#​21491](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21491)) This improves the contents of Windows log events for which the publisher manifest is unavailable. Previously, anonymous `Data` elements were ignored. This is a breaking change for users who were relying on the previous data format. - `processor/k8sattributes`: Graduate "k8sattr.rfc3339" feature gate to Beta. ([#​28817](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28817)) Time format of `k8s.pod.start_time` attribute value migrated from RFC3339: Before: 2023-07-10 12:34:39.740638 -0700 PDT m=+0.020184946 After: 2023-07-10T12:39:53.112485-07:00 The feature gate can be temporary reverted back by adding `--feature-gate=-k8sattr.rfc3339` to the command line. - `filelogreceiver`: Change "Started watching file" log behavior ([#​28491](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28491)) Previously, every unique file path which was found by the receiver would be remembered indefinitely. This list was kept independently of the uniqueness / checkpointing mechanism (which does not rely on the file path). The purpose of this list was to allow us to emit a lot whenever a path was seen for the first time. This removes the separate list and relies instead on the same mechanism as checkpointing. Now, a similar log is emitted any time a file is found which is not currently checkpointed. Because the checkpointing mechanism does not maintain history indefintiely, it is now possible that a log will be emitted for the same file path. This will happen when no file exists at the path for a period of time. - `dockerstatsreceiver`: cpu.container.percent metric is removed in favor of container.cpu.utilization ([#​21807](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21807)) The metric `container.cpu.percentage` is now removed. `container.cpu.utilization` is enabled by default as a replacement. For details, see the [docs](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/dockerstatsreceiver#transition-to-cpu-utilization-metric-name-aligned-with-opentelemetry-specification). - `encoding extensions`: Rename encoding extensions for consistency with storage extensions ([#​24451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24451)) - `jaegerencoding` -> `jaeger_encoding` - `otlpencoding` -> `otlp_encoding` - `textencoding` -> `text_encoding` - `zipkinencoding` -> `zipkin_encoding` - `remoteobserverprocessor`: Rename remoteobserverprocessor to remotetapprocessor ([#​27873](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27873)) - `collectdreceiver`: Stop using opencensus metrics, use the obsrecv format ([#​25148](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/25148)) ##### 🚩 Deprecations 🚩 - `datadogexporter`: Deprecate config `traces::peer_service_aggregation` in favor of `traces::peer_tags_aggregation` ([#​29089](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29089)) - `postgresqlreceiver`: Deprecation of postgresql replication lag metrics `postgresql.wal.lag` in favor of more precise 'postgresql.wal.delay' ([#​26714](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26714)) ##### 🚀 New components 🚀 - `extension/opampextension`: Add a new extension that implements an OpAMP agent for reporting the collector's health and effective configuration. ([#​16462](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/16462)) - `sumologicprocessor`: add Sumo Logic Processor ([#​23946](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23946)) move processor from https://github.com/SumoLogic/sumologic-otel-collector/ repository - `alertmanagerexporter`: Add new exporter for sending events as alerts to Alertmanager ([#​23569](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23569)) - `remotetapextension`: Add a new extension, remotetapextension to use with the remoteobserverprocessor processors. ([#​19634](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/19634)) - `otlpencodingextension`: Introduce OTLP encoding extension ([#​6272](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/6272)) - `pkg/translator/azure`: Create a translator for Azure Resource Log format ([#​18210](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/18210)) ##### 💡 Enhancements 💡 - `awsxrayexporter`: Convert individual HTTP error events into exceptions within subsegments for AWS SDK spans and strip AWS.SDK prefix from remote aws service name ([#​27232](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27232)) - `azuremonitorexporter`: Added connection string support to the Azure Monitor Exporter ([#​28853](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28853)) This enhancement simplifies the configuration process and aligns the exporter with Azure Monitor's recommended practices. The Connection String method allows the inclusion of various fields such as the InstrumentationKey and IngestionEndpoint within a single string, facilitating an easier and more integrated setup. While the traditional InstrumentationKey method remains supported for backward compatibility, it will be phased out. Users are encouraged to adopt the Connection String approach to ensure future compatibility and to leverage the broader configuration options it enables. - `opensearchexporter`: Add log exporting capability to the opensearchexporter. ([#​23611](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23611)) - `pdatatest`: Allow to compare metrics resource attributes or metric attribute values by matching on a portion of the dimension value with a regular expression. ([#​27690](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27690)) Use `MatchResourceAttributeValue("node_id", "cloud-node")` to match two metrics with a resource attribute value that starts with "cloud-node". Use `MatchMetricAttributeValue("hostname", "container-tomcat-", "gauge.one", "sum.one")` to match metrics with the `hostname` attribute starting with `container-tomcat-`. - `processor/tailsampling`: adds optional upper bound duration for sampling ([#​26115](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26115)) - `clickhouseexporter`: Add persistent storage support to clickhouse exporter ([#​27653](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27653)) - `azuremonitorexporter`: Added documentation to describe how to use with the AAD Auth Proxy and enable AAD based authentication. ([#​24451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24451)) - `azuremonitorexporter`: Extended Azure Monitor exporter to support persistent queue. Default is for QueueSettings.Enabled to be false. ([#​25859](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/25859)) - `collectdreceiver`: Add support of confighttp.HTTPServerSettings ([#​28811](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28811)) - `collectdreceiver`: Promote collectdreceiver as beta component ([#​28658](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28658)) - `receiver/hostmetricsreceiver`: Added support for host's cpuinfo frequnecies. ([#​27445](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27445)) In Linux the current frequency is populated using the values from /proc/cpuinfo. An os specific implementation will be needed for Windows and others. - `datadogexporter`: Add a new traces config `trace_buffer` that specifies the number of outgoing trace payloads to buffer before dropping. ([#​28577](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28577)) If you start seeing log messages like `Payload in channel full. Dropped 1 payload.` in the datadog exporter, consider setting a higher `trace_buffer` to avoid traces being dropped. - `datadogexporter`: Add a new config `traces::peer_tags_aggregation` that enables aggregation of peer related tags in Datadog exporter ([#​29089](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29089)) - `receiver/hostmetrics/scrapers/process`: add configuration option to mute `error reading username for process` ([#​14311](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/14311), [#​17187](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/17187)) - `syslogexporter`: Promote syslogexporter to alpha and add it to otelcontribcol ([#​21242](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21242), [#​21244](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21244), [#​21245](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21245)) - `azureevenhubreceiver`: Allow the Consumer Group to be set in the Configuration. ([#​28633](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28633)) - `spanmetricsconnector`: Add Events metric to span metrics connector that adds list of event attributes as dimensions ([#​27451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27451)) - `exceptionsconnector`: Add trace id and span id to generated logs from exceptions when using exceptionsconnector. ([#​24407](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24407)) - `processor/k8sattribute`: support adding labels and annotations from node ([#​22620](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/22620)) - `windowseventlogreceiver`: Add parsing for Security and Execution event fields. ([#​27810](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27810)) - `filelogreceiver`: Add the ability to order files by mtime, to only read the most recently modified files ([#​27812](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27812)) - `wavefrontreceiver`: Wrap metrics receiver under carbon receiver instead of using export function ([#​27248](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27248)) - `exporter/datadog`: Added the "exporter.datadogexporter.DisableAPMStats" feature gate to disable APM stats computation. ([#​28615](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28615)) - `pkg/ottl`: Add IsBool function into OTTL ([#​27897](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27897)) - `k8sclusterreceiver`: add k8s.node.condition metric ([#​27617](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27617)) - `kafka`: Expose resolve_canonical_bootstrap_servers_only ([#​26022](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26022)) - `mongodbatlasreceiver`: Enhanced collector logs to include more information about the MongoDB Atlas API calls being made during logs retrieval. ([#​28851](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28851)) - `datadogexporter`: Add support for host.cpu attributes. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `datadogexporter`: Add support for custom container tags via resource attributes prefixed by `datadog.container.tag.*`. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `receiver/mongodbatlasreceiver`: emit resource attributes "`mongodb_atlas.region.name`" and "`mongodb_atlas.provider.name`" on metric scrape. ([#​28833](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28833)) - `pkg/golden`: Move the internal/coreinternal/golden folder to pkg/golden ([#​28594](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28594)) - `processor/resourcedetection`: Add `processor.resourcedetection.hostCPUModelAndFamilyAsString` feature gate to change the type of `host.cpu.family` and `host.cpu.model.id` attributes from `int` to `string`. ([#​29025](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29025)) This feature gate will graduate to beta in the next release. - `tailsamplingprocessor`: Optimize performance of tailsamplingprocessor ([#​27889](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27889)) - `redisreceiver`: include server.address and server.port resource attributes ([#​22044](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/22044)) - `servicegraphprocessor, servicegraphconnector`: Add a config option to periodically flush metrics, instead of flushing on every push. ([#​27679](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27679)) - `spanmetricsconnector`: Add exemplars to sum metric ([#​27451](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27451)) - `exporter/syslog`: send syslog messages in batches ([#​21244](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21244)) This changes the behavior of the Syslog exporter to send each batch of Syslog messages in a single request (with messages separated by newlines), instead of sending each message in a separate request and closing the connection after each message. - `cmd/telemetrygen`: Use exporter per worker for better metrics throughput ([#​26709](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26709)) - `cmd/telemetrygen`: Add support for --otlp-http for telemetrygen logs ([#​18867](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/18867)) - `exporter/awss3exporter`: This feature allows role assumption for s3 exportation. It is especially useful on Kubernetes clusters that are using IAM roles for service accounts ([#​28674](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28674)) ##### 🧰 Bug fixes 🧰 - `lokiexporter`: The tenant attribute is now not automatically promoted to a label. ([#​21045](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21045)) To add tenant attributes (resource/record) to labels, use the label hints explicitly. - `azuretranslator`: Allow numeric fields to use a String or Integer representation in JSON. ([#​28650](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28650)) - `extension/zipkinencodingextension`: Fix bug when err is nil if invalid protocol value is supplied. ([#​28686](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28686)) - `filelogreceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `lokireceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `kafkareceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `k8sobjectsreceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `fluentforwardreceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `otlpjsonfilereceiver`: Fix issue where counting number of logs emitted could cause panic ([#​27469](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27469), [#​29107](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29107)) - `datadogconnector`: Mark datadogconnector as `MutatesData` to prevent data race ([#​29111](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29111)) - `azureeventhubreceiver`: Updated documentation around Azure Metric to OTel mapping. ([#​28622](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28622)) - `receiver/hostmetrics`: Fix panic on load_scraper_windows shutdown ([#​28678](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28678)) - `apachesparkreceiver`: Replacing inaccurate units for the spark.job.stage.active and spark.job.stage.result metrics for the Apache Spark receiver. ([#​29104](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29104)) - `splunkhecreceiver`: Do not encode JSON response objects as string. ([#​27604](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27604)) - `processor/k8sattributes`: Set attributes from namespace/node labels or annotations even if node/namespaces attribute are not set. ([#​28837](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28837)) - `datadogexporter`: Only extract DD container tags from resource attributes. Previously, container tags were also extracted from span attributes. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `datadogexporter`: Only add container tags in dedicated container tag section. Previously, container tags were also added as span tags. Container tags will now only be accessible via the span container tab, and not as span tags. ([#​29156](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29156)) - `pkg/stanza`: Fix data-corruption/race-condition issue in udp async (reuse of buffer); use buffer pool isntead. ([#​27613](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27613)) - `datadogexporter`: Fixes potential log records loss on a transient network/connectivity error ([#​24550](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24550)) The Datadog exporter threats network/connectivity errors (http client doesn't receive a response) as permanent errors, which can lead to log records loss. This change makes these errors retryable. - `servicegraphprocessor, servicegraphconnector`: Measure latency in seconds instead of milliseconds ([#​27488](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27488)) Measures latency in seconds instead of milliseconds, as the metric name indicates. Previously, milliseconds was used. This unit is still available via the feature gate `processor.servicegraph.legacyLatencyUnitMs`. This is a breaking change. - `sshcheckreceiver`: Use key_file instead of keyfile for the key in config. Aligns project practice, code, and docs. ([#​27035](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27035)) - `zipkinreceiver`: Return BadRequest in case of permanent errors ([#​4335](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/4335)) ### [`v0.88.0`](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v0880) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.87.0...v0.88.0) ##### 🛑 Breaking changes 🛑 - `k8sclusterreceiver`: Remove opencensus.resourcetype resource attribute ([#​26487](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26487)) - `splunkhecexporter`: Remove `max_connections` configuration setting. ([#​27610](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27610)) use max_idle_conns or max_idle_conns_per_host instead. - `signalfxexporter`: Remove `max_connections` configuration setting. ([#​27610](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27610)) use max_idle_conns or max_idle_conns_per_host instead. ##### 🚩 Deprecations 🚩 - `dockerstatsreceiver`: cpu.container.percent metric will be deprecated in v0.79.0 in favor of container.cpu.utilization ([#​21807](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21807)) The metric `container.cpu.percentage` is now disabled by default and will be removed in v0.88.0. As a replacement, the following metric is now enabled by default: `container.cpu.utilization`. For details, see the [docs](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/dockerstatsreceiver#transition-to-cpu-utilization-metric-name-aligned-with-opentelemetry-specification). - `parquetexporter`: Remove the parquet exporter ([#​27284](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27284)) ##### 🚀 New components 🚀 - `encoding/jsonlogencodingextension`: Add a new extension to support JSON encoding (only logs) ([#​6272](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/6272)) - `honeycombmarkerexporter`: This component will export markers to be consumed by the Honeycomb Markers API to highlight user events ([#​26653](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26653)) - `zipkinencodingextension`: Introduce zipkin encoding extension. ([#​6272](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/6272)) ##### 💡 Enhancements 💡 - `datasetexporter`: Make export of resources and scopes more flexible ([#​27651](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27651), [#​27649](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27649)) - `pkg/stanza`: Add option to run udp logs receiver (and stanza udp input operator) concurrently to reduce data-loss during high-scale scenarios ([#​27613](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27613)) - `receiver/prometheus`: Warn instead of failing when users rename using metric_relabel_configs in the prometheus receiver ([#​5001](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/5001)) - `awscloudwatchlogsexporter/awsemfexporter`: Reduce noisy logs emitted by CloudWatch Logs Pusher. ([#​27774](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27774)) The Collector logger will now write successful CloudWatch API writes at the Debug level instead of Info level. - `k8sobjectsreceiver`: Move k8sobjectsreceiver from Alpha stability to Beta stability for logs. ([#​27635](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27635)) - `datadogconnector`: Allow datadogconnector to be used as a traces-to-traces connector ([#​27846](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27846)) - `doubleconverter`: Adding a double converter into pkg/ottl ([#​22056](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/22056)) - `syslogreceiver`: validate protocol name ([#​27581](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27581)) - `elasticsearchexporter`: add missing scope info in span attributes ([#​27282](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27282)) - `entension/storage/filestorage`: Add support for setting bbolt fsync option ([#​20266](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/20266)) - `filelogreceiver`: Add a new "top_n" option to specify the number of files to track when using ordering criteria ([#​23788](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23788)) - `azuredataexplorerexporter`: Added exporter helper config support for Azure Data Explorer exporter ([#​24329](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24329)) - `k8sclusterreceiver`: add optional k8s.pod.qos_class resource attribute ([#​27483](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27483)) - `pkg/stanza`: Log warning, instead of error, when Windows Event Log publisher metadata is not available and cache the successfully retrieved ones. ([#​27658](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27658)) - `pkg/ottl`: Add optional Converter parameters to replacement Editors ([#​27235](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27235)) Functions to modify matched text during replacement can now be passed as optional arguments to the following Editors: - `replace_pattern` - `replace_all_patterns` - `replace_match` - `replace_all_matches` - `awscloudwatchlogsexporter`: Improve the performance of the awscloudwatchlogsexporter ([#​26692](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26692)) Improve the performance by adding support to multiple consumers and removing locks and limiters that are no longer necessary. - `pkg/pdatatest`: support ignore timestamps in span comparisons for pdatatest ([#​27688](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27688)) - `prometheusremotewriteexporter`: addition of `max_batch_size_bytes` configurable parameter, to allow users to adjust it based on the capabilities of their specific remote storage ([#​21911](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21911)) - `pkg/pdatatest`: support ignore span attribute value in span comparisons for ptracetest ([#​27689](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27689)) - `pkg/pdatatest`: support ignore span ID in span comparisons for ptracetest ([#​27685](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27685)) - `pkg/pdatatest`: support ignore trace ID in span comparisons for ptracetest ([#​27687](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27687)) - `pkg/stanza`: When async is enabled for udp receiver, separate logic into readers (only read logs from udp port and push to channel), and processors (read logs from channel and process; decode, split, add attributes, and push downstream), allowing to change concurrency level for both readers and processors separately. ([#​27613](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27613)) - `signalfxexporter`: Add an option to control the dimension client timeout ([#​27815](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27815)) - `signalfxexporter`: Add the build version to the user agent of the SignalFx exporter ([#​16841](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/16841)) - `splunkentreceiver`: Users can now use auth settings and basicauth extension to connect to their Splunk enterprise deployments ([#​27026](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27026)) ##### 🧰 Bug fixes 🧰 - `datasetexporter`: Do not crash on NPE when any of the attributes contains null value. ([#​27648](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27648)) - `syslog`: add integration tests and fix related bugs ([#​21245](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21245)) - `processor/resourcedetection`: Don't parse the field `cpuInfo.Model` if it's blank. ([#​27678](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27678)) - `k8sclusterreceiver`: Change clusterquota and resourcequota metrics to use {resource} unit ([#​10553](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/10553)) - `cmd/telemetrygen`: Fix `go install` for telemetrygen ([#​27855](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27855)) - `pkg/ottl`: Fix bug where named parameters needed a space after the equal sign (`=`). ([#​28511](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/28511)) - `filelogreceiver`: Fix issue where batching of files could result in ignoring start_at setting. ([#​27773](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27773)) - `prometheusremotewrite`: Fix remote write exporter not respecting retrySettings.enabled flag ([#​27592](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27592)) - `redactionprocessor`: Fix mask when multiple patterns exist ([#​27646](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27646)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mx-psi
pushed a commit
that referenced
this pull request
Sep 9, 2025
….2 (#42579) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.23.0` -> `v1.23.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.23.2`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.23.2): - 2025-09-05 [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2) This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes. <details> <summary>All Changes</summary> - \[release-1.23] Upgrade to prometheus/common\@​v0.66.1 by [@​aknuds1](https://redirect.github.com/aknuds1) in [#​1869](https://redirect.github.com/prometheus/client_golang/pull/1869) - \[release-1.23] Cut v1.23.2 by [@​aknuds1](https://redirect.github.com/aknuds1) in [#​1870](https://redirect.github.com/prometheus/client_golang/pull/1870) </details> **Full Changelog**: <prometheus/client_golang@v1.23.1...v1.23.2> ### [`v1.23.1`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.23.1): - 2025-09-04 [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1) This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes. <details> <summary>All Changes</summary> * [release-1.23] Upgrade to prometheus/common v0.66 by @​aknuds1 in prometheus/client_golang#1866 * [release-1.23] Cut v1.23.1 by @​aknuds1 in prometheus/client_golang#1867 </details> **Full Changelog**: <prometheus/client_golang@v1.23.0...v1.23.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
songy23
added a commit
that referenced
this pull request
Sep 9, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.133.0` -> `0.135.0` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.133.0` -> `0.134.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)</summary> ### [`v0.135.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01350) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.134.1...v0.135.0) ### [`v0.134.1`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.134.1) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.133.0...v0.134.1) Check the [v0.134.1 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.134.1) and the [v0.134.1 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.134.1) for changelogs on specific components. #### Changelog - [`1e3852f`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/1e3852fd04caa17bf46229a6ee4b4ad688d1cf30) \[chore] ignore service.version in comparison ([#​1159](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1159)) - [`23173dd`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/23173dd11ca0d3f2dee0491c7173972b1f4e8760) Use correct GORELEASE tags for all the gorelease actions. ([#​1158](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1158)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yang Song <[email protected]>
mx-psi
pushed a commit
that referenced
this pull request
Sep 10, 2025
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/contrib/bridges/otelzap](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.12.0` -> `v0.13.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.62.0` -> `v0.63.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/contrib/otelconf](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.17.0` -> `v0.18.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelzap)</summary> ### [`v0.13.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.12.0...v0.13.0) #### \[0.13.0] - 2020-10-09 #### Added - A Jaeger propagator. ([#​375](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/375)) #### Changed - The `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` package instrumentation no longer accepts a `Tracer` as an argument to the interceptor function. Instead, a new `WithTracerProvider` option is added to configure the `TracerProvider` used when creating the `Tracer` for the instrumentation. ([#​373](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/373)) - The `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` instrumentation now accepts a `TracerProvider` rather than a `Tracer`. ([#​374](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/374)) - Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation. ([#​381](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/381)) - Use `httpsnoop` in `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` to ensure `http.ResponseWriter` additional interfaces are preserved. ([#​388](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/388)) ##### Fixed - The `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware` no longer sends duplicate errors to the global `ErrorHandler`. ([#​377](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/377), [#​364](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/364)) - The import comment in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` is now correctly quoted. ([#​379](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/379)) - The B3 propagator sets the sample bitmask when the sampling decision is `debug`. ([#​369](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/369)) # Raw changes made between v0.12.0 and v0.13.0 [`af2dfc7`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/af2dfc7baf3392e81ea4b6938b3a8a5d39cf9db7) Pre release v0.13.0 ([#​391](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/391)) [`a84ddfe`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/a84ddfe37e70e2827773d38fc386ab0657d00d80) use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved ([#​388](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/388)) [`bbc03fa`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/bbc03fa6f1ad325293b5bd5c14f01a46585a5bbe) \[propagator] Add Jaeger propagator ([#​375](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/375)) [`082e67f`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/082e67ff36583964125117e4df72de7ab9c805d4) Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host ([#​384](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/384)) [`97f3114`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/97f311484668f7153e669413734546a03bf420a9) Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider ([#​374](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/374)) [`a59885b`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/a59885b46682b685fdd35eb8f20f16a736a165d5) Update google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer ([#​373](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/373)) [`8244cc7`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/8244cc7764d3f537bc055b40a90ff15710ad3173) fix(echo): return nil from middleware to handle error only once ([#​377](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/377)) [`e3d25a6`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/e3d25a6f35d86a49d7851f1e3d8087c02201cd52) Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp ([#​383](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/383)) [`7d9570b`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/7d9570beea6207e51b4a72324e3953720fd8e85b) Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws ([#​382](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/382)) [`89ae255`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/89ae255fe3e9e961b97974d0e43e2ede5d8ca7d6) Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation ([#​381](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/381)) [`caffe1d`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/caffe1d22fb33bb86bd5311c58bc312abce7a0f8) Fix import comment bug ([#​379](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/379)) [`5ef58e7`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/5ef58e7fab40b2226bd7e69ebffd90e221886870) Add instrumentation signal table to instrumentation README ([#​372](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/372)) [`71b6d7f`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/71b6d7fc42c235ea005fde85c23fb84df36d3e60) \[propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. ([#​369](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/369)) [`9dc5e0c`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/9dc5e0c25bb9f28e90d0fc62cd98e037eaa38169) Bump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws ([#​370](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/370)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
pushed a commit
that referenced
this pull request
Sep 16, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v2.1.1` -> `v2.1.4` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v3.30.2` -> `v3.30.3` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `d3678e2` -> `192325c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v2.1.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) ##### Bug Fixes - **deps:** bump [@​octokit/auth-app](https://redirect.github.com/octokit/auth-app) from 7.2.1 to 8.0.1 ([#​257](https://redirect.github.com/actions/create-github-app-token/issues/257)) ([bef1eaf](https://redirect.github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1)) ### [`v2.1.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** bump undici from 7.8.0 to 7.10.0 in the production-dependencies group ([#​254](https://redirect.github.com/actions/create-github-app-token/issues/254)) ([f3d5ec2](https://redirect.github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9)) ### [`v2.1.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.3 to 10.0.2 ([#​256](https://redirect.github.com/actions/create-github-app-token/issues/256)) ([5d7307b](https://redirect.github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130)) </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.30.3`](https://redirect.github.com/github/codeql-action/releases/tag/v3.30.3) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.30.2...v3.30.3) ### CodeQL Action Changelog See the [releases page](https://redirect.github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. #### 3.30.3 - 10 Sep 2025 No user facing changes. See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.30.3/CHANGELOG.md) for more information. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
songy23
added a commit
that referenced
this pull request
Sep 16, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.75.0` -> `v1.75.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.75.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.75.1): Release 1.75.1 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.75.0...v1.75.1) ##### Bug Fixes - transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. ([#​8519](https://redirect.github.com/grpc/grpc-go/issues/8519)) - xdsclient: - Fix a data race caused while reporting load to LRS. ([#​8483](https://redirect.github.com/grpc/grpc-go/pull/8483)) - Fix regression preventing empty node IDs when creating an LRS client. ([#​8483](https://redirect.github.com/grpc/grpc-go/issues/8483)) - server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. ([#​8528](https://redirect.github.com/grpc/grpc-go/issues/8528)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
added a commit
that referenced
this pull request
Sep 16, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/getsentry/sentry-go](https://redirect.github.com/getsentry/sentry-go) | `v0.35.1` -> `v0.35.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.35.3`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.35.3): 0.35.3 [Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.35.2...v0.35.3) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.35.3. ##### Bug Fixes - Add missing rate limit categories ([#​1082](https://redirect.github.com/getsentry/sentry-go/pull/1082)) ### [`v0.35.2`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.35.2): 0.35.2 [Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.35.1...v0.35.2) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.35.2. ##### Bug Fixes - Fix OpenTelemetry spans being created as transactions instead of child spans ([#​1073](https://redirect.github.com/getsentry/sentry-go/pull/1073)) ##### Misc - Add `MockTransport` to test clients for improved testing ([#​1071](https://redirect.github.com/getsentry/sentry-go/pull/1071)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
added a commit
that referenced
this pull request
Sep 16, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/elastic/go-docappender/v2](https://redirect.github.com/elastic/go-docappender) | `v2.11.0` -> `v2.11.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>elastic/go-docappender (github.com/elastic/go-docappender/v2)</summary> ### [`v2.11.2`](https://redirect.github.com/elastic/go-docappender/releases/tag/v2.11.2) [Compare Source](https://redirect.github.com/elastic/go-docappender/compare/v2.11.1...v2.11.2) ##### What's Changed - build(deps): bump the otel group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​270](https://redirect.github.com/elastic/go-docappender/pull/270) - perf: avoid copying body buffer when compression is enabled v2 by [@​kruskall](https://redirect.github.com/kruskall) in [#​274](https://redirect.github.com/elastic/go-docappender/pull/274) **Full Changelog**: <elastic/go-docappender@v2.11.1...v2.11.2> ### [`v2.11.1`](https://redirect.github.com/elastic/go-docappender/releases/tag/v2.11.1) [Compare Source](https://redirect.github.com/elastic/go-docappender/compare/v2.11.0...v2.11.1) ##### What's Changed - ci: enable race detector for go tests by [@​kruskall](https://redirect.github.com/kruskall) in [#​191](https://redirect.github.com/elastic/go-docappender/pull/191) - ci: fix ci running twice by [@​oakrizan](https://redirect.github.com/oakrizan) in [#​262](https://redirect.github.com/elastic/go-docappender/pull/262) - build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.18.1 to 8.19.0 in /integrationtest by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​263](https://redirect.github.com/elastic/go-docappender/pull/263) - build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​266](https://redirect.github.com/elastic/go-docappender/pull/266) - build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in /integrationtest by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​267](https://redirect.github.com/elastic/go-docappender/pull/267) - build(deps): bump actions/checkout from 4 to 5 in the github-actions group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​264](https://redirect.github.com/elastic/go-docappender/pull/264) - build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /integrationtest by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​269](https://redirect.github.com/elastic/go-docappender/pull/269) - build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​268](https://redirect.github.com/elastic/go-docappender/pull/268) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​272](https://redirect.github.com/elastic/go-docappender/pull/272) - perf: avoid copying body buffer when compression is enabled by [@​kruskall](https://redirect.github.com/kruskall) in [#​273](https://redirect.github.com/elastic/go-docappender/pull/273) **Full Changelog**: <elastic/go-docappender@v2.11.0...v2.11.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
pushed a commit
that referenced
this pull request
Sep 16, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/hetznercloud/hcloud-go/v2](https://redirect.github.com/hetznercloud/hcloud-go) | `v2.22.0` -> `v2.23.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)</summary> ### [`v2.23.0`](https://redirect.github.com/hetznercloud/hcloud-go/blob/HEAD/CHANGELOG.md#v2230) [Compare Source](https://redirect.github.com/hetznercloud/hcloud-go/compare/v2.22.0...v2.23.0) ##### Features - expose account currency information ([#​695](https://redirect.github.com/hetznercloud/hcloud-go/issues/695)) - add category property to server type ([#​717](https://redirect.github.com/hetznercloud/hcloud-go/issues/717)) ##### Bug Fixes - **primary-ip**: labels not clearable ([#​699](https://redirect.github.com/hetznercloud/hcloud-go/issues/699)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
songy23
added a commit
that referenced
this pull request
Sep 16, 2025
…42716) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/scaleway/scaleway-sdk-go](https://redirect.github.com/scaleway/scaleway-sdk-go) | `v1.0.0-beta.34` -> `v1.0.0-beta.35` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>scaleway/scaleway-sdk-go (github.com/scaleway/scaleway-sdk-go)</summary> ### [`v1.0.0-beta.35`](https://redirect.github.com/scaleway/scaleway-sdk-go/releases/tag/v1.0.0-beta.35) [Compare Source](https://redirect.github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.34...v1.0.0-beta.35) #### What's Changed ##### Feat - feat(iam): add saml certificate expires\_at field by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2641](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2641) - feat(baremetal): add protected flag on servers by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2644](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2644) - feat(ipam): add support for listing by `ip_address` and `mac_address` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2645](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2645) - feat(mongodb): add waiters for v1 by [@​jremy42](https://redirect.github.com/jremy42) in [#​2646](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2646) - feat(webhosting): add hosting updating status by [@​yfodil](https://redirect.github.com/yfodil) in [#​2657](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2657) - feat(iam): deprecate `UserStatus` by [@​yfodil](https://redirect.github.com/yfodil) in [#​2654](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2654) - feat: add nightly tests by [@​Mia-Cross](https://redirect.github.com/Mia-Cross) in [#​2648](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2648) - feat(block): add utils to v1 by [@​Tomy2e](https://redirect.github.com/Tomy2e) in [#​2649](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2649) - feat(mongodb): add list databases route by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2662](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2662) - feat(k8s): support setting PodCidr, ServiceCidr, and ServiceDNSIP during cluster creation by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2661](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2661) - feat(audit-trail): add support for `EventSystem` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2663](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2663) - feat(webhosting): add free subdomain support by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2666](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2666) - feat(product\_catalog): add new product status end of sale by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2667](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2667) - feat(webhosting): add public backup api by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2668](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2668) - feat(qaas): add model messages by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2669](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2669) - feat(client): add an interface to set insecure mode on alt transport by [@​kindermoumoute](https://redirect.github.com/kindermoumoute) in [#​2659](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2659) - feat(qaas): add session parameters by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2683](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2683) - feat(audit\_trail): add instance resources by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2684](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2684) - feat(audit\_trail): add instances resources for disk management by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2685](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2685) - feat(iam): rework saml endpoints by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2686](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2686) - feat(vpc): add retry function when deleting private networks by [@​Mia-Cross](https://redirect.github.com/Mia-Cross) in [#​2660](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2660) - feat(inference): add scaling deployment status by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2671](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2671) - feat(webhosting): add custom domain to hosting by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2672](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2672) - feat(product\_catalog): object storage to estimation api by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2673](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2673) - feat(ipam): add scaleblock searchdb cluster by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2675](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2675) - feat(serverless): deprecate activate\_vpc\_integration and update documentation by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2676](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2676) - feat(block): allow display of unpurged resources by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2677](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2677) - feat(iam/v1alpha1): add GetSamlInformation by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2678](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2678) - feat(webhosting): deprecate CheckUserOwnsDomain endpoint by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2679](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2679) - feat(key\_manager): add api to list algorithms by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2680](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2680) - feat(product\_catalog): add offer ID in the public/admin catalog API by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2681](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2681) - feat(product\_catalog): remove ProductCategory by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2689](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2689) - feat(domain): expose inbound transfer status by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2690](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2690) - feat(audit\_trail): add ResourceType filter by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2696](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2696) - feat(audit\_trail): add lb resources by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2697](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2697) - feat(marketplace): add arch filter to ListLocalImagesRequest by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2698](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2698) - feat(audit\_trail): add a new sfs\_filesystem resource by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2699](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2699) - feat(std): add support for `CountryCode` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2711](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2711) - feat(instance): add release IP to IPAM endpoint by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2710](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2710) - feat(s2s\_vpn): add support for `v1alpha1` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2712](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2712) - feat(audit\_trail): add support for `vpc_private_network` and `AuthenticationEvent` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2713](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2713) - feat(interlink): add support for `SetRoutingPolicy` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2715](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2715) - feat(instance): add image to instance metadata output by [@​paulojmdias](https://redirect.github.com/paulojmdias) in [#​2714](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2714) - feat(baremetal): support overriding default SSH keys on rescue by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2695](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2695) - feat(webhosting): implement FreeDomainAPI by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2702](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2702) - feat(product\_catalog): add support for `sample_day` and `gigabyte_day` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2706](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2706) - feat(audit\_trail): add baremetal resources by [@​yfodil](https://redirect.github.com/yfodil) in [#​2652](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2652) ##### Fixes - fix(key\_manager): add scheduled\_for\_deletion state by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2640](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2640) - fix(baremetal): support subscription period GetOfferByName by [@​Laure-di](https://redirect.github.com/Laure-di) in [#​2643](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2643) - fix(webhosting): require domain\_name on RemoveCustomDomainRequest by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2707](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2707) ##### Docs - docs(instance): update DetachServerFileSystem description by [@​yfodil](https://redirect.github.com/yfodil) in [#​2655](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2655) - docs(lb): fix ACL match field description by [@​yfodil](https://redirect.github.com/yfodil) in [#​2656](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2656) - docs(baremetal): update descriptions by [@​yfodil](https://redirect.github.com/yfodil) in [#​2653](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2653) - docs(instance): document dynamic\_ip\_required default value by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2639](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2639) - docs(serverless): clarify delete secrets behavior by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2687](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2687) - docs(key\_manager): remove mention about key manager only supporting symmetric encryption by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2688](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2688) - docs(serverless): clarify UpdateContainer and UpdateFunction behavior by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2691](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2691) - docs(key\_manager): add documentation by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2709](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2709) ##### CI & Chores - chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2638](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2638) - chore: add support for GitHub actions in codeql by [@​remyleone](https://redirect.github.com/remyleone) in [#​2647](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2647) - ci(nightly): fix test path by [@​Mia-Cross](https://redirect.github.com/Mia-Cross) in [#​2650](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2650) - ci(nightly): fix missing config error by [@​Mia-Cross](https://redirect.github.com/Mia-Cross) in [#​2658](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2658) - chore(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2670](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2670) - chore(deps): bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2682](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2682) - chore(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2701](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2701) - chore(instance): add `attaching` to `VolumeServerState` by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [#​2708](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2708) #### New Contributors - [@​paulojmdias](https://redirect.github.com/paulojmdias) made their first contribution in [#​2714](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2714) **Full Changelog**: <scaleway/scaleway-sdk-go@v1.0.0-beta.34...v1.0.0-beta.35> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
pushed a commit
that referenced
this pull request
Sep 16, 2025
…ib/pkg/translator/prometheus to v0.135.0 (#42731) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib) | `v0.132.0` -> `v0.135.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus)</summary> ### [`v0.135.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01350) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.134.0...v0.135.0) ##### 🛑 Breaking changes 🛑 - `apachereceiver`: Add number of connections per async state metrics. ([#​41886](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41886)) - `githubreceiver`: Update semantic conventions from v1.27.0 to v1.37.0 with standardized VCS and CICD attributes ([#​42378](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42378)) - Resource attributes changed: `organization.name` -> `vcs.owner.name`, `vcs.vendor.name` -> `vcs.provider.name` - Trace attributes now use standardized VCS naming: `vcs.ref.head.type` -> `vcs.ref.type` - Added new standardized attributes: `vcs.ref.base.name`, `vcs.ref.base.type`, `vcs.ref.type` - Delta metrics now include base reference tracking attributes - Updated schema URL to <https://opentelemetry.io/schemas/1.37.0> - `k8sattributesprocessor`: Introduce allowLabelsAnnotationsSingular feature gate to use singular format for k8s label and annotation resource attributes ([#​39774](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/39774)) The feature gate, when enabled, will change the default resource attribute key format from k8s.<workload>.labels.<label-key> to k8s.<workload>.label.<label-key>. Same applies for annotations. - `receiver/sapm`: The `SAPM Receiver` component has been removed from the repo and is no longer being published as it has been deprecated since 22nd October 2024 and the removal date of April 2025 has passed. ([#​41411](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41411)) ##### 💡 Enhancements 💡 - `transformprocessor`: Add support for merging histogram buckets. ([#​40280](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40280)) The transformprocessor now supports merging histogram buckets using the `merge_histogram_buckets` function. - `k8seventsreceiver`: Adds scope name and version to logs ([#​42426](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42426)) - `googlecloudlogentry_encoding`: Add support for request attributes and destination attributes in cloud audit logs ([#​42160](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42160)) - `azureeventhubreceiver`: Added feature flag to use the new Azure SDK ([#​40795](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40795)) - `dockerstatsreceiver`: Add Windows support ([#​42297](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42297)) The dockerstatsreceiver now supports Windows hosts. - `elasticsearchexporter`: Populate profiling-hosts index with resource attribute information. ([#​42220](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42220)) - `tinybirdexporter`: Limit request body to 10MB to avoid exceeding the EventsAPI size limit. ([#​41782](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41782)) - `exporter/kafkaexporter`: Use franz-go client for Kafka exporter as default, promoting the exporter.kafkaexporter.UseFranzGo feature gate to Beta. ([#​42156](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42156)) - `exporter/kafka`: Add allow\_auto\_topic\_creation producer option to kafka exporter and client ([#​42468](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42468)) - `processor/resourcedetection`: Add support for hetzner cloud in resourcedetectionprocessor ([#​42476](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42476)) - `kafkareceiver`: Add `rack_id` configuration option to enable rack-aware replica selection ([#​42313](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42313)) When configured and brokers support rack-aware replica selection, the client will prefer fetching from the closest replica, potentially reducing latency and improving performance. - `statsdreceiver`: Introduce explicit bucket for statsd receiver ([#​41203](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41203), [#​41503](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41503)) - `coreinternal/aggregateutil`: Aggregate exponential histogram data points when different offsets are present ([#​42412](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42412)) - `prometheusremotewriteexporter`: Remove unnecessary buffer copy in proto conversion ([#​42329](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42329)) - `pkg/translator/prometheusremotewrite`: `FromMetricsV2` now supports translating exponential histograms. ([#​33661](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33661)) The translation layer for Prometheus remote write 2 now supports exponential histograms but is not fully implemented and ready for use. - `processor/k8sattributes`: Support extracting labels and annotations from k8s DaemonSets ([#​37957](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/37957)) - `processor/k8sattributes`: Support extracting labels and annotations from k8s Jobs ([#​37957](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/37957)) - `k8sclusterreceiver`: Add option `namespaces` for setting a list of namespaces to be observed by the receiver. This supersedes the `namespace` option which is now deprecated. ([#​40089](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40089)) - `k8sobjectsreceiver`: Adds the instrumentation scope name and version ([#​42290](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42290)) - `receiver/kubeletstats`: Introduce k8s.pod.volume.usage metric. ([#​40476](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40476)) - `datadogexporter`: Add alpha feature gate 'exporter.datadogexporter.InferIntervalForDeltaMetrics'. ([#​42494](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42494)) This feature gate will set the interval for OTLP delta metrics mapped by the exporter when it can infer them. - `sqlserverreceiver`: Add `service.instance.id` resource attribute to all metrics and logs ([#​41894](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41894)) The `service.instance.id` attribute is added in the format `<host>:<port>` to uniquely identify SQL Server hosts. ##### 🧰 Bug fixes 🧰 - `awslogsencodingextension`: Fixed gzip header detection for mixed compressed/uncompressed files ([#​41884](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41884)) The extension now properly detects gzip magic bytes (0x1f, 0x8b) before attempting decompression, preventing "gzip: invalid header" errors when processing files with .gz extensions that are not actually compressed. Affected formats: WAF logs, CloudTrail logs, CloudWatch subscription filter logs, and VPC Flow logs. - `opampsupervisor`: Always respond to `RemoteConfig` messages with a `RemoteConfigStatus` message ([#​42474](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42474)) Previously the Supervisor would not respond if the effective config did not change. This caused issues where the same config with a different hash (e.g. reordered keys in the config) would not be reported and would appear unapplied by the Supervisor. - `elasticsearchexporter`: Ignore expected errors when making bulk requests to profiling indices. ([#​38598](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/38598)) - `libhoneyreceiver`: Properly handle compressed payloads ([#​42279](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42279)) Compression issues now return a 400 status rather than panic. Exposes the http library's compression algorthms to let users override if needed. - `libhoneyreceiver`: Allow service.name with unset scope.name ([#​42432](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42432)) This change allows the receiver to handle multiple service.names even if there are spans without the scope set. It also avoids a panic when a downstream consumer is missing. <!-- previous-version --> ### [`v0.134.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01340) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.133.0...v0.134.0) ##### 🛑 Breaking changes 🛑 - `receiver/awscloudwatchmetrics`: Remove unmaintained component ([#​42238](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42238)) - `opencensusreceiver`: Remove the deprecated opencensus receiver. ([#​36791](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36791)) - `opencensusexporter`: Remove the deprecated opencensus exporter. ([#​36791](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36791)) - `pkg/ottl`: Keep the original map and continue processing keys if an error is encountered when calling an optional replacement function in `replace_all_patterns`. ([#​42359](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42359)) ##### 💡 Enhancements 💡 - `cmd/opampsupervisor`: Add metrics to the Supervisor application. ([#​40155](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40155)) Add some metrics to the cmd/opampsupervisor application. The following metrics are added: - supervisor.collector.health\_status: The health status of the collector. - `cfgardenobserver`: Move to alpha ([#​41586](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41586)) - `exporter/prometheus`: Add debug logging for refused metric points. ([#​13643](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/13643)) - `httpcheckreceiver`: Add response body validation ([#​41325](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41325)) The httpcheckreceiver now supports validating the response body using a few approaches. String matching, JSON path matching, size ranges, and regex matching are supported. - `httpcheckreceiver`: Fix race for timing of request steps ([#​42042](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42042)) The httpcheckreceiver uses atomic operations to track the timing of request steps to avoid race conditions. - `pkg/ottl`: Avoid multiple copies of the Map in replace\_all\_patterns. ([#​42359](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42359)) - `kafkareceiver`: Add profiles support ([#​41479](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41479)) - `pkg/ottl`: Remove unnecessary Value initialization when setting an attribute/body ([#​42335](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42335), [#​42362](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42362)) - `opampsupervisor`: Emit spans for handling OpAMP messages ([#​38724](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/38724)) - `pkg/ottl`: Add an `Index(target, value)` OTTL function which returns the index of the first occurrence of `value` in `target`. ([#​40351](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40351)) - `pkg/stanza`: add `sanitize_utf8` operator to replace invalid UTF-8 characters. ([#​42028](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42028)) ##### 🧰 Bug fixes 🧰 - `elasticsearchexporter`: Fix the warning on Kibana when using `sum` operation on delta temporality sum metric mapped as a counter ([#​40804](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40804)) - `failoverconnector`: fix for flaky test in failover\_test.go ([#​42020](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42020)) - `k8sattributesprocessor`: Allow service.namespace to be used in rules and fix docs ([#​40859](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40859)) - `prometheusremotewriteexporter`: Make sure concurrency is set to the appropriate value ([#​41785](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41785)) - `tailsamplingprocessor`: Fix a race condition in the tailsampling processor that could cause traces to be dropped prematurely. ([#​41656](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41656)) - `sqlserverreceiver`: Fix memory leak from top queries and query samples features ([#​42302](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42302)) The issue was caused by the misuse of the obfuscate library. - `telemetrygen`: Fix infinite duration bug and add tests. ([#​42170](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42170)) <!-- previous-version --> ### [`v0.133.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01330) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.132.0...v0.133.0) ##### 🛑 Breaking changes 🛑 - `coralogixexporter`: Remove unused deprecated configgrpc.ClientConfig ([#​40853](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40853)) - `googlecloudlogentry_encoding`: Parse cloud audit logs into log record attributes instead of placing it in the body as is. ([#​42035](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42035)) - `all`: Increase minimum Go version to 1.24 ([#​41968](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41968)) - `signaltometricsconnector`: Use configoptional for optional metric fields ([#​41922](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41922)) - `routingprocessor`: Remove deprecated component routingprocessor ([#​19739](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/19739)) Please use the [routing connector](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/routingconnector) instead. ##### 💡 Enhancements 💡 - `elasticsearchexporter`: Enhance telemetry metrics to include error.type attribute for better error categorization. ([#​41962](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41962)) Improve the telemetry metrics by adding the `error.type` attribute to the `elasticsearch.docs.processed` metric. This change allows for better categorization and understanding of errors that occurs while processing documents. - `awslogsencodingextension`: Adds `aws.access_key.id` to CloudTrail logs and aligns `aws.resources` attribute fields with naming conventions. ([#​41815](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41815)) - `k8sclusterreceiver`: Add optional experimental k8s.container.status.state metric ([#​32457](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/32457), [#​32457](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/32457)) - `farotranslator`: Improve error hashing by draining exception values ([#​42032](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42032)) - `faroreceiver`: Added Timestamp, ObservedTimestamp, SpanId, TraceId fields to the Log Record ([#​40800](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40800)) - `kafkareceiver`: Add `on_permanent_error` option to `message_marking` configuration. ([#​41333](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41333)) - `filelogreceiver`: Move filelog.decompressFingerprint feature gate to beta stage ([#​42189](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42189)) - `googlecloudlogentry_encoding`: Add support to decode multiple logs ([#​41137](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41137)) - `httpcheckreceiver`: Add request body to http requests ([#​41325](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41325)) The httpcheckreceiver can be configured to send a request body to the target endpoint. - `tailsamplingprocessor`: Optimize telemetry collection in tailsamplingprocessor ([#​41888](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41888)) - `zipkinexporter`: Include instrumentation scope attributes ([#​39206](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/39206)) - `oidcauthextension`: Add support for accessing custom JWT claims. ([#​41449](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41449)) Users can now access JWT claims from OIDC Auth context allowing dynamic processing based on received JWT token. - `oracledbreceiver`: Add support for Oracle DB receiver to read session action as trace context. ([#​41878](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41878)) - `oracledbreceiver`: Removing the toLowercase conversion on sql text in top\_query payload. Also, adding child\_address into the query\_samples payload. ([#​37478](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/37478)) - `opensearchexporter`: Add dynamic index naming support for traces ([#​34746](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/34746), [#​38595](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/38595)) - This feature supports trace index names in config. - It allows users to specify dynamic trace indices based on attributes. - It supports time-based index name formatting and fallback options. - Improves code consistency between logs and trace exporter. - `exporter/prometheusremotewriteexporter`: Improve logging of remote write errors ([#​41856](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41856)) - `prometheusreceiver`: Remove temporary fix for metric name validation, fix upstream resolved ([#​42004](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42004)) - `metricstarttimeprocessor`: Add reset detection to the starttimemetric strategy in the metricstarttimeprocessor ([#​41870](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41870)) - `tailsamplingprocessor`: Add a new option to block on num traces overflow. ([#​41546](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41546)) - `cmd/telemetrygen`: Support custom metric names via --otlp-metric-name flag ([#​42070](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42070)) - `telemetrygen`: Allow `inf` duration for continuous run ([#​40225](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/40225)) - `textencodingextension`: Move textencodingextension to beta ([#​41595](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41595)) - `receiver/webhookeventreceiver`: Adds configuration to split logs at JSON object boundaries. ([#​39766](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/39766)) - `webhookeventreceiver`: Move webhookevent receiver to beta ([#​41997](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41997)) ##### 🧰 Bug fixes 🧰 - `awss3receiver`: Fixed an issue where the AWS S3 receiver failed to retrieve data from S3 buckets when notified by SQS if the S3 key was URL-encoded. ([#​42027](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42027)) - `jmxreceiver`: support `jmx_configs` for jmx scraper usecase ([#​41952](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41952)) - `logdedupprocessor`: Fix UB caused by holding reference to mutable data. ([#​42147](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42147)) - `metricstarttimeprocessor`: Fix UB caused by holding reference to mutable data. ([#​42151](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42151)) - `libhoneyreceiver`: Parsing Span and Trace IDs no longer panic if there is a parsing issue. ([#​42200](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42200)) - `vcenterreceiver`: Fixes a potential issue with vm collection without a types.VirtualMachineConfigInfo attached to the VM. ([#​42098](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42098)) - `prometheusreceiver`: Fixes a bug where static configuration labels were dropped when using the Prometheus receiver. Previously, labels defined in the static config were not being applied to the metrics. ([#​41727](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41727)) - `opencensusreceiver`: Perform graceful shutdown of HTTP server on shutdown ([#​42117](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42117)) - `signaltometricsconnector`: Strictly validate configuration for component. ([#​41970](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41970)) - `mysqlreceiver`: Fix for the conversion error on mysql.event\_id. Setting an int (0) as default value in SQL. ([#​42040](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/42040)) - `windowseventlogreceiver`: Fixes issue for remote log collection where domain was not properly passed into EvtOpenSession syscall ([#​41950](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/41950)) <!-- previous-version --> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
songy23
added a commit
that referenced
this pull request
Sep 16, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | `v2.2.2` -> `v2.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/v2)</summary> ### [`v2.3.0`](https://redirect.github.com/knadh/koanf/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.2.2...v2.3.0) #### What's Changed - feat: add provider for kiln by [@​Thunderbottom](https://redirect.github.com/Thunderbottom) in [#​369](https://redirect.github.com/knadh/koanf/pull/369) - Fix rendering of header and add it to the table of contents by [@​remyzandwijk](https://redirect.github.com/remyzandwijk) in [#​373](https://redirect.github.com/knadh/koanf/pull/373) - Bump github.com/go-viper/mapstructure/v2 from 2.0.0-alpha.1 to 2.4.0 in /examples by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​375](https://redirect.github.com/knadh/koanf/pull/375) - feat: add HUML parser support by [@​rhnvrm](https://redirect.github.com/rhnvrm) in [#​374](https://redirect.github.com/knadh/koanf/pull/374) - Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 in /tests by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​376](https://redirect.github.com/knadh/koanf/pull/376) - Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 in /providers/cliflagv3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​378](https://redirect.github.com/knadh/koanf/pull/378) - Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /providers/cliflagv2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​380](https://redirect.github.com/knadh/koanf/pull/380) - Add thread safety to resolve race conditions in Issues [#​305](https://redirect.github.com/knadh/koanf/issues/305) and [#​335](https://redirect.github.com/knadh/koanf/issues/335) by [@​rhnvrm](https://redirect.github.com/rhnvrm) in [#​377](https://redirect.github.com/knadh/koanf/pull/377) - fix: bump mapstructure version by [@​rostislaved](https://redirect.github.com/rostislaved) in [#​381](https://redirect.github.com/knadh/koanf/pull/381) #### New Contributors - [@​remyzandwijk](https://redirect.github.com/remyzandwijk) made their first contribution in [#​373](https://redirect.github.com/knadh/koanf/pull/373) - [@​rostislaved](https://redirect.github.com/rostislaved) made their first contribution in [#​381](https://redirect.github.com/knadh/koanf/pull/381) **Full Changelog**: <knadh/koanf@v2.2.2...v2.3.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
atoulme
pushed a commit
that referenced
this pull request
Sep 17, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/redis/go-redis/v9](https://redirect.github.com/redis/go-redis) | `v9.12.1` -> `v9.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>redis/go-redis (github.com/redis/go-redis/v9)</summary> ### [`v9.14.0`](https://redirect.github.com/redis/go-redis/releases/tag/v9.14.0): 9.14.0 [Compare Source](https://redirect.github.com/redis/go-redis/compare/v9.13.0...v9.14.0) #### Highlights - Added batch process method to the pipeline ([#​3510](https://redirect.github.com/redis/go-redis/pull/3510)) ### Changes #### 🚀 New Features - Added batch process method to the pipeline ([#​3510](https://redirect.github.com/redis/go-redis/pull/3510)) #### 🐛 Bug Fixes - fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec ([#​3509](https://redirect.github.com/redis/go-redis/pull/3509)) #### 🧰 Maintenance - Updates release drafter config to exclude dependabot ([#​3511](https://redirect.github.com/redis/go-redis/pull/3511)) - chore(deps): bump actions/setup-go from 5 to 6 ([#​3504](https://redirect.github.com/redis/go-redis/pull/3504)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​elena-kolevska](https://redirect.github.com/elena-kolevksa), [@​htemelski-redis](https://redirect.github.com/htemelski-redis) and [@​ndyakov](https://redirect.github.com/ndyakov) ### [`v9.13.0`](https://redirect.github.com/redis/go-redis/releases/tag/v9.13.0): 9.13.0 [Compare Source](https://redirect.github.com/redis/go-redis/compare/v9.12.1...v9.13.0) ##### Highlights - Pipeliner expose queued commands ([#​3496](https://redirect.github.com/redis/go-redis/pull/3496)) - Ensure that JSON.GET returns Nil response ([#​3470](https://redirect.github.com/redis/go-redis/pull/3470)) - Fixes on Read and Write buffer sizes and UniversalOptions ##### Changes - Pipeliner expose queued commands ([#​3496](https://redirect.github.com/redis/go-redis/pull/3496)) - fix(test): fix a timing issue in pubsub test ([#​3498](https://redirect.github.com/redis/go-redis/pull/3498)) - Allow users to enable read-write splitting in failover mode. ([#​3482](https://redirect.github.com/redis/go-redis/pull/3482)) - Set the read/write buffer size of the sentinel client to 4KiB ([#​3476](https://redirect.github.com/redis/go-redis/pull/3476)) ##### 🚀 New Features - fix(otel): register wait metrics ([#​3499](https://redirect.github.com/redis/go-redis/pull/3499)) - Support subscriptions against cluster slave nodes ([#​3480](https://redirect.github.com/redis/go-redis/pull/3480)) - Add wait metrics to otel ([#​3493](https://redirect.github.com/redis/go-redis/pull/3493)) - Clean failing timeout implementation ([#​3472](https://redirect.github.com/redis/go-redis/pull/3472)) ##### 🐛 Bug Fixes - Do not assume that all non-IP hosts are loopbacks ([#​3085](https://redirect.github.com/redis/go-redis/pull/3085)) - Ensure that JSON.GET returns Nil response ([#​3470](https://redirect.github.com/redis/go-redis/pull/3470)) ##### 🧰 Maintenance - fix(otel): register wait metrics ([#​3499](https://redirect.github.com/redis/go-redis/pull/3499)) - fix(make test): Add default env in makefile ([#​3491](https://redirect.github.com/redis/go-redis/pull/3491)) - Update the introduction to running tests in README.md ([#​3495](https://redirect.github.com/redis/go-redis/pull/3495)) - test: Add comprehensive edge case tests for IncrByFloat command ([#​3477](https://redirect.github.com/redis/go-redis/pull/3477)) - Set the default read/write buffer size of Redis connection to 32KiB ([#​3483](https://redirect.github.com/redis/go-redis/pull/3483)) - Bumps test image to 8.2.1-pre ([#​3478](https://redirect.github.com/redis/go-redis/pull/3478)) - fix UniversalOptions miss ReadBufferSize and WriteBufferSize options ([#​3485](https://redirect.github.com/redis/go-redis/pull/3485)) - chore(deps): bump actions/checkout from 4 to 5 ([#​3484](https://redirect.github.com/redis/go-redis/pull/3484)) - Removes dry run for stale issues policy ([#​3471](https://redirect.github.com/redis/go-redis/pull/3471)) - Update otel metrics URL ([#​3474](https://redirect.github.com/redis/go-redis/pull/3474)) ##### Contributors We'd like to thank all the contributors who worked on this release! [@​LINKIWI](https://redirect.github.com/LINKIWI), [@​cxljs](https://redirect.github.com/cxljs), [@​cybersmeashish](https://redirect.github.com/cybersmeashish), [@​elena-kolevska](https://redirect.github.com/elena-kolevska), [@​htemelski-redis](https://redirect.github.com/htemelski-redis), [@​mwhooker](https://redirect.github.com/mwhooker), [@​ndyakov](https://redirect.github.com/ndyakov), [@​ofekshenawa](https://redirect.github.com/ofekshenawa), [@​suever](https://redirect.github.com/suever) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
atoulme
pushed a commit
that referenced
this pull request
Sep 17, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go) | `v2.40.1` -> `v2.40.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.40.3`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2403-2025-09-13----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.40.2...v2.40.3) #### What's Changed ##### Other Changes 🛠 - bug: deserializing into nullable field by [@​rbroggi](https://redirect.github.com/rbroggi) in [#​1649](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1649) - Fixes for [#​1649](https://redirect.github.com/ClickHouse/clickhouse-go/issues/1649) by [@​SpencerTorres](https://redirect.github.com/SpencerTorres) in [#​1654](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1654) #### New Contributors - [@​rbroggi](https://redirect.github.com/rbroggi) made their first contribution in [#​1649](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1649) **Full Changelog**: <ClickHouse/clickhouse-go@v2.40.2...v2.40.3> ### [`v2.40.2`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2402-2025-09-13----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.40.1...v2.40.2) #### What's Changed ##### Other Changes 🛠 - Bump golang.org/x/net from 0.42.0 to 0.43.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1634](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1634) - Bump github.com/ClickHouse/ch-go from 0.67.0 to 0.68.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1639](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1639) - Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1641](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1641) - Bump go.opentelemetry.io/otel/trace from 1.37.0 to 1.38.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1642](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1642) - Bump github.com/docker/docker from 28.3.3+incompatible to 28.4.0+incompatible by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1646](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1646) - Bump golang.org/x/net from 0.43.0 to 0.44.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1647](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1647) - chore: migrate to maintained YAML library by [@​joschi](https://redirect.github.com/joschi) in [#​1651](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1651) - skip random tests on Go 1.25 by [@​SpencerTorres](https://redirect.github.com/SpencerTorres) in [#​1652](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1652) - bug: headers map can be nil by [@​r0bobo](https://redirect.github.com/r0bobo) in [#​1650](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1650) #### New Contributors - [@​joschi](https://redirect.github.com/joschi) made their first contribution in [#​1651](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1651) - [@​r0bobo](https://redirect.github.com/r0bobo) made their first contribution in [#​1650](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1650) **Full Changelog**: <ClickHouse/clickhouse-go@v2.40.1...v2.40.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
atoulme
pushed a commit
that referenced
this pull request
Sep 17, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/relvacode/iso8601](https://redirect.github.com/relvacode/iso8601) | `v1.6.0` -> `v1.7.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>relvacode/iso8601 (github.com/relvacode/iso8601)</summary> ### [`v1.7.0`](https://redirect.github.com/relvacode/iso8601/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/relvacode/iso8601/compare/v1.6.0...v1.7.0) ##### What's Changed - Support whitespace between date and time component by [@​relvacode](https://redirect.github.com/relvacode) in [#​29](https://redirect.github.com/relvacode/iso8601/pull/29) - Check for remaining data with Zulu zone by [@​relvacode](https://redirect.github.com/relvacode) in [#​31](https://redirect.github.com/relvacode/iso8601/pull/31) **Full Changelog**: <relvacode/iso8601@v1.6.0...v1.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
mx-psi
pushed a commit
that referenced
this pull request
Sep 23, 2025
…4.0 (#42841) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/hetznercloud/hcloud-go/v2](https://redirect.github.com/hetznercloud/hcloud-go) | `v2.23.0` -> `v2.24.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)</summary> ### [`v2.24.0`](https://redirect.github.com/hetznercloud/hcloud-go/blob/HEAD/CHANGELOG.md#v2240) [Compare Source](https://redirect.github.com/hetznercloud/hcloud-go/compare/v2.23.0...v2.24.0) ##### Features - add new ip\_range param to ServerAttachToNetwork ([#​723](https://redirect.github.com/hetznercloud/hcloud-go/issues/723)) - add new ip\_range param to LoadBalancerAttachToNetwork ([#​724](https://redirect.github.com/hetznercloud/hcloud-go/issues/724)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
songy23
pushed a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prom/prometheus](https://redirect.github.com/prometheus/prometheus) | minor | `v3.5.0` -> `v3.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/prometheus (prom/prometheus)</summary> ### [`v3.6.0`](https://redirect.github.com/prometheus/prometheus/releases/tag/v3.6.0): 3.6.0 / 2025-09-17 [Compare Source](https://redirect.github.com/prometheus/prometheus/compare/v3.5.0...v3.6.0) - \[FEATURE] PromQL: Add `step()`, and `min()` and `max()` on durations, behind feature flag `promql-duration-expr`. [#​16777](https://redirect.github.com/prometheus/prometheus/issues/16777) - \[FEATURE] API: Add a `/v1/status/tsdb/blocks` endpoint exposing metadata about loaded blocks. [#​16695](https://redirect.github.com/prometheus/prometheus/issues/16695) - \[FEATURE] Templates: Add `toDuration()` and `now()` functions. [#​16619](https://redirect.github.com/prometheus/prometheus/issues/16619) - \[ENHANCEMENT] Discovery: Add support for attaching namespace metadata to targets. [#​16831](https://redirect.github.com/prometheus/prometheus/issues/16831) - \[ENHANCEMENT] OTLP: Support new `UnderscoreEscapingWithoutSuffixes` strategy via `otlp.translation_strategy`. [#​16849](https://redirect.github.com/prometheus/prometheus/issues/16849) - \[ENHANCEMENT] OTLP: Support including scope metadata as metric labels via `otlp.promote_scope_metadata`. [#​16878](https://redirect.github.com/prometheus/prometheus/issues/16878) - \[ENHANCEMENT] OTLP: Add `__type__` and `__unit__` labels when feature flag `type-and-unit-labels` is enabled. [#​16630](https://redirect.github.com/prometheus/prometheus/issues/16630) - \[ENHANCEMENT] Tracing: Send the traceparent HTTP header during scrapes. [#​16425](https://redirect.github.com/prometheus/prometheus/issues/16425) - \[ENHANCEMENT] UI: Add option to disable info and warning query messages under `Query page settings`. [#​16901](https://redirect.github.com/prometheus/prometheus/issues/16901) - \[ENHANCEMENT] UI: Improve metadata handling for `_count/_sum/_bucket` suffixes. [#​16910](https://redirect.github.com/prometheus/prometheus/issues/16910) - \[ENHANCEMENT] TSDB: Track stale series in the Head block via the `prometheus_tsdb_head_stale_series` metric. [#​16925](https://redirect.github.com/prometheus/prometheus/issues/16925) - \[PERF] PromQL: Improve performance due to internal optimizations. [#​16797](https://redirect.github.com/prometheus/prometheus/issues/16797) - \[BUGFIX] Config: Fix "unknown global name escaping method" error messages produced during config validation. [#​16801](https://redirect.github.com/prometheus/prometheus/issues/16801) - \[BUGFIX] Discovery: Fix race condition during shutdown. [#​16820](https://redirect.github.com/prometheus/prometheus/issues/16820) - \[BUGFIX] OTLP: Generate `target_info` samples between the earliest and latest samples per resource. [#​16737](https://redirect.github.com/prometheus/prometheus/issues/16737) - \[BUGFIX] PromQL: Fail when `NaN` is passed as parameter to `topk()`, `bottomk()`, `limitk()` and `limit_ratio()`. [#​16725](https://redirect.github.com/prometheus/prometheus/issues/16725) - \[BUGFIX] PromQL: Fix extrapolation for native counter histograms. [#​16828](https://redirect.github.com/prometheus/prometheus/issues/16828) - \[BUGFIX] PromQL: Reduce numerical errors by disabling some optimizations. [#​16895](https://redirect.github.com/prometheus/prometheus/issues/16895) - \[BUGFIX] PromQL: Fix inconsistencies when using native histograms in subqueries. [#​16879](https://redirect.github.com/prometheus/prometheus/issues/16879) - \[BUGFIX] PromQL: Fix inconsistent annotations for `rate()` and `increase()` on histograms when feature flag `type-and-unit-labels` is enabled. [#​16915](https://redirect.github.com/prometheus/prometheus/issues/16915) - \[BUGFIX] Scraping: Fix memory corruption in `slicelabels` builds. [#​16946](https://redirect.github.com/prometheus/prometheus/issues/16946) - \[BUGFIX] TSDB: Fix panic on append when feature flag `created-timestamp-zero-ingestion` is enabled. [#​16332](https://redirect.github.com/prometheus/prometheus/issues/16332) - \[BUGFIX] TSDB: Fix panic on append for native histograms with empty buckets. [#​16893](https://redirect.github.com/prometheus/prometheus/issues/16893) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
songy23
pushed a commit
that referenced
this pull request
Sep 23, 2025
…42831) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v2.1.1` -> `v2.1.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v2.1.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) ##### Bug Fixes - **deps:** bump [@​octokit/auth-app](https://redirect.github.com/octokit/auth-app) from 7.2.1 to 8.0.1 ([#​257](https://redirect.github.com/actions/create-github-app-token/issues/257)) ([bef1eaf](https://redirect.github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1)) ### [`v2.1.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** bump undici from 7.8.0 to 7.10.0 in the production-dependencies group ([#​254](https://redirect.github.com/actions/create-github-app-token/issues/254)) ([f3d5ec2](https://redirect.github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9)) ### [`v2.1.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.3 to 10.0.2 ([#​256](https://redirect.github.com/actions/create-github-app-token/issues/256)) ([5d7307b](https://redirect.github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
songy23
added a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/IBM/sarama](https://redirect.github.com/IBM/sarama) | `v1.46.0` -> `v1.46.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>IBM/sarama (github.com/IBM/sarama)</summary> ### [`v1.46.1`](https://redirect.github.com/IBM/sarama/releases/tag/v1.46.1): Version 1.46.1 (2025-09-18) [Compare Source](https://redirect.github.com/IBM/sarama/compare/v1.46.0...v1.46.1) > \[!NOTE]\ > The go.mod directive has been bumped to 1.24.0 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of. ##### What's Changed ##### 🎉 New Features / Improvements - feat: support more describe log dirs versions (V2-V4) by [@​hindessm](https://redirect.github.com/hindessm) in [#​3293](https://redirect.github.com/IBM/sarama/pull/3293) - feat: support V5 ListConsumerGroups protocol by [@​hindessm](https://redirect.github.com/hindessm) in [#​3292](https://redirect.github.com/IBM/sarama/pull/3292) - feat: add SASLv1 support for Kerberos by [@​dnwe](https://redirect.github.com/dnwe) in [#​3279](https://redirect.github.com/IBM/sarama/pull/3279) ##### 🐛 Fixes - fix: add read deadline to tls write by [@​bvalente](https://redirect.github.com/bvalente) in [#​3283](https://redirect.github.com/IBM/sarama/pull/3283) ##### 📦 Dependency updates - chore(deps): bump go directive to 1.24.0 and golang.org/x/{crypto,net,sync} by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3288](https://redirect.github.com/IBM/sarama/pull/3288) - chore(deps): bump the golang-x group across 6 directories with 1 update by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3291](https://redirect.github.com/IBM/sarama/pull/3291) - chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3274](https://redirect.github.com/IBM/sarama/pull/3274) ##### 🔧 Maintenance - chore: refactor to use modern atomic types by [@​Sahil-4555](https://redirect.github.com/Sahil-4555) in [#​3277](https://redirect.github.com/IBM/sarama/pull/3277) - chore: pre-commit autoupdate to latest by [@​dnwe](https://redirect.github.com/dnwe) in [#​3278](https://redirect.github.com/IBM/sarama/pull/3278) - chore: apply modernize fixes from gopls by [@​dnwe](https://redirect.github.com/dnwe) in [#​3297](https://redirect.github.com/IBM/sarama/pull/3297) - chore(config): update comments of sarama.Config.Metadata.SingleFlight by [@​gunli](https://redirect.github.com/gunli) in [#​3296](https://redirect.github.com/IBM/sarama/pull/3296) - chore(client): update comments of client methods by [@​gunli](https://redirect.github.com/gunli) in [#​3295](https://redirect.github.com/IBM/sarama/pull/3295) ##### New Contributors - [@​Sahil-4555](https://redirect.github.com/Sahil-4555) made their first contribution in [#​3277](https://redirect.github.com/IBM/sarama/pull/3277) - [@​bvalente](https://redirect.github.com/bvalente) made their first contribution in [#​3283](https://redirect.github.com/IBM/sarama/pull/3283) - [@​gunli](https://redirect.github.com/gunli) made their first contribution in [#​3296](https://redirect.github.com/IBM/sarama/pull/3296) **Full Changelog**: <IBM/sarama@v1.46.0...v1.46.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
added a commit
that referenced
this pull request
Sep 23, 2025
) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/scalyr/dataset-go](https://redirect.github.com/scalyr/dataset-go) | `v0.20.0` -> `v0.21.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>scalyr/dataset-go (github.com/scalyr/dataset-go)</summary> ### [`v0.21.0`](https://redirect.github.com/scalyr/dataset-go/releases/tag/v0.21.0): : Update dependencies [Compare Source](https://redirect.github.com/scalyr/dataset-go/compare/v0.20.0...v0.21.0) #### What's Changed - Bump go.opentelemetry.io/otel from 1.27.0 to 1.28.0 in /examples/readme by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​101](https://redirect.github.com/scalyr/dataset-go/pull/101) - Bump go.opentelemetry.io/otel/metric from 1.27.0 to 1.28.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​102](https://redirect.github.com/scalyr/dataset-go/pull/102) - Bump go.opentelemetry.io/otel from 1.27.0 to 1.28.0 in /examples/client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​104](https://redirect.github.com/scalyr/dataset-go/pull/104) - Bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 in /examples/readme by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​105](https://redirect.github.com/scalyr/dataset-go/pull/105) - Bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.29.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​108](https://redirect.github.com/scalyr/dataset-go/pull/108) - Bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​107](https://redirect.github.com/scalyr/dataset-go/pull/107) - Bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 in /examples/client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​106](https://redirect.github.com/scalyr/dataset-go/pull/106) - Bump go.opentelemetry.io/otel from 1.29.0 to 1.31.0 in /examples/client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​116](https://redirect.github.com/scalyr/dataset-go/pull/116) - Bump go.opentelemetry.io/otel from 1.29.0 to 1.31.0 in /examples/readme by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​115](https://redirect.github.com/scalyr/dataset-go/pull/115) - Bump go.opentelemetry.io/otel from 1.31.0 to 1.33.0 in /examples/readme by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​124](https://redirect.github.com/scalyr/dataset-go/pull/124) - Bump go.opentelemetry.io/otel from 1.31.0 to 1.33.0 in /examples/client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​123](https://redirect.github.com/scalyr/dataset-go/pull/123) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​121](https://redirect.github.com/scalyr/dataset-go/pull/121) - Replace Go 1.21 with Go 1.23 by [@​martin-majlis-s1](https://redirect.github.com/martin-majlis-s1) in [#​127](https://redirect.github.com/scalyr/dataset-go/pull/127) - Bump go.opentelemetry.io/otel/metric from 1.29.0 to 1.34.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​126](https://redirect.github.com/scalyr/dataset-go/pull/126) - Bump go.opentelemetry.io/otel from 1.29.0 to 1.34.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​125](https://redirect.github.com/scalyr/dataset-go/pull/125) - Bump codecov/codecov-action from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​120](https://redirect.github.com/scalyr/dataset-go/pull/120) - Bump go.opentelemetry.io/otel from 1.33.0 to 1.35.0 in /examples/readme by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​130](https://redirect.github.com/scalyr/dataset-go/pull/130) - Bump go.opentelemetry.io/otel from 1.33.0 to 1.35.0 in /examples/client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​133](https://redirect.github.com/scalyr/dataset-go/pull/133) - Bump go.opentelemetry.io/otel/metric from 1.34.0 to 1.35.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​132](https://redirect.github.com/scalyr/dataset-go/pull/132) - Bump go.opentelemetry.io/otel from 1.34.0 to 1.35.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​131](https://redirect.github.com/scalyr/dataset-go/pull/131) - Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​143](https://redirect.github.com/scalyr/dataset-go/pull/143) - Bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​142](https://redirect.github.com/scalyr/dataset-go/pull/142) - Bump go.opentelemetry.io/otel from 1.35.0 to 1.37.0 in /examples/readme by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​140](https://redirect.github.com/scalyr/dataset-go/pull/140) - Bump go.opentelemetry.io/otel from 1.35.0 to 1.37.0 in /examples/client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​138](https://redirect.github.com/scalyr/dataset-go/pull/138) - Bump go.opentelemetry.io/otel/metric from 1.35.0 to 1.37.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​139](https://redirect.github.com/scalyr/dataset-go/pull/139) - Bump go.opentelemetry.io/otel from 1.35.0 to 1.37.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​141](https://redirect.github.com/scalyr/dataset-go/pull/141) **Full Changelog**: <scalyr/dataset-go@v0.20.0...v0.21.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
added a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/spf13/cast](https://redirect.github.com/spf13/cast) | `v1.9.2` -> `v1.10.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>spf13/cast (github.com/spf13/cast)</summary> ### [`v1.10.0`](https://redirect.github.com/spf13/cast/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/spf13/cast/compare/v1.9.2...v1.10.0) #### What's Changed - build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​275](https://redirect.github.com/spf13/cast/pull/275) - build(deps): bump github/codeql-action from 3.28.18 to 3.28.19 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​277](https://redirect.github.com/spf13/cast/pull/277) - build(deps): bump github/codeql-action from 3.28.19 to 3.29.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​289](https://redirect.github.com/spf13/cast/pull/289) - build(deps): bump github/codeql-action from 3.29.7 to 3.29.10 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​296](https://redirect.github.com/spf13/cast/pull/296) - build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​295](https://redirect.github.com/spf13/cast/pull/295) - build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​293](https://redirect.github.com/spf13/cast/pull/293) - build(deps): bump github/codeql-action from 3.29.10 to 3.30.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​301](https://redirect.github.com/spf13/cast/pull/301) - build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​300](https://redirect.github.com/spf13/cast/pull/300) - build(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​298](https://redirect.github.com/spf13/cast/pull/298) - Always return empty map instead of nil when conversion fails by [@​andig](https://redirect.github.com/andig) in [#​283](https://redirect.github.com/spf13/cast/pull/283) #### New Contributors - [@​andig](https://redirect.github.com/andig) made their first contribution in [#​283](https://redirect.github.com/spf13/cast/pull/283) **Full Changelog**: <spf13/cast@v1.9.2...v1.10.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Sep 23, 2025
…2861) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/proto/otlp](https://redirect.github.com/open-telemetry/opentelemetry-proto-go) | `v1.7.1` -> `v1.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)</summary> ### [`v1.8.0`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/releases/tag/v1.8.0): /0.1.0 [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/compare/v1.7.1...v1.8.0) #### What's Changed > \[!IMPORTANT] > See the OTLP changes for the actual protobuf changes. > <https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.8.0> - Push both the stable and unstable modules in push-tags by [@​dmathieu](https://redirect.github.com/dmathieu) in [#​377](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/377) - fix(deps): update module go.opentelemetry.io/proto/slim/otlp to v1.7.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​379](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/379) - fix(deps): update module go.opentelemetry.io/proto/otlp to v1.7.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​378](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/378) - chore(deps): update googleapis to [`a7a43d2`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/a7a43d2) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​380](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/380) - fix(deps): update module google.golang.org/protobuf to v1.36.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​381](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/381) - chore(deps): update module golang.org/x/sys to v0.35.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​382](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/382) - chore(deps): update github/codeql-action action to v3.29.6 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​383](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/383) - chore(deps): update all golang.org/x packages by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​384](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/384) - chore(deps): update module golang.org/x/net to v0.43.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​385](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/385) - chore(deps): update github/codeql-action action to v3.29.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​386](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/386) - chore(deps): update github/codeql-action action to v3.29.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​387](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/387) - chore(deps): update actions/checkout action to v5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​389](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/389) - chore(deps): update googleapis to [`6b04f9b`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/6b04f9b) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​390](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/390) - fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.26.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​392](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/392) - chore(deps): update googleapis to [`5f3141c`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/5f3141c) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​393](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/393) - chore(deps): update github/codeql-action action to v3.29.9 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​394](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/394) - chore(deps): update module go.opentelemetry.io/build-tools to v0.26.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​391](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/391) - fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.26.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​395](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/395) - chore(deps): update github/codeql-action action to v3.29.10 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​396](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/396) - chore(deps): update googleapis to [`3122310`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/3122310) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​397](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/397) - chore(deps): update module github.com/kevinburke/ssh\_config to v1.4.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​398](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/398) - fix(deps): update module google.golang.org/grpc to v1.75.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​399](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/399) - fix(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​400](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/400) - fix(deps): update module google.golang.org/protobuf to v1.36.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​401](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/401) - chore(deps): update github/codeql-action action to v3.29.11 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​402](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/402) - chore(deps): update googleapis to [`c5933d9`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/c5933d9) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​403](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/403) - chore(deps): update module go.opentelemetry.io/build-tools to v0.27.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​405](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/405) - chore(deps): update module github.com/spf13/pflag to v1.0.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​406](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/406) - chore(deps): update module github.com/spf13/pflag to v1.0.9 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​407](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/407) - chore(deps): update module github.com/spf13/cobra to v1.10.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​409](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/409) - chore(deps): update github/codeql-action action to v3.30.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​408](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/408) - chore(deps): update module github.com/spf13/cobra to v1.10.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​410](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/410) - chore(deps): update module github.com/spf13/pflag to v1.0.10 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​412](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/412) - Upgrade OTLP to 1.8.0 by [@​dmathieu](https://redirect.github.com/dmathieu) in [#​413](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/413) **Full Changelog**: <open-telemetry/opentelemetry-proto-go@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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Sep 23, 2025
…to v0.39.0 (#42857) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/testcontainers/testcontainers-go](https://redirect.github.com/testcontainers/testcontainers-go) | `v0.38.0` -> `v0.39.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)</summary> ### [`v0.39.0`](https://redirect.github.com/testcontainers/testcontainers-go/releases/tag/v0.39.0) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-go/compare/v0.38.0...v0.39.0) ### What's Changed #### 🚀 Features - feat(atlaslocal): add MongoDB Atlas Local module ([#​3254](https://redirect.github.com/testcontainers/testcontainers-go/issues/3254)) [@​prestonvasquez](https://redirect.github.com/prestonvasquez) - feat: allow saving specific platforms for an image ([#​3218](https://redirect.github.com/testcontainers/testcontainers-go/issues/3218)) [@​LaurentGoderre](https://redirect.github.com/LaurentGoderre) - feat(redpanda): add support for http proxy ([#​3258](https://redirect.github.com/testcontainers/testcontainers-go/issues/3258)) [@​simon0191](https://redirect.github.com/simon0191) - feat(nebulagraph): add NebulaGraph module ([#​3266](https://redirect.github.com/testcontainers/testcontainers-go/issues/3266)) [@​egasimov](https://redirect.github.com/egasimov) - feat(registry): add helper functions to pull and tag images ([#​3275](https://redirect.github.com/testcontainers/testcontainers-go/issues/3275)) [@​mdelapenya](https://redirect.github.com/mdelapenya) - feat: add Solace pubsub+ module ([#​3230](https://redirect.github.com/testcontainers/testcontainers-go/issues/3230)) [@​unicod3](https://redirect.github.com/unicod3) - feat(options): add WithProvider ([#​3241](https://redirect.github.com/testcontainers/testcontainers-go/issues/3241)) [@​dfioravanti](https://redirect.github.com/dfioravanti) - feat(mcpgateay): add Docker's MCP gateway module ([#​3232](https://redirect.github.com/testcontainers/testcontainers-go/issues/3232)) [@​mdelapenya](https://redirect.github.com/mdelapenya) #### 🐛 Bug Fixes - fix: preserve unix socket schema in testcontainersHostFromProperties ([#​3213](https://redirect.github.com/testcontainers/testcontainers-go/issues/3213)) [@​knqyf263](https://redirect.github.com/knqyf263) - fix(reaper): remove termSignal override ([#​3261](https://redirect.github.com/testcontainers/testcontainers-go/issues/3261)) [@​buraindo](https://redirect.github.com/buraindo) - fix(registry): update `WithHtpasswd` to use `os.CreateTemp` instead of `os.Create` with `filepath.Join`. ([#​3272](https://redirect.github.com/testcontainers/testcontainers-go/issues/3272)) [@​jakobmoellerdev](https://redirect.github.com/jakobmoellerdev) - fix(nats): use wait for listening port instead of wait for log ([#​3256](https://redirect.github.com/testcontainers/testcontainers-go/issues/3256)) [@​own2pwn](https://redirect.github.com/own2pwn) - fix(postgres): snapshot restore ([#​3264](https://redirect.github.com/testcontainers/testcontainers-go/issues/3264)) [@​ascheman](https://redirect.github.com/ascheman) #### 📖 Documentation - docs: clarify no client SDKs in production modules/images, in contributing.md ([#​3279](https://redirect.github.com/testcontainers/testcontainers-go/issues/3279)) [@​nimdrak](https://redirect.github.com/nimdrak) #### 🧹 Housekeeping - chore(atlas): simplify host-port calculation in tests ([#​3300](https://redirect.github.com/testcontainers/testcontainers-go/issues/3300)) [@​mdelapenya](https://redirect.github.com/mdelapenya) - chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 ([#​3283](https://redirect.github.com/testcontainers/testcontainers-go/issues/3283)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(modulegen): detect missing project files after new module creation ([#​3281](https://redirect.github.com/testcontainers/testcontainers-go/issues/3281)) [@​mdelapenya](https://redirect.github.com/mdelapenya) - chore(release): refine release script to update inter-module dependencies ([#​3273](https://redirect.github.com/testcontainers/testcontainers-go/issues/3273)) [@​mdelapenya](https://redirect.github.com/mdelapenya) - chore(postgres): use require.NotNil instead of assert.NotNil ([#​3252](https://redirect.github.com/testcontainers/testcontainers-go/issues/3252)) [@​nolandseigler](https://redirect.github.com/nolandseigler) - fix(dockermcpgateway): use duckduckgo instead of brave ([#​3247](https://redirect.github.com/testcontainers/testcontainers-go/issues/3247)) [@​mdelapenya](https://redirect.github.com/mdelapenya) #### 📦 Dependency updates - chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 ([#​3299](https://redirect.github.com/testcontainers/testcontainers-go/issues/3299)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 ([#​3238](https://redirect.github.com/testcontainers/testcontainers-go/issues/3238)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 ([#​3282](https://redirect.github.com/testcontainers/testcontainers-go/issues/3282)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 ([#​3287](https://redirect.github.com/testcontainers/testcontainers-go/issues/3287)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(go): bump to Go 1.24 as minimal version ([#​3298](https://redirect.github.com/testcontainers/testcontainers-go/issues/3298)) [@​mdelapenya](https://redirect.github.com/mdelapenya) - deps(mongodb): update MongoDB Go Driver to v2 ([#​3278](https://redirect.github.com/testcontainers/testcontainers-go/issues/3278)) [@​matthewdale](https://redirect.github.com/matthewdale) - chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.25.6 ([#​3224](https://redirect.github.com/testcontainers/testcontainers-go/issues/3224)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.1.7 ([#​3284](https://redirect.github.com/testcontainers/testcontainers-go/issues/3284)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump github.com/docker/go-connections from 0.5.0 to 0.6.0 ([#​3285](https://redirect.github.com/testcontainers/testcontainers-go/issues/3285)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 ([#​3283](https://redirect.github.com/testcontainers/testcontainers-go/issues/3283)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /modules/nebulagraph ([#​3277](https://redirect.github.com/testcontainers/testcontainers-go/issues/3277)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump ryuk to v0.13.0, which uses scratch as base image ([#​3274](https://redirect.github.com/testcontainers/testcontainers-go/issues/3274)) [@​mdelapenya](https://redirect.github.com/mdelapenya) - chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible ([#​3270](https://redirect.github.com/testcontainers/testcontainers-go/issues/3270)) [@​mdelapenya](https://redirect.github.com/mdelapenya) - chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /modules/compose ([#​3267](https://redirect.github.com/testcontainers/testcontainers-go/issues/3267)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump github/codeql-action from 3.29.2 to 3.29.3 ([#​3237](https://redirect.github.com/testcontainers/testcontainers-go/issues/3237)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.27.0 in /modules/weaviate ([#​3240](https://redirect.github.com/testcontainers/testcontainers-go/issues/3240)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump mkdocs-include-markdown-plugin from 7.1.5 to 7.1.6 ([#​3239](https://redirect.github.com/testcontainers/testcontainers-go/issues/3239)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump requests from 2.32.0 to 2.32.4 ([#​3204](https://redirect.github.com/testcontainers/testcontainers-go/issues/3204)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.27.0 in /modules/pulsar ([#​3236](https://redirect.github.com/testcontainers/testcontainers-go/issues/3236)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.27.0 in /modules/gcloud ([#​3235](https://redirect.github.com/testcontainers/testcontainers-go/issues/3235)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.27.0 in /modules/k3s ([#​3234](https://redirect.github.com/testcontainers/testcontainers-go/issues/3234)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Sep 23, 2025
…165 (#42832) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/DataDog/agent-payload/v5](https://redirect.github.com/DataDog/agent-payload) | `v5.0.164` -> `v5.0.165` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>DataDog/agent-payload (github.com/DataDog/agent-payload/v5)</summary> ### [`v5.0.165`](https://redirect.github.com/DataDog/agent-payload/releases/tag/v5.0.165) [Compare Source](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.164...v5.0.165) ##### What's Changed - \[CWS] add new epoch and release fields for packages in AD file info by [@​paulcacheux](https://redirect.github.com/paulcacheux) in [#​408](https://redirect.github.com/DataDog/agent-payload/pull/408) **Full Changelog**: <DataDog/agent-payload@v5.0.164...v5.0.165> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
songy23
pushed a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.135.0` -> `0.136.0` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.135.0` -> `0.136.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)</summary> ### [`v0.136.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01360) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.135.0...v0.136.0) ##### 💡 Enhancements 💡 - `service/telemetry`: Stops pinning go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 ([#​1178](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1178)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
songy23
pushed a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [gotest.tools/gotestsum](https://redirect.github.com/gotestyourself/gotestsum) | `v1.12.3` -> `v1.13.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gotestyourself/gotestsum (gotest.tools/gotestsum)</summary> ### [`v1.13.0`](https://redirect.github.com/gotestyourself/gotestsum/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/gotestyourself/gotestsum/compare/v1.12.3...v1.13.0) #### What's Changed - add --watch-clear flag to clear screen on rerun test by [@​krhubert](https://redirect.github.com/krhubert) in [#​507](https://redirect.github.com/gotestyourself/gotestsum/pull/507) - Show correct version when installed via `go install` by [@​devleejb](https://redirect.github.com/devleejb) in [#​520](https://redirect.github.com/gotestyourself/gotestsum/pull/520) - Add support for go test attributes by [@​noBlubb](https://redirect.github.com/noBlubb) in [#​522](https://redirect.github.com/gotestyourself/gotestsum/pull/522) - Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​486](https://redirect.github.com/gotestyourself/gotestsum/pull/486) #### New Contributors - [@​krhubert](https://redirect.github.com/krhubert) made their first contribution in [#​507](https://redirect.github.com/gotestyourself/gotestsum/pull/507) - [@​devleejb](https://redirect.github.com/devleejb) made their first contribution in [#​520](https://redirect.github.com/gotestyourself/gotestsum/pull/520) **Full Changelog**: <gotestyourself/gotestsum@v1.12.3...v1.12.4> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.248.0` -> `v0.249.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.249.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.249.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.248.0...v0.249.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​3281](https://redirect.github.com/googleapis/google-api-go-client/issues/3281)) ([c03d56b](https://redirect.github.com/googleapis/google-api-go-client/commit/c03d56bd807f14ef4612df738ba9d3f1f6d31d1d)) - **all:** Auto-regenerate discovery clients ([#​3283](https://redirect.github.com/googleapis/google-api-go-client/issues/3283)) ([4d1d336](https://redirect.github.com/googleapis/google-api-go-client/commit/4d1d33689712d397ab582ee046fc51c94c080e04)) - **all:** Auto-regenerate discovery clients ([#​3284](https://redirect.github.com/googleapis/google-api-go-client/issues/3284)) ([d2b41b6](https://redirect.github.com/googleapis/google-api-go-client/commit/d2b41b6ebb0b352d79d2ea64f89579ebbc9f96c7)) - **all:** Auto-regenerate discovery clients ([#​3285](https://redirect.github.com/googleapis/google-api-go-client/issues/3285)) ([bcde943](https://redirect.github.com/googleapis/google-api-go-client/commit/bcde9430e3e68f4ec7bebbbf54742774b9f7cfa7)) - **all:** Auto-regenerate discovery clients ([#​3286](https://redirect.github.com/googleapis/google-api-go-client/issues/3286)) ([27530dd](https://redirect.github.com/googleapis/google-api-go-client/commit/27530ddc5176ffbbd8a418f532878b495cb4fdf5)) - **all:** Auto-regenerate discovery clients ([#​3288](https://redirect.github.com/googleapis/google-api-go-client/issues/3288)) ([240e54a](https://redirect.github.com/googleapis/google-api-go-client/commit/240e54a47415519f419f9c35a7699205fac62dd1)) - **all:** Auto-regenerate discovery clients ([#​3289](https://redirect.github.com/googleapis/google-api-go-client/issues/3289)) ([2bd4a72](https://redirect.github.com/googleapis/google-api-go-client/commit/2bd4a72fae45cc4cb10b77ad1b1c2d5d8d99a650)) - **all:** Auto-regenerate discovery clients ([#​3291](https://redirect.github.com/googleapis/google-api-go-client/issues/3291)) ([d09c7d3](https://redirect.github.com/googleapis/google-api-go-client/commit/d09c7d319a1191f231043622df5be2f4dba1f629)) - **all:** Auto-regenerate discovery clients ([#​3292](https://redirect.github.com/googleapis/google-api-go-client/issues/3292)) ([7b2235b](https://redirect.github.com/googleapis/google-api-go-client/commit/7b2235b3826bd01cc4c0f47ab9828692875029c6)) - **all:** Auto-regenerate discovery clients ([#​3293](https://redirect.github.com/googleapis/google-api-go-client/issues/3293)) ([2e60cd5](https://redirect.github.com/googleapis/google-api-go-client/commit/2e60cd5bcc4bafa45fa699a7753db273568af68a)) - **all:** Auto-regenerate discovery clients ([#​3294](https://redirect.github.com/googleapis/google-api-go-client/issues/3294)) ([162aba4](https://redirect.github.com/googleapis/google-api-go-client/commit/162aba409d969077157d3ecec3f7578af15a62b4)) - **all:** Auto-regenerate discovery clients ([#​3295](https://redirect.github.com/googleapis/google-api-go-client/issues/3295)) ([e297a42](https://redirect.github.com/googleapis/google-api-go-client/commit/e297a428606910b17750a7d09aaec92c2513b415)) - **all:** Auto-regenerate discovery clients ([#​3296](https://redirect.github.com/googleapis/google-api-go-client/issues/3296)) ([f98f835](https://redirect.github.com/googleapis/google-api-go-client/commit/f98f8357e2480c0e96acfa004f30c731988e4cbe)) - **all:** Auto-regenerate discovery clients ([#​3297](https://redirect.github.com/googleapis/google-api-go-client/issues/3297)) ([ababe60](https://redirect.github.com/googleapis/google-api-go-client/commit/ababe603c1ec78c9becb3daf8cde2b4fbd108fde)) - **all:** Auto-regenerate discovery clients ([#​3299](https://redirect.github.com/googleapis/google-api-go-client/issues/3299)) ([ad70b6e](https://redirect.github.com/googleapis/google-api-go-client/commit/ad70b6eee9be539868c5b8004a7be4501fdd7404)) - **all:** Auto-regenerate discovery clients ([#​3300](https://redirect.github.com/googleapis/google-api-go-client/issues/3300)) ([4fcd5bb](https://redirect.github.com/googleapis/google-api-go-client/commit/4fcd5bbd71a8e09cc05c17775fffc365d00dbcb5)) - **all:** Auto-regenerate discovery clients ([#​3301](https://redirect.github.com/googleapis/google-api-go-client/issues/3301)) ([6db0561](https://redirect.github.com/googleapis/google-api-go-client/commit/6db056121da007d4c80b1eacdff5cf23e60fa6a2)) - **all:** Auto-regenerate discovery clients ([#​3302](https://redirect.github.com/googleapis/google-api-go-client/issues/3302)) ([79b251a](https://redirect.github.com/googleapis/google-api-go-client/commit/79b251ae0fcbe4f34730ace80b89f43b529c192b)) - **all:** Auto-regenerate discovery clients ([#​3303](https://redirect.github.com/googleapis/google-api-go-client/issues/3303)) ([e93c8a8](https://redirect.github.com/googleapis/google-api-go-client/commit/e93c8a870b9a43ac439c438d52df964da732df02)) - **all:** Auto-regenerate discovery clients ([#​3305](https://redirect.github.com/googleapis/google-api-go-client/issues/3305)) ([1ca0330](https://redirect.github.com/googleapis/google-api-go-client/commit/1ca0330e52f234f3f9e9d65c431e0f9e7a2e93a0)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/otel](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.13.0` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.13.0` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.13.0` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/schema](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.0.12` -> `v0.0.13` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/sdk](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/sdk/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.13.0` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/sdk/log/logtest](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.13.0` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/otel/sdk/metric](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.37.0` -> `v1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)</summary> ### [`v1.38.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v1.38.0): /v0.60.0/v0.14.0/v0.0.13 [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.37.0...v1.38.0) ##### Overview This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24]. ##### Added - Add native histogram exemplar support in `go.opentelemetry.io/otel/exporters/prometheus`. ([#​6772](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6772)) - Add template attribute functions to the `go.opentelmetry.io/otel/semconv/v1.34.0` package. ([#​6939](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6939)) - `ContainerLabel` - `DBOperationParameter` - `DBSystemParameter` - `HTTPRequestHeader` - `HTTPResponseHeader` - `K8SCronJobAnnotation` - `K8SCronJobLabel` - `K8SDaemonSetAnnotation` - `K8SDaemonSetLabel` - `K8SDeploymentAnnotation` - `K8SDeploymentLabel` - `K8SJobAnnotation` - `K8SJobLabel` - `K8SNamespaceAnnotation` - `K8SNamespaceLabel` - `K8SNodeAnnotation` - `K8SNodeLabel` - `K8SPodAnnotation` - `K8SPodLabel` - `K8SReplicaSetAnnotation` - `K8SReplicaSetLabel` - `K8SStatefulSetAnnotation` - `K8SStatefulSetLabel` - `ProcessEnvironmentVariable` - `RPCConnectRPCRequestMetadata` - `RPCConnectRPCResponseMetadata` - `RPCGRPCRequestMetadata` - `RPCGRPCResponseMetadata` - Add `ErrorType` attribute helper function to the `go.opentelmetry.io/otel/semconv/v1.34.0` package. ([#​6962](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6962)) - Add `WithAllowKeyDuplication` in `go.opentelemetry.io/otel/sdk/log` which can be used to disable deduplication for log records. ([#​6968](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6968)) - Add `WithCardinalityLimit` option to configure the cardinality limit in `go.opentelemetry.io/otel/sdk/metric`. ([#​6996](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6996), [#​7065](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7065), [#​7081](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7081), [#​7164](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7164), [#​7165](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7165), [#​7179](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7179)) - Add `Clone` method to `Record` in `go.opentelemetry.io/otel/log` that returns a copy of the record with no shared state. ([#​7001](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7001)) - Add experimental self-observability span and batch span processor metrics in `go.opentelemetry.io/otel/sdk/trace`. Check the `go.opentelemetry.io/otel/sdk/trace/internal/x` package documentation for more information. ([#​7027](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7027), [#​6393](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6393), [#​7209](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7209)) - The `go.opentelemetry.io/otel/semconv/v1.36.0` package. The package contains semantic conventions from the `v1.36.0` version of the OpenTelemetry Semantic Conventions. See the [migration documentation](./semconv/v1.36.0/MIGRATION.md) for information on how to upgrade from `go.opentelemetry.io/otel/semconv/v1.34.0.`([#​7032](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7032), [#​7041](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7041)) - Add support for configuring Prometheus name translation using `WithTranslationStrategy` option in `go.opentelemetry.io/otel/exporters/prometheus`. The current default translation strategy when UTF-8 mode is enabled is `NoUTF8EscapingWithSuffixes`, but a future release will change the default strategy to `UnderscoreEscapingWithSuffixes` for compliance with the specification. ([#​7111](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111)) - Add experimental self-observability log metrics in `go.opentelemetry.io/otel/sdk/log`. Check the `go.opentelemetry.io/otel/sdk/log/internal/x` package documentation for more information. ([#​7121](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7121)) - Add experimental self-observability trace exporter metrics in `go.opentelemetry.io/otel/exporters/stdout/stdouttrace`. Check the `go.opentelemetry.io/otel/exporters/stdout/stdouttrace/internal/x` package documentation for more information. ([#​7133](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7133)) - Support testing of \[Go 1.25]. ([#​7187](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7187)) - The `go.opentelemetry.io/otel/semconv/v1.37.0` package. The package contains semantic conventions from the `v1.37.0` version of the OpenTelemetry Semantic Conventions. See the [migration documentation](./semconv/v1.37.0/MIGRATION.md) for information on how to upgrade from `go.opentelemetry.io/otel/semconv/v1.36.0.`([#​7254](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7254)) ##### Changed - Optimize `TraceIDFromHex` and `SpanIDFromHex` in `go.opentelemetry.io/otel/sdk/trace`. ([#​6791](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6791)) - Change `AssertEqual` in `go.opentelemetry.io/otel/log/logtest` to accept `TestingT` in order to support benchmarks and fuzz tests. ([#​6908](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6908)) - Change `DefaultExemplarReservoirProviderSelector` in `go.opentelemetry.io/otel/sdk/metric` to use `runtime.GOMAXPROCS(0)` instead of `runtime.NumCPU()` for the `FixedSizeReservoirProvider` default size. ([#​7094](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7094)) ##### Fixed - `SetBody` method of `Record` in `go.opentelemetry.io/otel/sdk/log` now deduplicates key-value collections (`log.Value` of `log.KindMap` from `go.opentelemetry.io/otel/log`). ([#​7002](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7002)) - Fix `go.opentelemetry.io/otel/exporters/prometheus` to not append a suffix if it's already present in metric name. ([#​7088](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7088)) - Fix the `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` self-observability component type and name. ([#​7195](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7195)) - Fix partial export count metric in `go.opentelemetry.io/otel/exporters/stdout/stdouttrace`. ([#​7199](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7199)) ##### Deprecated - Deprecate `WithoutUnits` and `WithoutCounterSuffixes` options, preferring `WithTranslationStrategy` instead. ([#​7111](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111)) - Deprecate support for `OTEL_GO_X_CARDINALITY_LIMIT` environment variable in `go.opentelemetry.io/otel/sdk/metric`. Use `WithCardinalityLimit` option instead. ([#​7166](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7166)) [Go 1.24]: https://go.dev/doc/go1.24 [Go 1.23]: https://go.dev/doc/go1.23 ##### What's Changed - chore(deps): update golang.org/x/telemetry digest to [`96f361d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/96f361d) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7054](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7054) - fix(deps): update googleapis to [`a45f3df`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/a45f3df) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7058](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7058) - chore(deps): update github/codeql-action action to v3.29.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7055](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7055) - fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.3.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7060](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7060) - chore(deps): update module github.com/securego/gosec/v2 to v2.22.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7059](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7059) - chore(deps): update python:3.13.5-slim-bullseye docker digest to [`89aa817`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/89aa817) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7061](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7061) - chore(deps): update python:3.13.5-slim-bullseye docker digest to [`17c88fd`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/17c88fd) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7062](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7062) - Fix markdown-fail-fast on push by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7057](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7057) - sdk/trace: self-observability: span metrics by [@​pellared](https://redirect.github.com/pellared) in [#​7027](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7027) - chore(deps): update module github.com/ldez/grignotin to v0.10.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7072](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7072) - fix(deps): update module google.golang.org/grpc to v1.74.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7073](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7073) - chore(deps): update python:3.13.5-slim-bullseye docker digest to [`ba65ee6`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/ba65ee6) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7068](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7068) - sdk/metric: do not document default cardinality limit by [@​pellared](https://redirect.github.com/pellared) in [#​7065](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7065) - docs: unify doc comments for functions returning bool by [@​pellared](https://redirect.github.com/pellared) in [#​7064](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7064) - fix(deps): update module go.opentelemetry.io/collector/pdata to v1.36.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7070](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7070) - fix(deps): update github.com/prometheus/otlptranslator digest to [`fce6240`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/fce6240) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7075](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7075) - fix(deps): update module github.com/cenkalti/backoff/v5 to v5.0.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7077](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7077) - chore(deps): update github/codeql-action action to v3.29.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7076](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7076) - Add Flc as an approver by [@​pellared](https://redirect.github.com/pellared) in [#​7053](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7053) - chore(deps): update module go.opentelemetry.io/build-tools to v0.25.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7079](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7079) - fix(deps): update build-tools to v0.25.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7080](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7080) - chore(deps): update python:3.13.5-slim-bullseye docker digest to [`846d391`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/846d391) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7078](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7078) - chore(deps): update module github.com/bombsimon/wsl/v5 to v5.1.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7082](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7082) - chore(deps): update module github.com/daixiang0/gci to v0.13.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7085](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7085) - fix(deps): update github.com/prometheus/otlptranslator digest to [`ab8d56d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/ab8d56d) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7088](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7088) - fix: add mock server URL to .lycheeignore by [@​flc1125](https://redirect.github.com/flc1125) in [#​7090](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7090) - chore(deps): update module github.com/sonatard/noctx to v0.4.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7092](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7092) - chore(deps): update golang.org/x/telemetry digest to [`1581f0a`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/1581f0a) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7096](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7096) - fix(deps): update googleapis to [`f173205`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f173205) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7097](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7097) - chore(deps): update module github.com/4meepo/tagalign to v1.4.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7098](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7098) - Modernize by [@​ash2k](https://redirect.github.com/ash2k) in [#​7089](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7089) - Remove notice about internaltest which is not generated anymore by [@​dmathieu](https://redirect.github.com/dmathieu) in [#​7093](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7093) - sdk/metric: use runtime.GOMAXPROCS(0) instead of runtime.NumCPU() in DefaultExemplarReservoirProviderSelector for the FixedSizeReservoirProvider default size by [@​lzakharov](https://redirect.github.com/lzakharov) in [#​7094](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7094) - ci: Add use-any linter by [@​flc1125](https://redirect.github.com/flc1125) in [#​7091](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7091) - chore: enable gocritic linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​7095](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7095) - chore(deps): update module github.com/sagikazarmark/locafero to v0.10.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7100](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7100) - chore(deps): update golang.org/x/telemetry digest to [`28f32e4`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/28f32e4) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7099](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7099) - fix(deps): update module go.opentelemetry.io/collector/pdata to v1.37.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7101](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7101) - fix(deps): update build-tools to v0.26.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7105](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7105) - chore(deps): update github/codeql-action action to v3.29.5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7103](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7103) - Fix names in experimental readmes by [@​pellared](https://redirect.github.com/pellared) in [#​7106](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7106) - fix(deps): update module go.opentelemetry.io/proto/otlp to v1.7.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7108](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7108) - fix(deps): update module github.com/prometheus/client\_golang to v1.23.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7109](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7109) - Add changelog entry for version bump of otlptranslator - suffixes are now deduplicated by [@​ArthurSens](https://redirect.github.com/ArthurSens) in [#​7086](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7086) - fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.3.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7118](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7118) - chore: enable extra-rules from gofumpt by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​7114](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7114) - chore(deps): update module github.com/alecthomas/chroma/v2 to v2.20.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7125](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7125) - fix(deps): update googleapis to [`a7a43d2`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/a7a43d2) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7126](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7126) - sdk/metric: Apply Cardinality Limits to Aggregations by [@​ysolomchenko](https://redirect.github.com/ysolomchenko) in [#​7081](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7081) - chore: enable unused-parameter rule from revive by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​7122](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7122) - Add support for native histogram exemplars by [@​shivanthzen](https://redirect.github.com/shivanthzen) in [#​6772](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/6772) - chore(deps): update golang.org/x/telemetry digest to [`9469f96`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/9469f96) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7134](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7134) - chore(deps): update module github.com/charmbracelet/x/ansi to v0.10.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7135](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7135) - Testing: Run sync measure benchmarks in parallel by [@​dashpole](https://redirect.github.com/dashpole) in [#​7113](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7113) - chore(deps): update actions/download-artifact action to v5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7136](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7136) - Add benchmark for map access using attribute Equivalent by [@​dashpole](https://redirect.github.com/dashpole) in [#​7123](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7123) - Add security insights document to repository by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7129](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7129) - sdk/log: self-observability: log created metric by [@​mahendrabishnoi2](https://redirect.github.com/mahendrabishnoi2) in [#​7121](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7121) - fix(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7138](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7138) - chore(deps): update actions/cache action to v4.2.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7140](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7140) - fix(deps): update module google.golang.org/protobuf to v1.36.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7141](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7141) - chore(deps): update lycheeverse/lychee-action action to v2.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7143](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7143) - chore(deps): update github/codeql-action action to v3.29.6 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7144](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7144) - chore(deps): update golang.org/x/telemetry digest to [`01f7bf4`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/01f7bf4) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7146](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7146) - chore(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7147](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7147) - chore: enable ptrToRefParam from go-critic by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​7131](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7131) - chore(deps): update python docker tag to v3.13.6 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7148](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7148) - chore(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7149](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7149) - chore(deps): update python:3.13.6-slim-bullseye docker digest to [`e98b521`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/e98b521) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7151](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7151) - chore(deps): update github/codeql-action action to v3.29.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7152](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7152) - chore(deps): update github/codeql-action action to v3.29.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7156](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7156) - fix(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7153](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7153) - fix(deps): update golang.org/x/exp digest to [`a408d31`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/a408d31) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7158](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7158) - fix(deps): update module github.com/prometheus/otlptranslator to v0.0.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7159](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7159) - chore: enable unused-receiver rule from revive by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​7130](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7130) - feat(stdouttrace): add experimental self-observability metrics by [@​flc1125](https://redirect.github.com/flc1125) in [#​7133](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7133) - chore(deps): update actions/checkout action to v5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7168](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7168) - sdk/log: Add EventNameProcessor example by [@​pellared](https://redirect.github.com/pellared) in [#​7128](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7128) - chore(deps): update otel/weaver docker tag to v0.17.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7163](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7163) - fix(deps): update googleapis to [`6b04f9b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/6b04f9b) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7169](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7169) - chore(deps): update module go.opentelemetry.io/build-tools to v0.26.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7170](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7170) - sdk/trace: self-observability: batch span processor metrics by [@​dashpole](https://redirect.github.com/dashpole) in [#​6393](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/6393) - fix(deps): update build-tools to v0.26.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7171](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7171) - Add subscript to issue templates by [@​opentelemetrybot](https://redirect.github.com/opentelemetrybot) in [#​7116](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7116) - fix(deps): update golang.org/x to [`51f8813`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/51f8813) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7173](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7173) - Upgrade semconv gen to weaver v0.17.0 by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7172](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7172) - sdk/metric: Add Unit Tests for Cardinality Limits by [@​ysolomchenko](https://redirect.github.com/ysolomchenko) in [#​7164](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7164) - sdk/metric: Deprecate the `sdk/metric/x` Feature Supporting Cardinality Limits by [@​ysolomchenko](https://redirect.github.com/ysolomchenko) in [#​7166](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7166) - sdk/metric: package example includes Cardinality Limits by [@​ysolomchenko](https://redirect.github.com/ysolomchenko) in [#​7165](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7165) - fix(deps): update module go.opentelemetry.io/collector/pdata to v1.38.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7177](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7177) - chore(deps): update module go-simpler.org/musttag to v0.14.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7178](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7178) - fix(deps): update googleapis to [`5f3141c`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/5f3141c) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7176](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7176) - chore(deps): update github/codeql-action action to v3.29.9 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7181](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7181) - Support Go 1.25 by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7187](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7187) - ci(benchmarks): switch runner to Oracle bare metal by [@​tdn21](https://redirect.github.com/tdn21) in [#​7183](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7183) - chore(deps): update module github.com/charmbracelet/colorprofile to v0.3.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7190](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7190) - chore(deps): update module go.opentelemetry.io/build-tools to v0.26.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7191](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7191) - fix(deps): update build-tools to v0.26.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7192](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7192) - chore(deps): update otel/weaver docker tag to v0.17.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7207](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7207) - Use the context passed to `ExportSpans` for measurements in `stdouttrace` by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7198](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7198) - Flatten `stdouttrace` `Exporter.initSelfObservability` into `Exporter.New` by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7197](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7197) - Fix component name for stdouttrace by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7195](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7195) - Restructure component ID counting in stdouttrace by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7196](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7196) - chore(deps): update module go.augendre.info/fatcontext to v0.8.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7213](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7213) - sdk/trace: do not defer if not self-observing by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7206](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7206) - Flatten `tracer.initSelfObservability` into `TracerProvider.Tracer` by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7205](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7205) - Fix minor grammatical error in `sdk/trace/internal/x` README.md by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7211](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7211) - Fix minor grammatical error in stdouttrace by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7202](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7202) - Fix callbackAttributesOpt variable name by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7210](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7210) - Fix minor grammatical error in `Distinct` docs by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7203](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7203) - Use `t.Cleanup` instead of `defer` in `stdouttrace` by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7204](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7204) - Use `t.Cleanup` instead of `defer` in `sdk/trace` by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7208](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7208) - chore(deps): update github/codeql-action action to v3.29.10 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7214](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7214) - Handle partial export counts in `stdouttrace` observability by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7199](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7199) - Pool attribute slices in `stdouttrace` self-observability by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7201](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7201) - fix(deps): update googleapis to [`3122310`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/3122310) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7216](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7216) - chore(deps): update module github.com/kevinburke/ssh\_config to v1.4.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7219](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7219) - fix(deps): update module google.golang.org/grpc to v1.75.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7220](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7220) - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7224](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7224) - fix(deps): update module google.golang.org/protobuf to v1.36.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7225](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7225) - chore(deps): update codecov/codecov-action action to v5.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7227](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7227) - chore(deps): update github/codeql-action action to v3.29.11 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7229](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7229) - sdk/trace: More trace id tests by [@​bboreham](https://redirect.github.com/bboreham) in [#​7155](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7155) - chore(deps): update github.com/golangci/golines digest to [`d4663ad`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/d4663ad) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7238](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7238) - chore(deps): update lycheeverse/lychee-action action to v2.6.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7239](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7239) - feat(stdouttrace): generate counter implementation via templates by [@​yumosx](https://redirect.github.com/yumosx) in [#​7231](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7231) - refactor(logger): Flatten `logger.initSelfObservability` into `logger.newLoggerr` and use `t.Cleanup` instead of defer by [@​yumosx](https://redirect.github.com/yumosx) in [#​7228](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7228) - fix(deps): update module github.com/stretchr/testify to v1.11.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7242](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7242) - chore(deps): update lycheeverse/lychee-action action to v2.6.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7243](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7243) - Wrap `Float64ObservableCounter` with `system.CPUTime` by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7235](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7235) - Fix CPUModeSystem variable name by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7233](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7233) - Return early in semconv generated packages if no attributes passed by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7222](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7222) - \[chore] Upgrade semconv pkg use to v1.36.0 by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7237](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7237) - fix: correct package import paths by [@​flc1125](https://redirect.github.com/flc1125) in [#​7244](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7244) - sdk/metric: Add Documentation for Cardinality Limits by [@​ysolomchenko](https://redirect.github.com/ysolomchenko) in [#​7179](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7179) - sdk/log: Deduplicate key-value collections in Record.SetBody by [@​Mojachieee](https://redirect.github.com/Mojachieee) in [#​7002](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7002) - fix(deps): update google.golang.org/genproto/googleapis/rpc digest to [`c5933d9`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/c5933d9) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7246](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7246) - chore(deps): update google.golang.org/genproto/googleapis/api digest to [`c5933d9`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/c5933d9) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7250](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7250) - Add copyright header to generated semconv packages by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7248](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7248) - Clarify overflow attribute description in doc.go to indicate it is boolean true by [@​cijothomas](https://redirect.github.com/cijothomas) in [#​7247](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7247) - trace: optimize id parsing and string functions by [@​jschaf](https://redirect.github.com/jschaf) in [#​6791](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/6791) - Propagate context to self-observability measurements in `sdk/trace` by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7209](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7209) - Amortize measurement option allocations by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7215](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7215) - Add `AddSet` and `RecordSet` methods to semconv generated packages by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7223](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7223) - chore(deps): update module github.com/ldez/tagliatelle to v0.7.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7253](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7253) - chore(deps): update module go.opentelemetry.io/build-tools to v0.27.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7257](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7257) - chore(deps): update module github.com/gordonklaus/ineffassign to v0.2.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7259](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7259) - Generate the `semconv/v1.37.0` packages by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7254](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7254) - prometheus: Add support for setting Translation Strategy config option by [@​ywwg](https://redirect.github.com/ywwg) in [#​7111](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7111) - fix(deps): update module github.com/stretchr/testify to v1.11.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7261](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7261) - Upgrade semconv dependencies to v1.37.0 by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7260](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7260) - Add benchmark for set equality by [@​dashpole](https://redirect.github.com/dashpole) in [#​7262](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7262) - chore(deps): update module github.com/mgechev/revive to v1.12.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7269](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7269) - Refactor BSP observability setup by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7264](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7264) - Statically define trace observability attributes by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7263](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7263) - Add tests for attribute JSON marshalling by [@​dashpole](https://redirect.github.com/dashpole) in [#​7268](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7268) - Release v1.38.0 by [@​MrAlias](https://redirect.github.com/MrAlias) in [#​7271](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7271) ##### New Contributors - [@​lzakharov](https://redirect.github.com/lzakharov) made their first contribution in [#​7094](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7094) - [@​ArthurSens](https://redirect.github.com/ArthurSens) made their first contribution in [#​7086](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7086) - [@​shivanthzen](https://redirect.github.com/shivanthzen) made their first contribution in [#​6772](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/6772) - [@​mahendrabishnoi2](https://redirect.github.com/mahendrabishnoi2) made their first contribution in [#​7121](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7121) - [@​tdn21](https://redirect.github.com/tdn21) made their first contribution in [#​7183](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7183) - [@​cijothomas](https://redirect.github.com/cijothomas) made their first contribution in [#​7247](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7247) - [@​ywwg](https://redirect.github.com/ywwg) made their first contribution in [#​7111](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7111) **Full Changelog**: <https://github.com/open-telemetry/opentelemetry-go/compare/exporters/prometheus/v0.59.1...v1.38.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
codeboten
pushed a commit
that referenced
this pull request
Sep 23, 2025
) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.65.1-0.20250703115700-7f8b2a0d32d3` -> `v0.66.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.65.0` -> `v0.66.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/common (github.com/prometheus/common)</summary> ### [`v0.66.1`](https://redirect.github.com/prometheus/common/blob/HEAD/CHANGELOG.md#v0661--2025-09-05) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.66.0...v0.66.1) This release has no functional changes, it just drops the dependencies `github.com/grafana/regexp` and `go.uber.org/atomic` and replaces `gopkg.in/yaml.v2` with `go.yaml.in/yaml/v2` (a drop-in replacement). ##### What's Changed - Revert "Use github.com/grafana/regexp instead of regexp" by [@​aknuds1](https://redirect.github.com/aknuds1) in [#​835](https://redirect.github.com/prometheus/common/pull/835) - Move to supported version of yaml parser by [@​dims](https://redirect.github.com/dims) in [#​834](https://redirect.github.com/prometheus/common/pull/834) - Revert "Use go.uber.org/atomic instead of sync/atomic ([#​825](https://redirect.github.com/prometheus/common/issues/825))" by [@​aknuds1](https://redirect.github.com/aknuds1) in [#​838](https://redirect.github.com/prometheus/common/pull/838) **Full Changelog**: <prometheus/common@v1.20.99...v0.66.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
songy23
pushed a commit
that referenced
this pull request
Sep 23, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7` -> `v8` | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7.1.0` -> `v8.0.0` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | major | `v5` -> `v6` | | [actions/stale](https://redirect.github.com/actions/stale) | action | major | `v9` -> `v10` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v8`](https://redirect.github.com/actions/github-script/releases/tag/v8): .0.0 [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v8) ##### What's Changed - Update Node.js version support to 24.x by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​637](https://redirect.github.com/actions/github-script/pull/637) - README for updating actions/github-script from v7 to v8 by [@​sneha-krip](https://redirect.github.com/sneha-krip) in [#​653](https://redirect.github.com/actions/github-script/pull/653) #####⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) Make sure your runner is updated to this version or newer to use this release. ##### New Contributors - [@​salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#​637](https://redirect.github.com/actions/github-script/pull/637) - [@​sneha-krip](https://redirect.github.com/sneha-krip) made their first contribution in [#​653](https://redirect.github.com/actions/github-script/pull/653) **Full Changelog**: <actions/github-script@v7.1.0...v8.0.0> </details> <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6`](https://redirect.github.com/actions/setup-go/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v5...v6) </details> <details> <summary>actions/stale (actions/stale)</summary> ### [`v10`](https://redirect.github.com/actions/stale/compare/v9...v10) [Compare Source](https://redirect.github.com/actions/stale/compare/v9...v10) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
amir-jakoby
added a commit
to Sawmills/opentelemetry-collector-contrib
that referenced
this pull request
Sep 27, 2025
* [receiver/k8sevents] add scope name & version in logs (#42435) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description logs now report scope name and version <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes #42426 <!--Describe what testing was performed and which tests were added.--> #### Testing added a new test `TestScopeNameAndVersion` in `receiver/k8seventsreceiver/k8s_event_to_logdata_test.go` Co-authored-by: Christos Markou <[email protected]> * [processor/resourcedetection] Add support for hetzner cloud (#42477) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR adds support for resource detection in Hetzner Cloud. I have not added the Hetzner cloud into semantic conventions, but I can open a PR for it. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes #42476 <!--Describe what testing was performed and which tests were added.--> #### Testing Added tests to cover most of the cases, and I personally tested on a Hetzner server. ``` 2025-09-03T17:31:23.666+0100 info [email protected]/service.go:211 Starting otelcontribcol... {"resource": {"service.instance.id": "f054fbb3-ad03-4aef-8c7a-1e38550cfec7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "Version": "0.134.0-dev", "NumCPU": 8} 2025-09-03T17:31:23.666+0100 info extensions/extensions.go:41 Starting extensions... {"resource": {"service.instance.id": "f054fbb3-ad03-4aef-8c7a-1e38550cfec7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}} 2025-09-03T17:31:23.666+0100 info internal/resourcedetection.go:137 began detecting resource information {"resource": {"service.instance.id": "f054fbb3-ad03-4aef-8c7a-1e38550cfec7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics"} 2025-09-03T17:31:23.672+0100 info internal/resourcedetection.go:188 detected resource information {"resource": {"service.instance.id": "f054fbb3-ad03-4aef-8c7a-1e38550cfec7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "resourcedetection", "otelcol.component.kind": "processor", "otelcol.pipeline.id": "metrics", "otelcol.signal": "metrics", "resource": {"cloud.availability_zone":"nbg1-dc3","cloud.provider":"hetzner","cloud.region":"eu-central","host.id":"30727666","host.name":"vm1"}} 2025-09-03T17:31:23.672+0100 info [email protected]/service.go:234 Everything is ready. Begin running and processing data. {"resource": {"service.instance.id": "f054fbb3-ad03-4aef-8c7a-1e38550cfec7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}} 2025-09-03T17:31:24.673+0100 info Metrics {"resource": {"service.instance.id": "f054fbb3-ad03-4aef-8c7a-1e38550cfec7", "service.name": "otelcontribcol", "service.version": "0.134.0-dev"}, "otelcol.component.id": "debug", "otelcol.component.kind": "exporter", "otelcol.signal": "metrics", "resource metrics": 3, "metrics": 5, "data points": 73} 2025-09-03T17:31:24.673+0100 info ResourceMetrics #0 Resource SchemaURL: https://opentelemetry.io/schemas/1.9.0 Resource attributes: -> cloud.provider: Str(hetzner) -> host.id: Str(30727666) -> host.name: Str(vm1) -> cloud.region: Str(eu-central) -> cloud.availability_zone: Str(nbg1-dc3) ``` <!--Describe the documentation added.--> #### Documentation Updated the `README.md` with this new detector. <!--Please delete paragraphs that you did not use before submitting.--> --------- Signed-off-by: Paulo Dias <[email protected]> * Update module github.com/stretchr/testify to v1.11.1 (#42264) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/stretchr/testify](https://redirect.github.com/stretchr/testify) | `v1.10.0` -> `v1.11.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/stretchr/testify](https://redirect.github.com/stretchr/testify) | `v1.11.0` -> `v1.11.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.11.1`](https://redirect.github.com/stretchr/testify/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.11.0...v1.11.1) This release fixes [#​1785](https://redirect.github.com/stretchr/testify/issues/1785) introduced in v1.11.0 where expected argument values implementing the stringer interface (`String() string`) with a method which mutates their value, when passed to mock.Mock.On (`m.On("Method", <expected>).Return()`) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case. #### What's Changed - Backport [#​1786](https://redirect.github.com/stretchr/testify/issues/1786) to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@​brackendawson](https://redirect.github.com/brackendawson) in [#​1788](https://redirect.github.com/stretchr/testify/pull/1788) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1> ### [`v1.11.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.10.0...v1.11.0) #### What's Changed ##### Functional Changes v1.11.0 Includes a number of performance improvements. - Call stack perf change for CallerInfo by [@​mikeauclair](https://redirect.github.com/mikeauclair) in [#​1614](https://redirect.github.com/stretchr/testify/pull/1614) - Lazily render mock diff output on successful match by [@​mikeauclair](https://redirect.github.com/mikeauclair) in [#​1615](https://redirect.github.com/stretchr/testify/pull/1615) - assert: check early in Eventually, EventuallyWithT, and Never by [@​cszczepaniak](https://redirect.github.com/cszczepaniak) in [#​1427](https://redirect.github.com/stretchr/testify/pull/1427) - assert: add IsNotType by [@​bartventer](https://redirect.github.com/bartventer) in [#​1730](https://redirect.github.com/stretchr/testify/pull/1730) - assert.JSONEq: shortcut if same strings by [@​dolmen](https://redirect.github.com/dolmen) in [#​1754](https://redirect.github.com/stretchr/testify/pull/1754) - assert.YAMLEq: shortcut if same strings by [@​dolmen](https://redirect.github.com/dolmen) in [#​1755](https://redirect.github.com/stretchr/testify/pull/1755) - assert: faster and simpler isEmpty using reflect.Value.IsZero by [@​dolmen](https://redirect.github.com/dolmen) in [#​1761](https://redirect.github.com/stretchr/testify/pull/1761) - suite: faster methods filtering (internal refactor) by [@​dolmen](https://redirect.github.com/dolmen) in [#​1758](https://redirect.github.com/stretchr/testify/pull/1758) ##### Fixes - assert.ErrorAs: log target type by [@​craig65535](https://redirect.github.com/craig65535) in [#​1345](https://redirect.github.com/stretchr/testify/pull/1345) - Fix failure message formatting for Positive and Negative asserts in [#​1062](https://redirect.github.com/stretchr/testify/pull/1062) - Improve ErrorIs message when error is nil but an error was expected by [@​tsioftas](https://redirect.github.com/tsioftas) in [#​1681](https://redirect.github.com/stretchr/testify/pull/1681) - fix Subset/NotSubset when calling with mixed input types by [@​siliconbrain](https://redirect.github.com/siliconbrain) in [#​1729](https://redirect.github.com/stretchr/testify/pull/1729) - Improve ErrorAs failure message when error is nil by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [#​1734](https://redirect.github.com/stretchr/testify/pull/1734) - mock.AssertNumberOfCalls: improve error msg by [@​3scalation](https://redirect.github.com/3scalation) in [#​1743](https://redirect.github.com/stretchr/testify/pull/1743) ##### Documentation, Build & CI - docs: Fix typo in README by [@​alexandear](https://redirect.github.com/alexandear) in [#​1688](https://redirect.github.com/stretchr/testify/pull/1688) - Replace deprecated io/ioutil with io and os by [@​alexandear](https://redirect.github.com/alexandear) in [#​1684](https://redirect.github.com/stretchr/testify/pull/1684) - Document consequences of calling t.FailNow() by [@​greg0ire](https://redirect.github.com/greg0ire) in [#​1710](https://redirect.github.com/stretchr/testify/pull/1710) - chore: update docs for Unset [#​1621](https://redirect.github.com/stretchr/testify/issues/1621) by [@​techfg](https://redirect.github.com/techfg) in [#​1709](https://redirect.github.com/stretchr/testify/pull/1709) - README: apply gofmt to examples by [@​alexandear](https://redirect.github.com/alexandear) in [#​1687](https://redirect.github.com/stretchr/testify/pull/1687) - refactor: use %q and %T to simplify fmt.Sprintf by [@​alexandear](https://redirect.github.com/alexandear) in [#​1674](https://redirect.github.com/stretchr/testify/pull/1674) - Propose Christophe Colombier (ccoVeille) as approver by [@​brackendawson](https://redirect.github.com/brackendawson) in [#​1716](https://redirect.github.com/stretchr/testify/pull/1716) - Update documentation for the Error function in assert or require package by [@​architagr](https://redirect.github.com/architagr) in [#​1675](https://redirect.github.com/stretchr/testify/pull/1675) - assert: remove deprecated build constraints by [@​alexandear](https://redirect.github.com/alexandear) in [#​1671](https://redirect.github.com/stretchr/testify/pull/1671) - assert: apply gofumpt to internal test suite by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [#​1739](https://redirect.github.com/stretchr/testify/pull/1739) - CI: fix shebang in .ci.\*.sh scripts by [@​dolmen](https://redirect.github.com/dolmen) in [#​1746](https://redirect.github.com/stretchr/testify/pull/1746) - assert,require: enable parallel testing on (almost) all top tests by [@​dolmen](https://redirect.github.com/dolmen) in [#​1747](https://redirect.github.com/stretchr/testify/pull/1747) - suite.Passed: add one more status test report by [@​Ararsa-Derese](https://redirect.github.com/Ararsa-Derese) in [#​1706](https://redirect.github.com/stretchr/testify/pull/1706) - Add Helper() method in internal mocks and assert.CollectT by [@​dolmen](https://redirect.github.com/dolmen) in [#​1423](https://redirect.github.com/stretchr/testify/pull/1423) - assert.Same/NotSame: improve usage of Sprintf by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [#​1742](https://redirect.github.com/stretchr/testify/pull/1742) - mock: enable parallel testing on internal testsuite by [@​dolmen](https://redirect.github.com/dolmen) in [#​1756](https://redirect.github.com/stretchr/testify/pull/1756) - suite: cleanup use of 'testing' internals at runtime by [@​dolmen](https://redirect.github.com/dolmen) in [#​1751](https://redirect.github.com/stretchr/testify/pull/1751) - assert: check test failure message for Empty and NotEmpty by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [#​1745](https://redirect.github.com/stretchr/testify/pull/1745) - deps: fix dependency cycle with objx (again) by [@​dolmen](https://redirect.github.com/dolmen) in [#​1567](https://redirect.github.com/stretchr/testify/pull/1567) - assert.Empty: comprehensive doc of "Empty"-ness rules by [@​dolmen](https://redirect.github.com/dolmen) in [#​1753](https://redirect.github.com/stretchr/testify/pull/1753) - doc: improve godoc of top level 'testify' package by [@​dolmen](https://redirect.github.com/dolmen) in [#​1760](https://redirect.github.com/stretchr/testify/pull/1760) - assert.ErrorAs: simplify retrieving the type name by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [#​1740](https://redirect.github.com/stretchr/testify/pull/1740) - assert.EqualValues: improve test coverage to 100% by [@​dolmen](https://redirect.github.com/dolmen) in [#​1763](https://redirect.github.com/stretchr/testify/pull/1763) - suite.Run: simplify running of Setup/TeardownSuite by [@​renzoarreaza](https://redirect.github.com/renzoarreaza) in [#​1769](https://redirect.github.com/stretchr/testify/pull/1769) - assert.CallerInfo: micro optimization by using LastIndexByte by [@​dolmen](https://redirect.github.com/dolmen) in [#​1767](https://redirect.github.com/stretchr/testify/pull/1767) - assert.CallerInfo: micro cleanup by [@​dolmen](https://redirect.github.com/dolmen) in [#​1768](https://redirect.github.com/stretchr/testify/pull/1768) - assert: refactor Test*FileExists and Test*DirExists tests to enable parallel testing by [@​dolmen](https://redirect.github.com/dolmen) in [#​1766](https://redirect.github.com/stretchr/testify/pull/1766) - suite.Run: refactor handling of stats for improved readability by [@​dolmen](https://redirect.github.com/dolmen) in [#​1764](https://redirect.github.com/stretchr/testify/pull/1764) - tests: improve captureTestingT helper by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [#​1741](https://redirect.github.com/stretchr/testify/pull/1741) - build(deps): bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1778](https://redirect.github.com/stretchr/testify/pull/1778) #### New Contributors - [@​greg0ire](https://redirect.github.com/greg0ire) made their first contribution in [#​1710](https://redirect.github.com/stretchr/testify/pull/1710) - [@​techfg](https://redirect.github.com/techfg) made their first contribution in [#​1709](https://redirect.github.com/stretchr/testify/pull/1709) - [@​mikeauclair](https://redirect.github.com/mikeauclair) made their first contribution in [#​1614](https://redirect.github.com/stretchr/testify/pull/1614) - [@​cszczepaniak](https://redirect.github.com/cszczepaniak) made their first contribution in [#​1427](https://redirect.github.com/stretchr/testify/pull/1427) - [@​architagr](https://redirect.github.com/architagr) made their first contribution in [#​1675](https://redirect.github.com/stretchr/testify/pull/1675) - [@​tsioftas](https://redirect.github.com/tsioftas) made their first contribution in [#​1681](https://redirect.github.com/stretchr/testify/pull/1681) - [@​siliconbrain](https://redirect.github.com/siliconbrain) made their first contribution in [#​1729](https://redirect.github.com/stretchr/testify/pull/1729) - [@​bartventer](https://redirect.github.com/bartventer) made their first contribution in [#​1730](https://redirect.github.com/stretchr/testify/pull/1730) - [@​Ararsa-Derese](https://redirect.github.com/Ararsa-Derese) made their first contribution in [#​1706](https://redirect.github.com/stretchr/testify/pull/1706) - [@​renzoarreaza](https://redirect.github.com/renzoarreaza) made their first contribution in [#​1769](https://redirect.github.com/stretchr/testify/pull/1769) - [@​3scalation](https://redirect.github.com/3scalation) made their first contribution in [#​1743](https://redirect.github.com/stretchr/testify/pull/1743) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.10.0...v1.11.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> * [chore][receiver/k8sevents] add k8s Event conversion example into README (#42547) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description It would be nice for the users to see a conversion example directly in README, so they have a better understanding about how the conversion works. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42512 Signed-off-by: odubajDT <[email protected]> * [exporter/datadog] Add 'exporter.datadogexporter.InferIntervalForDeltaMetrics' feature gate (#42494) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Adds a new `exporter.datadogexporter.InferIntervalForDeltaMetrics` feature gate. This feature gate will set the interval field for OTLP delta metrics when it can be inferred (i.e. when the difference between Timestamp and StartTimestamp is close enough to a whole number of seconds). Relates to [DataDog/opentelemetry-mapping-go/pull/765](https://github.com/DataDog/opentelemetry-mapping-go/pull/765) * Fix datadogexporter integration test (#42553) #### Description Upgrades the `github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil` dependency in the datadog exporter integration test, which fixes the failure in #42513. * Revert "[chore][.github] Add Ubuntu to scoped-test runs" (#42555) Reverts open-telemetry/opentelemetry-collector-contrib#42532 we still need to identify the problem causing this, but this PR changed the behavior of the scoped-test run, which stopped reporting back in. Reverting the change is a possible fix. Running this revert PR to check if reverting helps and identifies for sure that it is the issue. * [chore][cmd/opampsupervisor] Add manual time.Sleep call (#42551) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> Updates #42458 to adapt to https://github.com/stretchr/testify/pull/1427 * [chore] Update core dependencies (#42559) This PR updates the opentelemetry-collector modules to open-telemetry/opentelemetry-collector@3166bac6544faa327ac8d24c14793578701b6fea --------- Signed-off-by: otelbot <[email protected]> Co-authored-by: otelbot <[email protected]> * [chore] remove batch from various examples (#42562) This updates existing examples to remove the batch processor to reduce dependency on it. Part of https://github.com/open-telemetry/opentelemetry-collector/issues/13766 Signed-off-by: alex boten <[email protected]> * [chore] Prepare release 0.135.0 (#42564) Co-authored-by: otelbot <[email protected]> * [chore] fix broken opencensus links CHANGELOG.md (#42566) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description pins now-removed component announcement links to the tagged version where the components were announced <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/17561312676/job/49878257899?pr=42564 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> * chore(deps): update golang:1.25 docker digest to 0caf875 (#42574) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | digest | `5502b0e` -> `0caf875` | | golang | final | digest | `5502b0e` -> `0caf875` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [chore][.github] Add ubuntu run to scoped-tests with proper matrix (#42572) Initial change #42532 to add Ubuntu to `scoped-tests` didn't take into account that it was necessary to preserve a job with name `scoped-tests` to satisfy merge requirements. Restores the initial change plus follows the pattern of other GH workflows in the repo that run jobs leveraging strategy/matrix. cc @mx-psi @atoulme * fix(deps): update module github.com/huaweicloud/huaweicloud-sdk-go-v3 to v0.1.167 (#42576) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/huaweicloud/huaweicloud-sdk-go-v3](https://redirect.github.com/huaweicloud/huaweicloud-sdk-go-v3) | `v0.1.166` -> `v0.1.167` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>huaweicloud/huaweicloud-sdk-go-v3 (github.com/huaweicloud/huaweicloud-sdk-go-v3)</summary> ### [`v0.1.167`](https://redirect.github.com/huaweicloud/huaweicloud-sdk-go-v3/releases/tag/v0.1.167) [Compare Source](https://redirect.github.com/huaweicloud/huaweicloud-sdk-go-v3/compare/v0.1.166...v0.1.167) Release 0.1.167 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]> * chore(deps): update github-actions deps (#42575) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | digest | `60a0d83` -> `f28e40c` | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | minor | `v7.0.1` -> `v7.1.0` | | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | patch | `v5.5.0` -> `v5.5.1` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v3.30.0` -> `v3.30.1` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `2d92b76` -> `f1f6e5f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v7.1.0`](https://redirect.github.com/actions/github-script/compare/v7.0.1...v7.1.0) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7.0.1...v7.1.0) </details> <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v5.5.1`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v551) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.5.0...v5.5.1) ##### What's Changed - fix: overwrite pr number on fork by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#​1871](https://redirect.github.com/codecov/codecov-action/pull/1871) - build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by [@​app/dependabot](https://redirect.github.com/app/dependabot) in [#​1868](https://redirect.github.com/codecov/codecov-action/pull/1868) - build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by [@​app/dependabot](https://redirect.github.com/app/dependabot) in [#​1867](https://redirect.github.com/codecov/codecov-action/pull/1867) - fix: update to use local app/ dir by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#​1872](https://redirect.github.com/codecov/codecov-action/pull/1872) - docs: fix typo in README by [@​datalater](https://redirect.github.com/datalater) in [#​1866](https://redirect.github.com/codecov/codecov-action/pull/1866) - Document a `codecov-cli` version reference example by [@​webknjaz](https://redirect.github.com/webknjaz) in [#​1774](https://redirect.github.com/codecov/codecov-action/pull/1774) - build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by [@​app/dependabot](https://redirect.github.com/app/dependabot) in [#​1861](https://redirect.github.com/codecov/codecov-action/pull/1861) - build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by [@​app/dependabot](https://redirect.github.com/app/dependabot) in [#​1833](https://redirect.github.com/codecov/codecov-action/pull/1833) **Full Changelog**: <https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.30.1`](https://redirect.github.com/github/codeql-action/compare/v3.30.0...v3.30.1) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.30.0...v3.30.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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [cmd/telemetrygen] bump semconv deps (#42567) Updates the semconv for telemetrygen to use 1.37.0 --------- Signed-off-by: alex boten <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]> * fix(deps): update module github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common to v1.1.24 (#42589) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go) | `v1.1.22` -> `v1.1.24` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary> ### [`v1.1.24`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.1.23...v1.1.24) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.1.23...v1.1.24) ### [`v1.1.23`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.1.22...v1.1.23) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.1.22...v1.1.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> * fix(deps): update module github.com/prometheus/client_golang to v1.23.2 (#42579) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.23.0` -> `v1.23.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.23.2`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.23.2): - 2025-09-05 [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2) This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes. <details> <summary>All Changes</summary> - \[release-1.23] Upgrade to prometheus/common\@​v0.66.1 by [@​aknuds1](https://redirect.github.com/aknuds1) in [#​1869](https://redirect.github.com/prometheus/client_golang/pull/1869) - \[release-1.23] Cut v1.23.2 by [@​aknuds1](https://redirect.github.com/aknuds1) in [#​1870](https://redirect.github.com/prometheus/client_golang/pull/1870) </details> **Full Changelog**: <https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2> ### [`v1.23.1`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.23.1): - 2025-09-04 [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1) This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes. <details> <summary>All Changes</summary> * [release-1.23] Upgrade to prometheus/common v0.66 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1866 * [release-1.23] Cut v1.23.1 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1867 </details> **Full Changelog**: <https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> * fix(deps): update module github.com/sap/go-hdb to v1.14.3 (#42583) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/SAP/go-hdb](https://redirect.github.com/SAP/go-hdb) | `v1.14.2` -> `v1.14.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>SAP/go-hdb (github.com/SAP/go-hdb)</summary> ### [`v1.14.3`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1143) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.14.2...v1.14.3) - updated dependencies </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> * Revert "fix(deps): update module github.com/prometheus/client_golang to v1.23.2" (#42592) Reverts open-telemetry/opentelemetry-collector-contrib#42579 * [exporter/awss3] AWS S3 partition timezone config (#42520) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Add `S3PartitionTimezone` config value to be able to change the timezone used for time-based partitioning. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Resolves #42319. <!--Describe what testing was performed and which tests were added.--> #### Testing Updated existing tests to include time location. <!--Describe the documentation added.--> #### Documentation Added new config value to README. <!--Please delete paragraphs that you did not use before submitting.--> --------- Co-authored-by: Antoine Toulme <[email protected]> * [exporter/elasticsearch] Fix data stream attributes in none mapping mode (#42510) ## Description Fix a bug where the data stream attributes in `none` mapping mode is incorrectly prefixed. ## Link to tracking issue Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42454. ## Testing Unit tests. --------- Co-authored-by: Vishal Raj <[email protected]> Co-authored-by: Christos Markou <[email protected]> Co-authored-by: Carson Ip <[email protected]> * chore(deps): update golang:1.25 docker digest to d6bdb04 (#42582) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | digest | `0caf875` -> `d6bdb04` | | golang | final | digest | `0caf875` -> `d6bdb04` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update module github.com/jackc/pgx/v5 to v5.7.6 (#42577) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/jackc/pgx/v5](https://redirect.github.com/jackc/pgx) | `v5.7.5` -> `v5.7.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jackc/pgx (github.com/jackc/pgx/v5)</summary> ### [`v5.7.6`](https://redirect.github.com/jackc/pgx/compare/v5.7.5...v5.7.6) [Compare Source](https://redirect.github.com/jackc/pgx/compare/v5.7.5...v5.7.6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]> * chore(deps): update github-actions deps (#42594) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v3.30.1` -> `v3.30.2` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `f1f6e5f` -> `d3678e2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.30.2`](https://redirect.github.com/github/codeql-action/compare/v3.30.1...v3.30.2) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.30.1...v3.30.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [processor/resourcedetection] run go modernize tool (#42596) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Run the Go [modernize](https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize) tool. --------- Signed-off-by: Paulo Dias <[email protected]> * [internal/tools] Add support for modernize in Makefile (#42542) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Added a new `modernize` make target to run the Go [modernize](https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize) tool. This isn’t part of CI, users need to run it manually when they want to apply modern Go patterns. <!--Please delete paragraphs that you did not use before submitting.--> --------- Signed-off-by: Paulo Dias <[email protected]> * [cmd/opampsupervisor] Add support for OpAMP heartbeats (#42533) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This adds support to the supervisor for OpAMP heartbeats. Functionality is implemented in OpAMP Go, only need to set this capability to enable this. <!--Describe what testing was performed and which tests were added.--> #### Testing Added an e2e test to verify heartbeat behavior. <!--Describe the documentation added.--> #### Documentation Updated supervisor readme documentation. * chore(deps): update docker-compose deps (#42603) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.133.0` -> `0.135.0` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.133.0` -> `0.134.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)</summary> ### [`v0.135.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01350) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.134.1...v0.135.0) ### [`v0.134.1`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.134.1) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.133.0...v0.134.1) Check the [v0.134.1 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.134.1) and the [v0.134.1 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.134.1) for changelogs on specific components. #### Changelog - [`1e3852f`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/1e3852fd04caa17bf46229a6ee4b4ad688d1cf30) \[chore] ignore service.version in comparison ([#​1159](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1159)) - [`23173dd`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/23173dd11ca0d3f2dee0491c7173972b1f4e8760) Use correct GORELEASE tags for all the gorelease actions. ([#​1158](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1158)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yang Song <[email protected]> * fix(deps): update all github.com/datadog packages (#42604) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/DataDog/datadog-agent/pkg/obfuscate](https://redirect.github.com/DataDog/datadog-agent) | `v0.69.4` -> `v0.70.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/DataDog/datadog-api-client-go/v2](https://redirect.github.com/DataDog/datadog-api-client-go) | `v2.44.0` -> `v2.45.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>DataDog/datadog-api-client-go (github.com/DataDog/datadog-api-client-go/v2)</summary> ### [`v2.45.0`](https://redirect.github.com/DataDog/datadog-api-client-go/releases/tag/v2.45.0) [Compare Source](https://redirect.github.com/DataDog/datadog-api-client-go/compare/v2.44.0...v2.45.0) See ./CHANGELOG.md for details </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> * [chore]: Update client_golang to 1.23.2, fixing race in test (#42598) Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42561 See also: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/42568 Signed-off-by: Owen Williams <[email protected]> --------- Signed-off-by: Owen Williams <[email protected]> * chore(deps): update golang:1.25 docker digest to b773c94 (#42613) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | digest | `d6bdb04` -> `b773c94` | | golang | final | digest | `d6bdb04` -> `b773c94` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [tailsamplingprocessor] Record cached decisions when record policy (#42535) #### Description Currently, when the record policy feature gate is enabled, and a trace uses a cached sampling decision, we don't record the policy name anywhere. This is not currently possible since the decision cache doesn't store the sampling policy. I plan to submit a few more refactors which will make that possible, but for now it's useful to have _some_ indication of why the trace was sampled, to avoid confusing end users who don't see the attribute for `tailsampling.policy`. * [processor/tailsampling] Expose Sampling Policy interfaces (#42508) #### Description Refactor the tail sampling processor so that the interfaces that define trace data and policy decisions are available publically. This is the first step in allowing extensions to be added to the tail sampling processor to allow custom logic that is not possible/easy to do with OTTL such as pulling information from other sources. #### Link to tracking issue Part of https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31582 #### Testing No behavior changed as this is purely a refactor. All current tests need to continue to pass. * fix(deps): update all github.com/azure packages (#42614) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://redirect.github.com/Azure/azure-sdk-for-go) | `v1.18.0` -> `v1.19.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/Azure/go-amqp](https://redirect.github.com/Azure/go-amqp) | `v1.4.0` -> `v1.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Azure/go-amqp (github.com/Azure/go-amqp)</summary> ### [`v1.5.0`](https://redirect.github.com/Azure/go-amqp/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/Azure/go-amqp/compare/v1.4.0...v1.5.0) ##### Features Added - Added support for marshaling and unmarshaling arrays of maps </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> * fix(deps): update module google.golang.org/protobuf to v1.36.9 (#42602) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [google.golang.org/protobuf](https://redirect.github.com/protocolbuffers/protobuf-go) | `v1.36.8` -> `v1.36.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.36.9`](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.36.8...v1.36.9) [Compare Source](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.36.8...v1.36.9) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]> * Deprecate zorkian codepath (#42318) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Removing deprecated zorkian codepath. Previously added a warning: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/42165 <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue (https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/17373) <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> * fix(deps): update all opentelemetry-go-contrib packages (#42618) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/contrib/bridges/otelzap](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.12.0` -> `v0.13.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.62.0` -> `v0.63.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/contrib/otelconf](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.17.0` -> `v0.18.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelzap)</summary> ### [`v0.13.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.12.0...v0.13.0) #### \[0.13.0] - 2020-10-09 #### Added - A Jaeger propagator. ([#​375](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/375)) #### Changed - The `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` package instrumentation no longer accepts a `Tracer` as an argument to the interceptor function. Instead, a new `WithTracerProvider` option is added to configure the `TracerProvider` used when creating the `Tracer` for the instrumentation. ([#​373](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/373)) - The `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` instrumentation now accepts a `TracerProvider` rather than a `Tracer`. ([#​374](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/374)) - Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation. ([#​381](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/381)) - Use `httpsnoop` in `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` to ensure `http.ResponseWriter` additional interfaces are preserved. ([#​388](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/388)) ##### Fixed - The `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware` no longer sends duplicate errors to the global `ErrorHandler`. ([#​377](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/377), [#​364](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/364)) - The import comment in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` is now correctly quoted. ([#​379](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/379)) - The B3 propagator sets the sample bitmask when the sampling decision is `debug`. ([#​369](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/369)) # Raw changes made between v0.12.0 and v0.13.0 [`af2dfc7`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/af2dfc7baf3392e81ea4b6938b3a8a5d39cf9db7) Pre release v0.13.0 ([#​391](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/391)) [`a84ddfe`](https://redirect.g…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps go.uber.org/multierr from 1.7.0 to 1.8.0.
Release notes
Sourced from go.uber.org/multierr's releases.
Changelog
Sourced from go.uber.org/multierr's changelog.
Commits
10aaa3c
Prepare release v1.8.0 (#56)cea7d2e
Combine: Optimize for all nil (#55)d49c2ba
doc: AppendInvoke: Fix typo (#54)ee7346a
Merge pull request #52 from uber-go/fossad9efa4b
fossa: Run separately, only on push7c6ff6f
Integrate FOSSA (#51)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)