Skip to content

Commit

Permalink
build(deps): bump the otel-instrumentation group with 2 updates (jaeg…
Browse files Browse the repository at this point in the history
…ertracing#5387)

Bumps the otel-instrumentation group with 2 updates:
[go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib)
and
[go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib).

Updates
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`
from 0.50.0 to 0.51.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0</h2>
<h3>Added</h3>
<ul>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a configured
SDK with a valid <code>MeterProvider</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4804">#4804</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Change the scope name for the prometheus bridge to
<code>go.opentelemetry.io/contrib/bridges/prometheus</code> to match the
package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5396">#5396</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix bug where an empty exemplar was added to counters in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
<li>Fix bug where the last histogram bucket was missing in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.25.0...v1.26.0">https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.25.0...v1.26.0</a></p>
<h2>Release v1.25.0/v0.50.0/v0.19.0/v0.5.0/v0.0.1</h2>
<h3>Added</h3>
<ul>
<li>Implemented setting the <code>cloud.resource_id</code> resource
attribute in <code>go.opentelemetry.io/detectors/aws/ecs</code> based on
the ECS Metadata v4 endpoint. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5091">#5091</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otelslog</code>
module. This module provides an OpenTelemetry logging bridge for
&quot;log/slog&quot;. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5335">#5335</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5359">#5359</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for <a href="https://go.dev/doc/go1.20">Go 1.20</a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5163">#5163</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.24.0...v1.25.0">https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.24.0...v1.25.0</a></p>
<h2>Release v1.24.0/v0.49.0/v0.18.0/v0.4.0</h2>
<p>This release is the last to support <a
href="https://go.dev/doc/go1.20">Go 1.20</a>. The next release will
require at least [Go 1.21].</p>
<h3>Added</h3>
<ul>
<li>Support [Go 1.22]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5082">#5082</a>)</li>
<li>Add support for Summary metrics to
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5089">#5089</a>)</li>
<li>Add support for Exponential (native) Histograms in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5093">#5093</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The deprecated <code>RequestCount</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</li>
<li>The deprecated <code>RequestContentLength</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</li>
<li>The deprecated <code>ResponseContentLength</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</li>
<li>The deprecated <code>ServerLatency</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</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-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's
changelog</a>.</em></p>
<blockquote>
<h2>[1.26.0/0.51.0/0.20.0/0.6.0/0.1.0] - 2024-04-24</h2>
<h3>Added</h3>
<ul>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a configured
SDK with a valid <code>MeterProvider</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4804">#4804</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Change the scope name for the prometheus bridge to
<code>go.opentelemetry.io/contrib/bridges/prometheus</code> to match the
package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5396">#5396</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix bug where an empty exemplar was added to counters in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
<li>Fix bug where the last histogram bucket was missing in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8c7c4deeeb9b4cc91672f44f74745b52e3eba1c5"><code>8c7c4de</code></a>
Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5426">#5426</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/fed6e67d2f7b30a27a9061102d1242945afd1751"><code>fed6e67</code></a>
[chore] dependabot updates Sun Apr 21 19:39:24 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5419">#5419</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/30ed923222392fd870a9eae264ddf7b0e301e544"><code>30ed923</code></a>
HTTP Semconv migration Part1 Server - v1.20.0 support (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5333">#5333</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0ebeecfb87aaa2efa3adc07624d7f249f9761d33"><code>0ebeecf</code></a>
change the scope name for the prometheus bridge to match the package (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5396">#5396</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e90376ce1434e152eaaa624f94c14e6697dbb677"><code>e90376c</code></a>
Fix bug where an empty exemplar was added to counters (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/2faced475b326065fbe9253f0f6395a78c874c62"><code>2faced4</code></a>
dependabot updates Sun Apr 14 19:43:32 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5394">#5394</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d8b068eff0de0c187eb9fb55fd40bee48170f7d2"><code>d8b068e</code></a>
build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5393">#5393</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/07d806815f63799717a31a53e546e2731af09992"><code>07d8068</code></a>
config: NewSDK can return valid MeterProvider (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4804">#4804</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/7a9e861fbac7e49c9945a90249dd3e2fce0a0265"><code>7a9e861</code></a>
Add benchmarks for the prometheus bridge (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5364">#5364</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b343370e70b6e5a4881b7cd9915af95bd58d121f"><code>b343370</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5369">#5369</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.50.0...zpages/v0.51.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
from 0.50.0 to 0.51.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0</h2>
<h3>Added</h3>
<ul>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a configured
SDK with a valid <code>MeterProvider</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4804">#4804</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Change the scope name for the prometheus bridge to
<code>go.opentelemetry.io/contrib/bridges/prometheus</code> to match the
package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5396">#5396</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix bug where an empty exemplar was added to counters in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
<li>Fix bug where the last histogram bucket was missing in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.25.0...v1.26.0">https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.25.0...v1.26.0</a></p>
<h2>Release v1.25.0/v0.50.0/v0.19.0/v0.5.0/v0.0.1</h2>
<h3>Added</h3>
<ul>
<li>Implemented setting the <code>cloud.resource_id</code> resource
attribute in <code>go.opentelemetry.io/detectors/aws/ecs</code> based on
the ECS Metadata v4 endpoint. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5091">#5091</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otelslog</code>
module. This module provides an OpenTelemetry logging bridge for
&quot;log/slog&quot;. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5335">#5335</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5359">#5359</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for <a href="https://go.dev/doc/go1.20">Go 1.20</a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5163">#5163</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.24.0...v1.25.0">https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.24.0...v1.25.0</a></p>
<h2>Release v1.24.0/v0.49.0/v0.18.0/v0.4.0</h2>
<p>This release is the last to support <a
href="https://go.dev/doc/go1.20">Go 1.20</a>. The next release will
require at least [Go 1.21].</p>
<h3>Added</h3>
<ul>
<li>Support [Go 1.22]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5082">#5082</a>)</li>
<li>Add support for Summary metrics to
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5089">#5089</a>)</li>
<li>Add support for Exponential (native) Histograms in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5093">#5093</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The deprecated <code>RequestCount</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</li>
<li>The deprecated <code>RequestContentLength</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</li>
<li>The deprecated <code>ResponseContentLength</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</li>
<li>The deprecated <code>ServerLatency</code> constant in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4894">#4894</a>)</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-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.26.0/0.51.0/0.20.0/0.6.0/0.1.0] - 2024-04-24</h2>
<h3>Added</h3>
<ul>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a configured
SDK with a valid <code>MeterProvider</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4804">#4804</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Change the scope name for the prometheus bridge to
<code>go.opentelemetry.io/contrib/bridges/prometheus</code> to match the
package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5396">#5396</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix bug where an empty exemplar was added to counters in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
<li>Fix bug where the last histogram bucket was missing in
<code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8c7c4deeeb9b4cc91672f44f74745b52e3eba1c5"><code>8c7c4de</code></a>
Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5426">#5426</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/fed6e67d2f7b30a27a9061102d1242945afd1751"><code>fed6e67</code></a>
[chore] dependabot updates Sun Apr 21 19:39:24 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5419">#5419</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/30ed923222392fd870a9eae264ddf7b0e301e544"><code>30ed923</code></a>
HTTP Semconv migration Part1 Server - v1.20.0 support (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5333">#5333</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0ebeecfb87aaa2efa3adc07624d7f249f9761d33"><code>0ebeecf</code></a>
change the scope name for the prometheus bridge to match the package (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5396">#5396</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e90376ce1434e152eaaa624f94c14e6697dbb677"><code>e90376c</code></a>
Fix bug where an empty exemplar was added to counters (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5395">#5395</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/2faced475b326065fbe9253f0f6395a78c874c62"><code>2faced4</code></a>
dependabot updates Sun Apr 14 19:43:32 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5394">#5394</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d8b068eff0de0c187eb9fb55fd40bee48170f7d2"><code>d8b068e</code></a>
build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5393">#5393</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/07d806815f63799717a31a53e546e2731af09992"><code>07d8068</code></a>
config: NewSDK can return valid MeterProvider (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4804">#4804</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/7a9e861fbac7e49c9945a90249dd3e2fce0a0265"><code>7a9e861</code></a>
Add benchmarks for the prometheus bridge (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5364">#5364</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b343370e70b6e5a4881b7cd9915af95bd58d121f"><code>b343370</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5369">#5369</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.50.0...zpages/v0.51.0">compare
view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vamshi Maskuri <[email protected]>
  • Loading branch information
dependabot[bot] authored and varshith257 committed May 3, 2024
1 parent a20c6c2 commit de9e147
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 @@ -62,8 +62,8 @@ require (
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.98.0
go.opentelemetry.io/collector/receiver v0.98.0
go.opentelemetry.io/collector/receiver/otlpreceiver v0.98.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0
go.opentelemetry.io/otel v1.26.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ go.opentelemetry.io/collector/service v0.98.0 h1:lLJ7VXPXcV62fSISh4GuNd5ti6WvKje
go.opentelemetry.io/collector/service v0.98.0/go.mod h1:wB7ozvZTHtMefb5KTYy5nyrVYWpGk8teq8jWFs4blIU=
go.opentelemetry.io/contrib/config v0.4.0 h1:Xb+ncYOqseLroMuBesGNRgVQolXcXOhMj7EhGwJCdHs=
go.opentelemetry.io/contrib/config v0.4.0/go.mod h1:drNk2xRqLWW4/amk6Uh1S+sDAJTc7bcEEN1GfJzj418=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0 h1:zvpPXY7RfYAGSdYQLjp6zxdJNSYD/+FFoCTQN9IPxBs=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0/go.mod h1:BMn8NB1vsxTljvuorms2hyOs8IBuuBEq0pl7ltOfy30=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 h1:cEPbyTSEHlQR89XVlyo78gqluF8Y3oMeBkXGWzQsfXY=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0/go.mod h1:DKdbWcT4GH1D0Y3Sqt/PFXt2naRKDWtU+eE6oLdFNA8=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 h1:A3SayB3rNyt+1S6qpI9mHPkeHTZbD7XILEqWnYZb2l0=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0/go.mod h1:27iA5uvhuRNmalO+iEUdVn5ZMj2qy10Mm+XRIpRmyuU=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 h1:Xs2Ncz0gNihqu9iosIZ5SkBbWo5T8JhhLJFMQL1qmLI=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0/go.mod h1:vy+2G/6NvVMpwGX/NyLqcC41fxepnuKHk16E6IZUcJc=
go.opentelemetry.io/contrib/propagators/b3 v1.25.0 h1:QU8UEKyPqgr/8vCC9LlDmkPnfFmiWAUF9GtJdcLz+BU=
go.opentelemetry.io/contrib/propagators/b3 v1.25.0/go.mod h1:qonC7wyvtX1E6cEpAR+bJmhcGr6IVRGc/f6ZTpvi7jA=
go.opentelemetry.io/contrib/zpages v0.50.0 h1:hKC5asr83xDN4ErwSHVdk3gv053pZiF8SZKmS86IPEw=
Expand Down

0 comments on commit de9e147

Please sign in to comment.