-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module go.opentelemetry.io/collector/receiver to v0…
….90.0 (#30) [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.opentelemetry.io/collector/receiver](https://togithub.com/open-telemetry/opentelemetry-collector) | require | minor | `v0.89.0` -> `v0.90.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/receiver)</summary> ### [`v0.90.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v100v0900) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0) ##### 🛑 Breaking changes 🛑 - `service`: To remain backwards compatible w/ the metrics generated today, otel generated metrics will be generated without the `_total` suffix ([#​7454](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7454)) - `service`: use WithNamespace instead of WrapRegistererWithPrefix ([#​8988](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8988)) Using this functionality in the otel prom exporter fixes a bug where the target_info was prefixed as otelcol_target_info previously. ##### 💡 Enhancements 💡 - `exporter/debug`: Change default `verbosity` from `normal` to `basic` ([#​8844](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8844)) This change has currently no effect, as `basic` and `normal` verbosity share the same behavior. This might change in the future though, with the `normal` verbosity being more verbose than it currently is (see [https://github.com/open-telemetry/opentelemetry-collector/issues/7806](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7806)). This is why we are changing the default to `basic`, which is expected to stay at the current level of verbosity (one line per batch). - `exporterhelper`: Fix shutdown logic in persistent queue to not require consumers to be closed first ([#​8899](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8899)) - `confighttp`: Support proxy configuration field in all exporters that support confighttp ([#​5761](https://togithub.com/open-telemetry/opentelemetry-collector/issues/5761)) ##### 🧰 Bug fixes 🧰 - `exporterhelper`: Fix invalid write index updates in the persistent queue ([#​8115](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8115)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/ymotongpoo/opentelemetry-collector-extra). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4b31d0f
commit 4ab5cbd
Showing
4 changed files
with
81 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.