Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the otel-collector group with 12 updates (#4973)
Bumps the otel-collector group with 12 updates: | Package | From | To | | --- | --- | --- | | [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/config/configgrpc](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/connector/forwardconnector](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/exporter/loggingexporter](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/exporter/otlpexporter](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/exporter/otlphttpexporter](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/extension/ballastextension](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/extension/zpagesextension](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/otelcol](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/processor/batchprocessor](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | | [go.opentelemetry.io/collector/processor/memorylimiterprocessor](https://github.com/open-telemetry/opentelemetry-collector) | `0.89.0` | `0.90.0` | Updates `go.opentelemetry.io/collector/component` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/component's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/component's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/config/configgrpc` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/config/configgrpc's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/config/configgrpc's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/config/confighttp` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/config/confighttp's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/config/confighttp's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/connector/forwardconnector` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/connector/forwardconnector's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/connector/forwardconnector's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/exporter/loggingexporter` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/exporter/loggingexporter's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/exporter/loggingexporter's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/exporter/otlpexporter` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/exporter/otlpexporter's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/exporter/otlpexporter's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/exporter/otlphttpexporter` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/exporter/otlphttpexporter's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/exporter/otlphttpexporter's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/extension/ballastextension` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/extension/ballastextension's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/extension/ballastextension's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/extension/zpagesextension` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/extension/zpagesextension's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/extension/zpagesextension's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/otelcol` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/otelcol's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/otelcol's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/processor/batchprocessor` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/processor/batchprocessor's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/processor/batchprocessor's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8339">#8339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/v0.89.0...v0.90.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/collector/processor/memorylimiterprocessor` from 0.89.0 to 0.90.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/processor/memorylimiterprocessor's releases</a>.</em></p> <blockquote> <h2>cmd/builder/v0.90.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.90.0</a></h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/processor/memorylimiterprocessor's changelog</a>.</em></p> <blockquote> <h2>v1.0.0/v0.90.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>exporterhelper</code>: Replace converter interface with function in the new experimental exporter helper. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8122">#8122</a>)</li> <li><code>featuregate</code>: Remove deprecate function <code>featuregate.NewFlag</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8727">#8727</a>) Use <code>featuregate.Registry</code>'s <code>RegisterFlags</code> method instead.</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>telemetry</code>: deprecate jsonschema generated types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15009">#15009</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>pdata</code>: Add ZeroThreshold field to exponentialHistogramDataPoint in pmetric package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8802">#8802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/66168df411e3ec183abb4b0073512c6709fe7bbd"><code>66168df</code></a> [chore] Prepare release v1.0.0/v0.90.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8997">#8997</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/575c5f5e25319ad46dc13b09fe85566d3851310c"><code>575c5f5</code></a> [chore] [exporterheper] Fix not-started queue sender shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8995">#8995</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0ae738f0c8eebf669967cd1bdda5072929df4b9d"><code>0ae738f</code></a> [chore] [exporterhelper] Fix requeuing of partially failed request (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8992">#8992</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8cec790c1c5b8a7dfc4006b7a05b2f6bf904af8f"><code>8cec790</code></a> [chore] [exporterhelper] Remove retry sender -> queue sender callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8985">#8985</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c0deae5d7933b751ae55e876ffe675e63266087a"><code>c0deae5</code></a> [exporterhelper] Fix invalid write index updates in the persistent queue (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8963">#8963</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/b7f49f1bc8164b299b9260c331ce47296511b5e8"><code>b7f49f1</code></a> [service] use <code>WithNamespace</code> instead of <code>WrapRegistererWithPrefix</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8988">#8988</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c21ea1697b32a2bbed01aa66eca91ddfa6fcb80d"><code>c21ea16</code></a> bug: fix flaky test TestQueuedRetry_RequeuingEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8989">#8989</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3b56bd0b5cd147349ebe7fd4a740661143b33446"><code>3b56bd0</code></a> [chore] Fix TestQueuedRetryPersistentEnabled_shutdown_dataIsRequeued (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8986">#8986</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/7e3e725a2952728560b9f5f71867ad6358b1977f"><code>7e3e725</code></a> [chore] [exporterhelper] Simplify queue consumption logic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8982">#8982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/3ce3aac6f76be11a2501d1db01e506aa31f4c8ef"><code>3ce3aac</code></a> [confighttp] Add support for proxy (<a href="https://redirect.github.com/op…
- Loading branch information