Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module go.opentelemetry.io/collector/consumer to v0.90.0 - autoclosed #28

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/collector/consumer require minor 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 default verbosity from normal to basic (#​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). 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)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-consumer-0.x branch 2 times, most recently from 5e7df3b to 56cabd5 Compare November 29, 2023 02:26
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-consumer-0.x branch from 56cabd5 to b8bd4c4 Compare November 29, 2023 04:12
@renovate 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 renovate bot closed this Nov 29, 2023
@ymotongpoo ymotongpoo merged commit 0bc9edb into main Nov 29, 2023
@renovate 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
([#&#8203;7454](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7454))
- `service`: use WithNamespace instead of WrapRegistererWithPrefix
([#&#8203;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`
([#&#8203;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
([#&#8203;8899](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8899))
- `confighttp`: Support proxy configuration field in all exporters that
support confighttp
([#&#8203;5761](https://togithub.com/open-telemetry/opentelemetry-collector/issues/5761))

##### 🧰 Bug fixes 🧰

- `exporterhelper`: Fix invalid write index updates in the persistent
queue
([#&#8203;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
([#&#8203;7454](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7454))
- `service`: use WithNamespace instead of WrapRegistererWithPrefix
([#&#8203;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`
([#&#8203;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
([#&#8203;8899](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8899))
- `confighttp`: Support proxy configuration field in all exporters that
support confighttp
([#&#8203;5761](https://togithub.com/open-telemetry/opentelemetry-collector/issues/5761))

##### 🧰 Bug fixes 🧰

- `exporterhelper`: Fix invalid write index updates in the persistent
queue
([#&#8203;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
([#&#8203;7454](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7454))
- `service`: use WithNamespace instead of WrapRegistererWithPrefix
([#&#8203;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`
([#&#8203;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
([#&#8203;8899](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8899))
- `confighttp`: Support proxy configuration field in all exporters that
support confighttp
([#&#8203;5761](https://togithub.com/open-telemetry/opentelemetry-collector/issues/5761))

##### 🧰 Bug fixes 🧰

- `exporterhelper`: Fix invalid write index updates in the persistent
queue
([#&#8203;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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant