Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 0.40.0 to 0.41.0 #2713

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 0.40.0 to 0.41.0.

Release notes

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp's releases.

Release v1.19.0-rc.1/v0.42.0-rc.1

This is a release candidate for the v1.19.0/v0.42.0 release. That release is expected to include the v1 release of the OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK. See our versioning policy for more information about these stability guarantees.

Changed

  • Allow '/' characters in metric instrument names. (#4501)

Fixed

  • In go.opentelemetry.op/otel/exporters/prometheus, don't try to create the Prometheus metric on every Collect if we know the scope is invalid. (#4499)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.18.0...v1.19.0-rc.1

Release v1.18.0/v0.41.0/v0.0.6

This release drops the compatibility guarantee of Go 1.19.

Added

  • Add WithProducer option in go.opentelemetry.op/otel/exporters/prometheus to restore the ability to register producers on the prometheus exporter's manual reader. (#4473)
  • Add IgnoreValue option in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest to allow ignoring values when comparing metrics. (#4447)

Deprecated

  • The NewMetricExporter in go.opentelemetry.io/otel/bridge/opencensus was deprecated in v0.35.0 (#3541). The deprecation notice format for the function has been corrected to trigger Go documentation and build tooling. (#4470)

Removed

  • Removed the deprecated go.opentelemetry.io/otel/exporters/jaeger package. (#4467)
  • Removed the deprecated go.opentelemetry.io/otel/example/jaeger package. (#4467)
  • Removed the deprecated go.opentelemetry.io/otel/sdk/metric/aggregation package. (#4468)
  • Removed the deprecated internal packages in go.opentelemetry.io/otel/exporters/otlp and its sub-packages. (#4469)
  • Dropped guaranteed support for versions of Go less than 1.20. (#4481)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.17.0...v1.18.0

Release v1.17.0/v0.40.0/v0.5.0

Added

  • Export the ManualReader struct in go.opentelemetry.io/otel/sdk/metric. (#4244)
  • Export the PeriodicReader struct in go.opentelemetry.io/otel/sdk/metric. (#4244)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp's changelog.

[1.18.0/0.41.0/0.0.6] 2023-09-12

This release drops the compatibility guarantee of [Go 1.19].

Added

  • Add WithProducer option in go.opentelemetry.op/otel/exporters/prometheus to restore the ability to register producers on the prometheus exporter's manual reader. (#4473)
  • Add IgnoreValue option in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest to allow ignoring values when comparing metrics. (#4447)

Changed

  • Use a TestingT interface instead of *testing.T struct in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#4483)

Deprecated

  • The NewMetricExporter in go.opentelemetry.io/otel/bridge/opencensus was deprecated in v0.35.0 (#3541). The deprecation notice format for the function has been corrected to trigger Go documentation and build tooling. (#4470)

Removed

  • Removed the deprecated go.opentelemetry.io/otel/exporters/jaeger package. (#4467)
  • Removed the deprecated go.opentelemetry.io/otel/example/jaeger package. (#4467)
  • Removed the deprecated go.opentelemetry.io/otel/sdk/metric/aggregation package. (#4468)
  • Removed the deprecated internal packages in go.opentelemetry.io/otel/exporters/otlp and its sub-packages. (#4469)
  • Dropped guaranteed support for versions of Go less than 1.20. (#4481)
Commits

Dependabot compatibility score

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 commands and options

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 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)

…otlpmetrichttp

Bumps [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@sdk/metric/v0.40.0...sdk/metric/v0.41.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Sep 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2023

Codecov Report

Merging #2713 (b7f6860) into main (dd15372) will decrease coverage by 0.17%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2713      +/-   ##
==========================================
- Coverage   51.59%   51.42%   -0.17%     
==========================================
  Files         162      162              
  Lines       10755    10755              
==========================================
- Hits         5549     5531      -18     
- Misses       4726     4743      +17     
- Partials      480      481       +1     

see 7 files with indirect coverage changes

…el/exporters/otlp/otlpmetric/otlpmetrichttp-0.41.0
@walldiss walldiss enabled auto-merge (squash) September 18, 2023 12:23
@walldiss walldiss merged commit 3196746 into main Sep 18, 2023
22 of 29 checks passed
@walldiss walldiss deleted the dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp-0.41.0 branch September 18, 2023 12:36
vgonkivs pushed a commit to vgonkivs/celestia-node that referenced this pull request Oct 5, 2023
…otlpmetrichttp from 0.40.0 to 0.41.0 (celestiaorg#2713)

Bumps
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go)
from 0.40.0 to 0.41.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/releases">go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.19.0-rc.1/v0.42.0-rc.1</h2>
<p>This is a release candidate for the v1.19.0/v0.42.0 release. That
release is expected to include the <code>v1</code> release of the
OpenTelemetry Go metric SDK and will provide stability guarantees of
that SDK. See our <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/a87d8fd2e8236cdf6e2907c2751e8e7354bf8035/VERSIONING.md">versioning
policy</a> for more information about these stability guarantees.</p>
<h3>Changed</h3>
<ul>
<li>Allow '/' characters in metric instrument names. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4501">#4501</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>In <code>go.opentelemetry.op/otel/exporters/prometheus</code>, don't
try to create the Prometheus metric on every <code>Collect</code> if we
know the scope is invalid. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4499">#4499</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/aabmass"><code>@​aabmass</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/pull/4501">open-telemetry/opentelemetry-go#4501</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.0-rc.1">https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.0-rc.1</a></p>
<h2>Release v1.18.0/v0.41.0/v0.0.6</h2>
<p>This release drops the compatibility guarantee of <a
href="https://go.dev/doc/go1.19">Go 1.19</a>.</p>
<h3>Added</h3>
<ul>
<li>Add <code>WithProducer</code> option in
<code>go.opentelemetry.op/otel/exporters/prometheus</code> to restore
the ability to register producers on the prometheus exporter's manual
reader. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4473">#4473</a>)</li>
<li>Add <code>IgnoreValue</code> option in
<code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>
to allow ignoring values when comparing metrics. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4447">#4447</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>NewMetricExporter</code> in
<code>go.opentelemetry.io/otel/bridge/opencensus</code> was deprecated
in <code>v0.35.0</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/3541">#3541</a>).
The deprecation notice format for the function has been corrected to
trigger Go documentation and build tooling. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4470">#4470</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/exporters/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/example/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/sdk/metric/aggregation</code> package.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4468">#4468</a>)</li>
<li>Removed the deprecated internal packages in
<code>go.opentelemetry.io/otel/exporters/otlp</code> and its
sub-packages. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4469">#4469</a>)</li>
<li>Dropped guaranteed support for versions of Go less than 1.20. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4481">#4481</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/pkbhowmick"><code>@​pkbhowmick</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/pull/4462">open-telemetry/opentelemetry-go#4462</a></li>
<li><a
href="https://github.com/RangelReale"><code>@​RangelReale</code></a>
made their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/pull/4447">open-telemetry/opentelemetry-go#4447</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.17.0...v1.18.0">https://github.com/open-telemetry/opentelemetry-go/compare/v1.17.0...v1.18.0</a></p>
<h2>Release v1.17.0/v0.40.0/v0.5.0</h2>
<h3>Added</h3>
<ul>
<li>Export the <code>ManualReader</code> struct in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4244">#4244</a>)</li>
<li>Export the <code>PeriodicReader</code> struct in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4244">#4244</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/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.18.0/0.41.0/0.0.6] 2023-09-12</h2>
<p>This release drops the compatibility guarantee of [Go 1.19].</p>
<h3>Added</h3>
<ul>
<li>Add <code>WithProducer</code> option in
<code>go.opentelemetry.op/otel/exporters/prometheus</code> to restore
the ability to register producers on the prometheus exporter's manual
reader. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4473">#4473</a>)</li>
<li>Add <code>IgnoreValue</code> option in
<code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>
to allow ignoring values when comparing metrics. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4447">#4447</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use a <code>TestingT</code> interface instead of
<code>*testing.T</code> struct in
<code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4483">#4483</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>NewMetricExporter</code> in
<code>go.opentelemetry.io/otel/bridge/opencensus</code> was deprecated
in <code>v0.35.0</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/3541">#3541</a>).
The deprecation notice format for the function has been corrected to
trigger Go documentation and build tooling. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4470">#4470</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/exporters/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/example/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/sdk/metric/aggregation</code> package.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4468">#4468</a>)</li>
<li>Removed the deprecated internal packages in
<code>go.opentelemetry.io/otel/exporters/otlp</code> and its
sub-packages. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4469">#4469</a>)</li>
<li>Dropped guaranteed support for versions of Go less than 1.20. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4481">#4481</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/4242228103c19cabc435a75b02d7aea82aa8bf36"><code>4242228</code></a>
Release v1.18.0/v0.41.0/v0.0.6 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4489">#4489</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ac4fca2260ae51e7318a2680e8e57771340e958a"><code>ac4fca2</code></a>
Use a TB interface in metricdatatest (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4483">#4483</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/77d62375754ce036868cbdf1d4eae4a6faf1f0e4"><code>77d6237</code></a>
Bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4490">#4490</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/8ef73395ea22daf7627e7fd75223f1a298697fd9"><code>8ef7339</code></a>
dependabot updates Sun Sep 10 14:30:56 UTC 2023 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4498">#4498</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e44ea5cc7fa82cbbc839e69829e7660b6e0c7536"><code>e44ea5c</code></a>
Revert &quot;Collector example: add metrics and use official port (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4466">#4466</a>)&quot;
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4487">#4487</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9737995cdbf1cd30234352ec1298f5a68169a0e6"><code>9737995</code></a>
Drop support for Go 1.19 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4481">#4481</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6eedabf874a8fffbccbeeea1410d6d0d12784e72"><code>6eedabf</code></a>
Collector example: add metrics and use official port (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4466">#4466</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/76c370f1b128a0dab2d456f0fc26b59c4595fb36"><code>76c370f</code></a>
Document public metric SDK interfaces to remain stable (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4396">#4396</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/01d64c3e7757df743d6d85de681b750029da3bf2"><code>01d64c3</code></a>
Update go versions used in workflows (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4480">#4480</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/fc70923e533295d9c0124b1ed6ed23c0e1151fc6"><code>fc70923</code></a>
Ignore value option for metricdatatest (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4447">#4447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/sdk/metric/v0.40.0...sdk/metric/v0.41.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp&package-manager=go_modules&previous-version=0.40.0&new-version=0.41.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Co-authored-by: Vlad <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants