Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the otel-collector group with 1 update (#4568)
Bumps the otel-collector group with 1 update: [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib). <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/releases">github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases</a>.</em></p> <blockquote> <h2>v0.81.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.81.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.81.0</a></h3> <p>The OpenTelemetry Collector Contrib contains everything in the <a href="https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.81.0">opentelemetry-collector release</a>, be sure to check the release notes there as well.</p> <h2>v0.81.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li> <p><code>clickhouseexporter</code>: Add scopeName and scopeVersion column to span table. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21214">#21214</a>)</p> </li> <li> <p><code>clickhouseexporter</code>: add log scope columns to span table. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20280">#20280</a>)</p> </li> <li> <p><code>receiver/aerospike</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/bigip</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/couchdb</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/elasticsearch</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/mongodb</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/mongodbatlas</code>: Change the types of <code>Config.PrivateKey</code> and <code>Config.Alerts.Secret</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/mysql</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>dockerstatsreceiver</code>: Add non populated metrics <code>container.memory.anon</code> and <code>container.memory.file</code> that are only available when the host uses cgroups v2. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21097">#21097</a>) Metric <code>container.memory.file</code> was added to fulfil the lack of <code>container.memory.total_cache</code> metric in case that the cgroup version mounted in the host is v2 instead of v1.</p> <p>Now there is documentation of which metrics are available depending cgroups version being used on the host.</p> </li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>mysqlreceiver</code>: set <code>mysql.locked_connects</code> as optional in order to remove it in next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14138">#14138</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23274">#23274</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li> <p><code>mdatagen</code>: Adds a parent field to metadata.yaml for subcomponents. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23636">#23636</a>)</p> </li> <li> <p><code>sqlqueryreceiver</code>: Add support of Start and End Timestamp Column in Metric Configuration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18925">#18925</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14146">#14146</a>)</p> </li> <li> <p><code>postgresqlreceiver</code>: Adds unit to metrics where this was missing. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23571">#23571</a>) Affected metrics can be found below.</p> <ul> <li>postgresql.bgwriter.maxwritten</li> <li>postgresql.table.count</li> </ul> </li> <li> <p><code>mdatagen</code>: Adds validation to mdatagen to ensure that all required fields are present, and their content is valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23783">#23783</a>)</p> </li> <li> <p><code>filelogreceiver</code>: Add support for tracking the current file in filelogreceiver (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22998">#22998</a>)</p> </li> <li> <p><code>exporter/datasetexporter</code>: Add more details to User-Agent header for DataSet HTTP requests (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20660">#20660</a>)</p> </li> <li> <p><code>dockerstatsreceiver</code>: Add <code>container.image.id</code> and <code>container.command_line</code> optional resource attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21092">#21092</a>)</p> </li> <li> <p><code>googlecloudexporter</code>: Adds an experimental, opt-in write ahead log for GCP metrics exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23679">#23679</a>)</p> </li> <li> <p><code>pkg/ottl</code>: Adds new <code>Time</code> converter to convert a string to a Golang time struct based on a supplied format (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22007">#22007</a>)</p> </li> <li> <p><code>hostmetricsreceiver</code>: Add new Windows-exclusive process.handles metric. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21379">#21379</a>)</p> </li> <li> <p><code>websocketprocessor</code>: Rename websocketprocessor to remoteobserverprocessor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23856">#23856</a>)</p> </li> <li> <p><code>resourcedetectionprocessor</code>: Adds a way to configure the list of added resource attributes by the processor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21482">#21482</a>) Users can now configure what resource attributes are gathered by specific detectors. Example configuration:</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG.md">github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog</a>.</em></p> <blockquote> <h2>v0.81.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li> <p><code>clickhouseexporter</code>: Add scopeName and scopeVersion column to span table. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21214">#21214</a>)</p> </li> <li> <p><code>clickhouseexporter</code>: add log scope columns to span table. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20280">#20280</a>)</p> </li> <li> <p><code>receiver/aerospike</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/bigip</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/couchdb</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/elasticsearch</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/mongodb</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/mongodbatlas</code>: Change the types of <code>Config.PrivateKey</code> and <code>Config.Alerts.Secret</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>receiver/mysql</code>: Change the type of <code>Config.Password</code> to be <code>configopaque.String</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p> </li> <li> <p><code>dockerstatsreceiver</code>: Add non populated metrics <code>container.memory.anon</code> and <code>container.memory.file</code> that are only available when the host uses cgroups v2. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21097">#21097</a>) Metric <code>container.memory.file</code> was added to fulfil the lack of <code>container.memory.total_cache</code> metric in case that the cgroup version mounted in the host is v2 instead of v1.</p> <p>Now there is documentation of which metrics are available depending cgroups version being used on the host.</p> </li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>mysqlreceiver</code>: set <code>mysql.locked_connects</code> as optional in order to remove it in next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14138">#14138</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23274">#23274</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li> <p><code>mdatagen</code>: Adds a parent field to metadata.yaml for subcomponents. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23636">#23636</a>)</p> </li> <li> <p><code>sqlqueryreceiver</code>: Add support of Start and End Timestamp Column in Metric Configuration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18925">#18925</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14146">#14146</a>)</p> </li> <li> <p><code>postgresqlreceiver</code>: Adds unit to metrics where this was missing. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23571">#23571</a>) Affected metrics can be found below.</p> <ul> <li>postgresql.bgwriter.maxwritten</li> <li>postgresql.table.count</li> </ul> </li> <li> <p><code>mdatagen</code>: Adds validation to mdatagen to ensure that all required fields are present, and their content is valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23783">#23783</a>)</p> </li> <li> <p><code>filelogreceiver</code>: Add support for tracking the current file in filelogreceiver (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22998">#22998</a>)</p> </li> <li> <p><code>exporter/datasetexporter</code>: Add more details to User-Agent header for DataSet HTTP requests (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20660">#20660</a>)</p> </li> <li> <p><code>dockerstatsreceiver</code>: Add <code>container.image.id</code> and <code>container.command_line</code> optional resource attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21092">#21092</a>)</p> </li> <li> <p><code>googlecloudexporter</code>: Adds an experimental, opt-in write ahead log for GCP metrics exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23679">#23679</a>)</p> </li> <li> <p><code>pkg/ottl</code>: Adds new <code>Time</code> converter to convert a string to a Golang time struct based on a supplied format (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22007">#22007</a>)</p> </li> <li> <p><code>hostmetricsreceiver</code>: Add new Windows-exclusive process.handles metric. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21379">#21379</a>)</p> </li> <li> <p><code>websocketprocessor</code>: Rename websocketprocessor to remoteobserverprocessor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23856">#23856</a>)</p> </li> <li> <p><code>resourcedetectionprocessor</code>: Adds a way to configure the list of added resource attributes by the processor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21482">#21482</a>) Users can now configure what resource attributes are gathered by specific detectors. Example configuration:</p> <pre><code>resourcedetection: detectors: [system, ec2] system: resource_attributes: </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/2ae4bb7319f43c979735e96e1f782494e05e0cc7"><code>2ae4bb7</code></a> [chore] Prepare release 0.81.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23978">#23978</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/e9bdc636a01731bc1531f0b1a74859812e073eb4"><code>e9bdc63</code></a> Revert "[chore] Remove skip flaky test for hostmetricsreceiver" (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23982">#23982</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f85dd5b4b59282932db14a1187ad3687083b4c5c"><code>f85dd5b</code></a> Make sed replace statements more resilient (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23977">#23977</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/10e46605b7b9f775a3658f4e2ba59960ffe33847"><code>10e4660</code></a> [ci] Specify 7 as arm version for arm build in CI (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23436">#23436</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/d51d3135984633d7d07fdb42f38ef122849e548a"><code>d51d313</code></a> Removing jkowall from codeowners for logzioexporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23845">#23845</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/9caec802b06e75bdb4a3f6b27409bfbefca543b8"><code>9caec80</code></a> [chore] Minor cleanup of vcenter metric code (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23873">#23873</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/aa6560128d4cd9f7a540935a8b3e2a4c603e38c0"><code>aa65601</code></a> Add dashpole back to auto-assignees (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23876">#23876</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/65cc16d880571ef2224154253dbea885f5d8fac9"><code>65cc16d</code></a> Remove tbarker from codeowners (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23877">#23877</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/d98c227f8d4c7072344a46ae1d2d64e33c2b8644"><code>d98c227</code></a> [chore] dependabot updates Tue Jul 4 17:49:08 UTC 2023 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23954">#23954</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/dbcf37ae329f0aef6f664ed5c05a9ac85f54579a"><code>dbcf37a</code></a> [chore] fix exhaustive lint for dynatrace exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23951">#23951</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.80.0...v0.81.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger&package-manager=go_modules&previous-version=0.80.0&new-version=0.81.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information