Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/tr…
…anslator/jaeger from 0.69.0 to 0.70.0 (jaegertracing#4175) Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.69.0 to 0.70.0. <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.70.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.70.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.70.0</a></h3> <h2>Changelog</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>dockerstatsreceiver</code>: Transition the receiver.dockerstats.useScraperV2 featuregate to stable (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17509">#17509</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/9794">#9794</a>)</li> <li><code>exporter/azuredataexplorer</code>: Changed the type of <code>Config.ApplicationKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/azuremonitor</code>: Changed the type of <code>Config.InstrumentationKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/coralogix</code>: Changed the type of <code>Config.PrivateKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/elasticsearch</code>: Changed the types of the <code>Config.{Password,APIKey}</code> fields to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/influxdb</code>: Changed the types of the <code>Config.Token</code> and <code>Config.V1Compatibility.Password</code> fields to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/instana</code>: Changed the type of <code>Config.AgentKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/logicmonitor</code>: Changed the type of <code>Config.APIToken.AccessKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/logzio</code>: Changed the type of <code>Config.Token</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/mezmo</code>: Changed the type of <code>Config.IngestKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/pulsar</code>: Changed the types of the <code>Config.Authentication.Token.Token</code> and <code>Config.Authentication.Athenz.PrivateKey</code> fields to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/sapm</code>: Changed the type of <code>Config.AccessToken</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/tencentcloudlogservice</code>: Changed the type of <code>Config.SecretKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/alibabacloudlogservice</code>: Changed the type of <code>Config.AccessKeySecret</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>extension/basicauth</code>: Change <code>Config.Password</code> to use type <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>extension/bearertokenauth</code>: Change <code>config.BearerToken</code> to use <code>configopaque.String</code> type. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>extension/oauth2clientauth</code>: Change <code>Config.ClientSecret</code> to use the <code>configopaque.String</code> type. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>pkg/ottl</code>: Change signatures of ottl and all context Parsers to accept a list of Options. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/13759">#13759</a>)</li> <li><code>pkg/translator/prometheusremotewrite</code>: Remove deprecated in <code>0.45</code> <code>MetricsToPRW</code> function. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17446">#17446</a>)</li> <li><code>spanmetricsprocessor</code>: Emits all metrics (whose dimension keys are cached) every configured duration (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/15688">#15688</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/15687">#15687</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16024">#16024</a>)</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>tracegen</code>: Deprecates tracegen, functionality has been moved to telemetrygen traces (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/9597">#9597</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li> <p><code>haproxyreceiver</code>: Add new metrics to the haproxyreceiver (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16829">#16829</a>)</p> </li> <li> <p><code>jmxreceiver</code>: Add the JMX metrics gatherer version 1.22.0-alpha to the supported jars hash list (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17831">#17831</a>)</p> </li> <li> <p><code>mongodbreceiver</code>: Add mongodb health/status metrics (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17021">#17021</a>)</p> </li> <li> <p><code>mdatagen</code>: Adds ability to enable/disable resource attributes in output and sets all existing resource attributes to enabled by default. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16373">#16373</a>) We may change NewMetricBuilder in the future from taking in ResourceMetrics to taking in a MetricsBuildingConfiguration, but for now changing the settings requires a call to WithResourceAttributeSettings.</p> </li> <li> <p><code>internal/comparetest</code>: add support of traces for comparetest (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17414">#17414</a>)</p> </li> <li> <p><code>awsxrayexporter</code>: Add support to string resource attributes of type slice so that it is possible to set those resource attributes using the <code>OTEL_RESOURCE_ATTRIBUTES</code> environment variable. Strings are converted to string slices of size 1. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17503">#17503</a>)</p> </li> <li> <p><code>internal/comparetest</code>: Add support for all metric types (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17538">#17538</a>)</p> </li> <li> <p><code>coralogixexporter</code>: improve coralogix exporter performance (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17268">#17268</a>) improves coralogix exporter to send batched telemetry data to the backend</p> </li> <li> <p><code>internal/comparetest</code>: Do not ignore order of any slices by default, use an options for that. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17551">#17551</a>)</p> </li> <li> <p><code>mysqlreceiver</code>: add mysql.commands metric with supprot for delete, insert, select, update (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/14138">#14138</a>)</p> </li> <li> <p><code>exporter/dynatrace</code>: Provide more logs on the results of metrics submissions (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/15248">#15248</a>)</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.70.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>dockerstatsreceiver</code>: Transition the receiver.dockerstats.useScraperV2 featuregate to stable (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17509">#17509</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/9794">#9794</a>)</li> <li><code>exporter/azuredataexplorer</code>: Changed the type of <code>Config.ApplicationKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/azuremonitor</code>: Changed the type of <code>Config.InstrumentationKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/coralogix</code>: Changed the type of <code>Config.PrivateKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/elasticsearch</code>: Changed the types of the <code>Config.{Password,APIKey}</code> fields to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/influxdb</code>: Changed the types of the <code>Config.Token</code> and <code>Config.V1Compatibility.Password</code> fields to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/instana</code>: Changed the type of <code>Config.AgentKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/logicmonitor</code>: Changed the type of <code>Config.APIToken.AccessKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/logzio</code>: Changed the type of <code>Config.Token</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/mezmo</code>: Changed the type of <code>Config.IngestKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/pulsar</code>: Changed the types of the <code>Config.Authentication.Token.Token</code> and <code>Config.Authentication.Athenz.PrivateKey</code> fields to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/sapm</code>: Changed the type of <code>Config.AccessToken</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/tencentcloudlogservice</code>: Changed the type of <code>Config.SecretKey</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>exporter/alibabacloudlogservice</code>: Changed the type of <code>Config.AccessKeySecret</code> to <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>extension/basicauth</code>: Change <code>Config.Password</code> to use type <code>configopaque.String</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>extension/bearertokenauth</code>: Change <code>config.BearerToken</code> to use <code>configopaque.String</code> type. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>extension/oauth2clientauth</code>: Change <code>Config.ClientSecret</code> to use the <code>configopaque.String</code> type. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</li> <li><code>pkg/ottl</code>: Change signatures of ottl and all context Parsers to accept a list of Options. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/13759">#13759</a>)</li> <li><code>pkg/translator/prometheusremotewrite</code>: Remove deprecated in <code>0.45</code> <code>MetricsToPRW</code> function. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17446">#17446</a>)</li> <li><code>spanmetricsprocessor</code>: Emits all metrics (whose dimension keys are cached) every configured duration (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/15688">#15688</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/15687">#15687</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16024">#16024</a>)</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>tracegen</code>: Deprecates tracegen, functionality has been moved to telemetrygen traces (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/9597">#9597</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li> <p><code>haproxyreceiver</code>: Add new metrics to the haproxyreceiver (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16829">#16829</a>)</p> </li> <li> <p><code>jmxreceiver</code>: Add the JMX metrics gatherer version 1.22.0-alpha to the supported jars hash list (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17831">#17831</a>)</p> </li> <li> <p><code>mongodbreceiver</code>: Add mongodb health/status metrics (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17021">#17021</a>)</p> </li> <li> <p><code>mdatagen</code>: Adds ability to enable/disable resource attributes in output and sets all existing resource attributes to enabled by default. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16373">#16373</a>) We may change NewMetricBuilder in the future from taking in ResourceMetrics to taking in a MetricsBuildingConfiguration, but for now changing the settings requires a call to WithResourceAttributeSettings.</p> </li> <li> <p><code>internal/comparetest</code>: add support of traces for comparetest (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17414">#17414</a>)</p> </li> <li> <p><code>awsxrayexporter</code>: Add support to string resource attributes of type slice so that it is possible to set those resource attributes using the <code>OTEL_RESOURCE_ATTRIBUTES</code> environment variable. Strings are converted to string slices of size 1. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17503">#17503</a>)</p> </li> <li> <p><code>internal/comparetest</code>: Add support for all metric types (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17538">#17538</a>)</p> </li> <li> <p><code>coralogixexporter</code>: improve coralogix exporter performance (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17268">#17268</a>) improves coralogix exporter to send batched telemetry data to the backend</p> </li> <li> <p><code>internal/comparetest</code>: Do not ignore order of any slices by default, use an options for that. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17551">#17551</a>)</p> </li> <li> <p><code>mysqlreceiver</code>: add mysql.commands metric with supprot for delete, insert, select, update (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/14138">#14138</a>)</p> </li> <li> <p><code>exporter/dynatrace</code>: Provide more logs on the results of metrics submissions (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/15248">#15248</a>)</p> </li> <li> <p><code>prometheusremotewriteexporter</code>: Add support for converting OTLP Exponential Histograms to Prometheus Native Histograms (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16207">#16207</a>)</p> </li> <li> <p><code>pkg/pdatautil</code>: Export comparetest and pdatautil modules under github.com/open-telemetry/opentelemetry-collector-contrib/pkg (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17873">#17873</a>)</p> </li> <li> <p><code>clickhouseexporter</code>: export metrics to clickhouse (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/16478">#16478</a>)</p> </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/e98d4ccb785a8a2c05183c5f6456408e84d67e8c"><code>e98d4cc</code></a> [chore] Prepare 0.70.0 release (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17980">#17980</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/5ac59856c83594fc379ccc73347a142215a4e8c7"><code>5ac5985</code></a> [chore] Update collector core dependency to 1.0.0-rc4/0.70.0 release (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17974">#17974</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f607cb47c8d972febb9d9d215e0029b3e8cb9884"><code>f607cb4</code></a> [exporter/signalfx] Metadata updater lifecycle (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17977">#17977</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f6f6d89d99eaf206fa54663f461b1cabd64de9cb"><code>f6f6d89</code></a> [chore] remove unnecessary duplicate code with AsRaw (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17892">#17892</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/5f25d5cbe64872d3df886a5d1e2ff2f5353be5d3"><code>5f25d5c</code></a> [chore] dependabot updates Mon Jan 23 20:16:16 UTC 2023 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17965">#17965</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/abc9c0fa514af8516101a139af8cfc0911d02ad9"><code>abc9c0f</code></a> [chore] [pkg/pdatatest] Make exported functions consistent (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17904">#17904</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/0801b5f3aefdf920cfda914d93d23bff14bd5778"><code>0801b5f</code></a> [pkg/ottl] Change NewParser signature to have a list of Options. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17394">#17394</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/de876bd70f752d54fb07b4c6af0269ca1affb101"><code>de876bd</code></a> [receiver/haproxyreceiver] add more metrics (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17845">#17845</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/4ef1781cfac2b877ef5ef613ed7f3f36dbbd7b00"><code>4ef1781</code></a> [chore] remove unnecessary duplicate code with AsRaw (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17894">#17894</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/fc1e050db7a8b77ceac98142b475139d85eb678e"><code>fc1e050</code></a> Move jpkrohling to the bottom of rotating sponsor list (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-collector-contrib/issues/17911">#17911</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.69.0...v0.70.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.69.0&new-version=0.70.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 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: shubbham1215 <[email protected]>
- Loading branch information