-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module go.opentelemetry.io/collector/consumer to v0.90.0 - autoclosed #28
Merged
ymotongpoo
merged 1 commit into
main
from
renovate/go.opentelemetry.io-collector-consumer-0.x
Nov 29, 2023
Merged
fix(deps): update module go.opentelemetry.io/collector/consumer to v0.90.0 - autoclosed #28
ymotongpoo
merged 1 commit into
main
from
renovate/go.opentelemetry.io-collector-consumer-0.x
Nov 29, 2023
Conversation
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
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-collector-consumer-0.x
branch
2 times, most recently
from
November 29, 2023 02:26
5e7df3b
to
56cabd5
Compare
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-collector-consumer-0.x
branch
from
November 29, 2023 04:12
56cabd5
to
b8bd4c4
Compare
renovate
bot
changed the title
fix(deps): update module go.opentelemetry.io/collector/consumer to v0.90.0
fix(deps): update module go.opentelemetry.io/collector/consumer to v0.90.0 - autoclosed
Nov 29, 2023
renovate
bot
deleted the
renovate/go.opentelemetry.io-collector-consumer-0.x
branch
November 29, 2023 04:13
ymotongpoo
pushed a commit
that referenced
this pull request
Dec 1, 2023
….90.0 (#28) [![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/consumer](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/consumer)</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>
ymotongpoo
pushed a commit
that referenced
this pull request
Dec 22, 2023
….90.0 (#28) [![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/consumer](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/consumer)</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>
ymotongpoo
pushed a commit
that referenced
this pull request
Dec 22, 2023
….90.0 (#28) [![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/consumer](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/consumer)</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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
v0.89.0
->v0.90.0
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/consumer)
v0.90.0
Compare Source
🛑 Breaking changes 🛑
service
: To remain backwards compatible w/ the metrics generated today, otel generated metrics will be generated without the_total
suffix (#7454)service
: use WithNamespace instead of WrapRegistererWithPrefix (#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 defaultverbosity
fromnormal
tobasic
(#8844)This change has currently no effect, as
basic
andnormal
verbosity share the same behavior. This might change in the future though, with thenormal
verbosity being more verbose than it currently is (see https://github.com/open-telemetry/opentelemetry-collector/issues/7806). This is why we are changing the default tobasic
, 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)confighttp
: Support proxy configuration field in all exporters that support confighttp (#5761)🧰 Bug fixes 🧰
exporterhelper
: Fix invalid write index updates in the persistent queue (#8115)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.
This PR has been generated by Mend Renovate. View repository job log here.