Skip to content

Commit

Permalink
Bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/tr…
Browse files Browse the repository at this point in the history
…anslator/jaeger from 0.74.0 to 0.75.0 (jaegertracing#4392)

Bumps
[github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib)
from 0.74.0 to 0.75.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.75.0</h2>
<h2>The OpenTelemetry Collector Contrib contains everything in the <a
href="https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.75.0">opentelemetry-collector
release</a>, be sure to check the release notes there as well.</h2>
<h2>v0.75.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li>
<p><code>datadogexporter</code>: Graduate
exporter.datadog.hostname.preview feature gate to Stable. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20286">#20286</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Add typed getter for <code>pcommon.map</code>
and update related functions to use it. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19781">#19781</a>)
Using the impacted functions, such as <code>keep_keys</code> or
<code>replace_all_patterns</code>, without a <code>pcommon.map</code>
will now result in an error. Only pass these function paths that result
in a <code>pcommon.map</code> or set <code>ErrorMode</code> to
<code>IgnoreError</code>.</p>
</li>
<li>
<p><code>pkg/ottl</code>: Updates <code>ConvertCase</code>,
<code>ParseJSON</code>, <code>Split</code>, and <code>Substring</code>
to use <code>StringGetter</code> (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19137">#19137</a>)
Affected components: <code>transformprocessor</code>,
<code>filterprocessor</code>, <code>routingprocessor</code>. It is
HIGHLY recommended to use each component's <code>error_mode</code>
configuration option to handle errors returned by these functions.</p>
</li>
<li>
<p><code>pkg/ottl</code>: Adds new StringLikeGetter for converting
values to string for use. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19782">#19782</a>)
Concat now converts more types to string instead of ignoring them.
IsMatch now converts []byte to string using
<code>hex.EncodeToString(v)</code>.</p>
</li>
</ul>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>datadogexporter</code>: Deprecate
<code>metrics::histograms::send_count_sum_metrics</code> in favor of
<code>metrics::histograms::send_aggregation_metrics</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20285">#20285</a>)
Toggling <code>metrics::histograms::send_count_sum_metrics</code> will
now send .min and .max metrics when available.</li>
</ul>
<h3>🚀 New components 🚀</h3>
<ul>
<li><code>awss3exporter</code>: Add new AWS S3 exporter. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9979">#9979</a>)</li>
<li><code>servicegraphconnector</code>: Add servicegraph connector to
the build. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20452">#20452</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>clickhouseexporter</code>: Insert instrumentation scope name
and version to SpanAttributes column in traces table (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/17408">#17408</a>)</p>
</li>
<li>
<p><code>stanza</code>: Enhancement pkg/stanza/flatten to support
resource and attributes (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20448">#20448</a>)</p>
</li>
<li>
<p><code>azuredataexplorerexporter</code>: Migrate stablity to beta. All
the dependent libraries have moved to beta. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19161">#19161</a>)</p>
</li>
<li>
<p><code>awsecscontainermetricsreceiver</code>: Add ServiceName from
task metadata endpoint (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19728">#19728</a>)</p>
</li>
<li>
<p><code>mdatagen</code>: Warnings can now be specified in metadata.yaml
to be included in the generated status table. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20242">#20242</a>)</p>
</li>
<li>
<p><code>coralogixexporter</code>: Change coralogixexporter to default
to gzip compression for logs and traces (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20337">#20337</a>)</p>
</li>
<li>
<p><code>datadogexporter</code>: Adds support for span links (span links
are added as metadata to the converted span). (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20286">#20286</a>)</p>
</li>
<li>
<p><code>mdatagen</code>: Do not print &quot;Supported pipeline
types&quot; in the generated status for extensions (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20236">#20236</a>)</p>
</li>
<li>
<p><code>filereceiver</code>: Update file receiver to be able to replay
metrics in time. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14638">#14638</a>)</p>
</li>
<li>
<p><code>googlecloudspannerreceiver</code>: adding table size statistics
as metrics (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18689">#18689</a>)</p>
</li>
<li>
<p><code>processscraper</code>: Introduced
<code>mute_process_exe_error</code> and
<code>mute_process_io_error</code> flags to allow scraping of all
processes on Linux machines. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18923">#18923</a>)</p>
</li>
<li>
<p><code>attributesprocessor, resourceprocessor</code>: Add feature gate
to support using SHA2-256 instead of SHA-1 for hashing (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/4759">#4759</a>,
<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/5576">#5576</a>)
enable switching to use SHA-2 256 with the feature gate
<code>coreinternal.attraction.hash.sha256</code></p>
</li>
<li>
<p><code>translator/loki</code>: Normalize label names so they follow
the Prometheus label names standard (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14113">#14113</a>)
Loki doesn't support label names containing dots. |
Users had to convert dot-separated attributes into underscore-separated
attributes before promoting them to Loki labels. |
From now on users can drop relabeling from their configuration. All dots
in label names will be replaced with underscores automatically before
sending request to Loki.</p>
</li>
<li>
<p><code>mongodbatlasreceiver</code>: Add support to collect
organization events. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19449">#19449</a>,
<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20308">#20308</a>)</p>
</li>
<li>
<p><code>datadogexporter</code>: Send .min and .max metrics for delta
OTLP Histograms and Exponential Histograms when
<code>metrics::histograms::send_aggregation_metrics</code> is enabled.
(<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20285">#20285</a>)</p>
</li>
<li>
<p><code>receiver/purefareceiver</code>: Add missing code snippet that
validate the config file (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14886">#14886</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.75.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li>
<p><code>datadogexporter</code>: Graduate
exporter.datadog.hostname.preview feature gate to Stable. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20286">#20286</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Add typed getter for <code>pcommon.map</code>
and update related functions to use it. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19781">#19781</a>)
Using the impacted functions, such as <code>keep_keys</code> or
<code>replace_all_patterns</code>, without a <code>pcommon.map</code>
will now result in an error. Only pass these function paths that result
in a <code>pcommon.map</code> or set <code>ErrorMode</code> to
<code>IgnoreError</code>.</p>
</li>
<li>
<p><code>pkg/ottl</code>: Updates <code>ConvertCase</code>,
<code>ParseJSON</code>, <code>Split</code>, and <code>Substring</code>
to use <code>StringGetter</code> (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19137">#19137</a>)
Affected components: <code>transformprocessor</code>,
<code>filterprocessor</code>, <code>routingprocessor</code>. It is
HIGHLY recommended to use each component's <code>error_mode</code>
configuration option to handle errors returned by these functions.</p>
</li>
<li>
<p><code>pkg/ottl</code>: Adds new StringLikeGetter for converting
values to string for use. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19782">#19782</a>)
Concat now converts more types to string instead of ignoring them.
IsMatch now converts []byte to string using
<code>hex.EncodeToString(v)</code>.</p>
</li>
</ul>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>datadogexporter</code>: Deprecate
<code>metrics::histograms::send_count_sum_metrics</code> in favor of
<code>metrics::histograms::send_aggregation_metrics</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20285">#20285</a>)
Toggling <code>metrics::histograms::send_count_sum_metrics</code> will
now send .min and .max metrics when available.</li>
</ul>
<h3>🚀 New components 🚀</h3>
<ul>
<li><code>awss3exporter</code>: Add new AWS S3 exporter. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9979">#9979</a>)</li>
<li><code>servicegraphconnector</code>: Add servicegraph connector to
the build. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20452">#20452</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>clickhouseexporter</code>: Insert instrumentation scope name
and version to SpanAttributes column in traces table (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/17408">#17408</a>)</p>
</li>
<li>
<p><code>stanza</code>: Enhancement pkg/stanza/flatten to support
resource and attributes (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20448">#20448</a>)</p>
</li>
<li>
<p><code>azuredataexplorerexporter</code>: Migrate stablity to beta. All
the dependent libraries have moved to beta. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19161">#19161</a>)</p>
</li>
<li>
<p><code>awsecscontainermetricsreceiver</code>: Add ServiceName from
task metadata endpoint (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19728">#19728</a>)</p>
</li>
<li>
<p><code>mdatagen</code>: Warnings can now be specified in metadata.yaml
to be included in the generated status table. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20242">#20242</a>)</p>
</li>
<li>
<p><code>coralogixexporter</code>: Change coralogixexporter to default
to gzip compression for logs and traces (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20337">#20337</a>)</p>
</li>
<li>
<p><code>datadogexporter</code>: Adds support for span links (span links
are added as metadata to the converted span). (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20286">#20286</a>)</p>
</li>
<li>
<p><code>mdatagen</code>: Do not print &quot;Supported pipeline
types&quot; in the generated status for extensions (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20236">#20236</a>)</p>
</li>
<li>
<p><code>filereceiver</code>: Update file receiver to be able to replay
metrics in time. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14638">#14638</a>)</p>
</li>
<li>
<p><code>googlecloudspannerreceiver</code>: adding table size statistics
as metrics (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18689">#18689</a>)</p>
</li>
<li>
<p><code>processscraper</code>: Introduced
<code>mute_process_exe_error</code> and
<code>mute_process_io_error</code> flags to allow scraping of all
processes on Linux machines. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18923">#18923</a>)</p>
</li>
<li>
<p><code>attributesprocessor, resourceprocessor</code>: Add feature gate
to support using SHA2-256 instead of SHA-1 for hashing (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/4759">#4759</a>,
<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/5576">#5576</a>)
enable switching to use SHA-2 256 with the feature gate
<code>coreinternal.attraction.hash.sha256</code></p>
</li>
<li>
<p><code>translator/loki</code>: Normalize label names so they follow
the Prometheus label names standard (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14113">#14113</a>)
Loki doesn't support label names containing dots. |
Users had to convert dot-separated attributes into underscore-separated
attributes before promoting them to Loki labels. |
From now on users can drop relabeling from their configuration. All dots
in label names will be replaced with underscores automatically before
sending request to Loki.</p>
</li>
<li>
<p><code>mongodbatlasreceiver</code>: Add support to collect
organization events. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19449">#19449</a>,
<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20308">#20308</a>)</p>
</li>
<li>
<p><code>datadogexporter</code>: Send .min and .max metrics for delta
OTLP Histograms and Exponential Histograms when
<code>metrics::histograms::send_aggregation_metrics</code> is enabled.
(<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20285">#20285</a>)</p>
</li>
<li>
<p><code>receiver/purefareceiver</code>: Add missing code snippet that
validate the config file (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14886">#14886</a>)</p>
</li>
<li>
<p><code>servicegraphprocessor</code>: Making cache and expire loop time
configurable (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/19639">#19639</a>)
add new config items(cache_loop, store_expiration_loop)</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/5706064482f1c4bcd316dc9e425c47ca714ee948"><code>5706064</code></a>
[chore] Prepare release 0.75.0 (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20544">#20544</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/54df2bf24df2bfb9b7f98261aa7bbfda737c2176"><code>54df2bf</code></a>
[receiver/hostmetrics] Fix expected errors in Windows tests (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20447">#20447</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/a87e86918b0004cc4361ae668279ffc46a3d5853"><code>a87e869</code></a>
[chore] [exporter/s3exporter] aws s3 exporter initial version (First PR,
conf...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/ecd5e7f9529403c5c0783de80504f93677de0100"><code>ecd5e7f</code></a>
[chore]add generated status to asapauthextension (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20327">#20327</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/267ce3f8a2222ffed44ec2b02ce474cde86bbf66"><code>267ce3f</code></a>
[receiver/googlecloudspanner] feat: table size stats (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18689">#18689</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6658646e7705b74f13031c777fcd8dd1cd64c850"><code>6658646</code></a>
[receiver/mongodbatlasreceiver] Add support to collect organization
events (#...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/fa1186e3f07bd797494ba86cddfd3e6fa0eead79"><code>fa1186e</code></a>
[receiver/solacereceiver]: Updates to Solace Receiver for Solace PubSub+
Even...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/5835e7ee1fc93cfbc34b381462efbc608b9c53db"><code>5835e7e</code></a>
[chore] Fix timestamp layout in kubernetes CRI-O example. (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20534">#20534</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/252c2974adc12f3d3eb30312343d8d8a8703db73"><code>252c297</code></a>
[exporter/awsxray] docs: fix request timeout docs (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20532">#20532</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/9f78a872cfeb15b19ab7ce87b797d70609578053"><code>9f78a87</code></a>
[pkg/stanza] support flatten resource and attributes (<a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20448">#20448</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.74.0...v0.75.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.74.0&new-version=0.75.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2023
1 parent 8afb607 commit 5fe1f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/hashicorp/go-plugin v1.4.8
github.com/kr/pretty v0.3.1
github.com/olivere/elastic v6.2.37+incompatible
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.74.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.75.0
github.com/opentracing-contrib/go-grpc v0.0.0-20230205024533-5ced129e5996
github.com/opentracing-contrib/go-stdlib v1.0.0
github.com/opentracing/opentracing-go v1.2.0
Expand Down Expand Up @@ -133,7 +133,7 @@ require (
github.com/oklog/ulid v1.3.1 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.74.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.75.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,10 @@ github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7J
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.13.0 h1:7lLHu94wT9Ij0o6EWWclhu0aOh32VxhkwEJvzuWPeak=
github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.74.0 h1:vU5ZebauzCuYNXFlQaWaYnOfjoOAnS+Sc8+oNWoHkbM=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.74.0/go.mod h1:TEu3TnUv1TuyHtjllrUDQ/ImpyD+GrkDejZv4hxl3G8=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.74.0 h1:ww1pPXfAM0WHsymQnsN+s4B9DgwQC+GyoBq0t27JV/k=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.74.0/go.mod h1:OpEw7tyCg+iG1ywEgZ03qe5sP/8fhYdtWCMoqA8JCug=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.75.0 h1:XW4DBJP3+dgdclPVA7d9aetG/FBUmwSNQGWaWoZnyo0=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.75.0/go.mod h1:IyFOweK1oDRlcm4k+hdobQjvP5z3L5+5G7NBrQj1Kx0=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.75.0 h1:Nkgu/m+1/TpjAH7V6rM+KF0V5V7AhRBobQkCo4IAW44=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.75.0/go.mod h1:uhFoCFpVzBkG6ZW+bwjyFTuwJcbvgeoIEGd7nqJZR5o=
github.com/opentracing-contrib/go-grpc v0.0.0-20230205024533-5ced129e5996 h1:cNKquGUykT1G88PgdGC8yEB7eU3H3GyuySp/jfJS49w=
github.com/opentracing-contrib/go-grpc v0.0.0-20230205024533-5ced129e5996/go.mod h1:DYR5Eij8rJl8h7gblRrOZ8g0kW1umSpKqYIBTgeDtLo=
github.com/opentracing-contrib/go-stdlib v1.0.0 h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w=
Expand Down

0 comments on commit 5fe1f33

Please sign in to comment.