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/otlptrace from 1.18.0 to 1.19.0 #2784

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.18.0 to 1.19.0.

Changelog

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

[1.19.0/0.42.0/0.0.7] 2023-09-28

This release contains the first stable release of the OpenTelemetry Go [metric SDK]. Our project stability guarantees now apply to the go.opentelemetry.io/otel/sdk/metric package. See our versioning policy for more information about these stability guarantees.

Added

  • Add the "Roll the dice" getting started application example in go.opentelemetry.io/otel/example/dice. (#4539)
  • The WithWriter and WithPrettyPrint options to go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to set a custom io.Writer, and allow displaying the output in human-readable JSON. (#4507)

Changed

  • Allow '/' characters in metric instrument names. (#4501)
  • The exporter in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric does not prettify its output by default anymore. (#4507)
  • Upgrade gopkg.io/yaml from v2 to v3 in go.opentelemetry.io/otel/schema. (#4535)

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)

Removed

  • Remove "go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter, which is replaced by NewMetricProducer. (#4566)

[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14

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

Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) from 1.18.0 to 1.19.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@v1.18.0...v1.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Oct 2, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2784 (45f1f10) into main (849cb67) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2784      +/-   ##
==========================================
- Coverage   51.92%   51.87%   -0.06%     
==========================================
  Files         161      161              
  Lines       10827    10827              
==========================================
- Hits         5622     5616       -6     
- Misses       4710     4716       +6     
  Partials      495      495              

see 9 files with indirect coverage changes

@ramin ramin self-requested a review October 2, 2023 13:05
@ramin ramin merged commit 9e0d021 into main Oct 2, 2023
18 of 21 checks passed
@ramin ramin deleted the dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.19.0 branch October 2, 2023 15:18
vgonkivs pushed a commit to vgonkivs/celestia-node that referenced this pull request Oct 5, 2023
…rom 1.18.0 to 1.19.0 (celestiaorg#2784)

Bumps
[go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go)
from 1.18.0 to 1.19.0.
<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/otlptrace's
changelog</a>.</em></p>
<blockquote>
<h2>[1.19.0/0.42.0/0.0.7] 2023-09-28</h2>
<p>This release contains the first stable release of the OpenTelemetry
Go [metric SDK].
Our project stability guarantees now apply to the
<code>go.opentelemetry.io/otel/sdk/metric</code> package.
See our <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/VERSIONING.md">versioning
policy</a> for more information about these stability guarantees.</p>
<h3>Added</h3>
<ul>
<li>Add the &quot;Roll the dice&quot; getting started application
example in <code>go.opentelemetry.io/otel/example/dice</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4539">#4539</a>)</li>
<li>The <code>WithWriter</code> and <code>WithPrettyPrint</code> options
to <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code>
to set a custom <code>io.Writer</code>, and allow displaying the output
in human-readable JSON. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507">#4507</a>)</li>
</ul>
<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>
<li>The exporter in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> does
not prettify its output by default anymore. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507">#4507</a>)</li>
<li>Upgrade <code>gopkg.io/yaml</code> from <code>v2</code> to
<code>v3</code> in <code>go.opentelemetry.io/otel/schema</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4535">#4535</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>
<h3>Removed</h3>
<ul>
<li>Remove
<code>&quot;go.opentelemetry.io/otel/bridge/opencensus&quot;.NewMetricExporter</code>,
which is replaced by <code>NewMetricProducer</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4566">#4566</a>)</li>
</ul>
<h2>[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14</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/main/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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/60666c554065ac4da502fe28943eea4b938ab479"><code>60666c5</code></a>
Release v1.19.0/v0.42.0/v0.0.7 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4568">#4568</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/acf7146b566054dac9e10576a285bd11ed87b7e2"><code>acf7146</code></a>
Opencensus bridge: migrate from README to Go docs (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4561">#4561</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/d3e31c3d939ecb4bc270bafd2b6e45df90339bcc"><code>d3e31c3</code></a>
Remove deprecated opencensus.NewMetricExporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4566">#4566</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/1410496022e9697d0796b69788373994dd9f1e9d"><code>1410496</code></a>
stdoutmetric: Add WithWriter and WithPrettyPrint options (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507">#4507</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9bbefc6cc31995c7bdd37c69eb153fc2201c3562"><code>9bbefc6</code></a>
dependabot updates Tue Sep 26 14:35:10 UTC 2023 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4559">#4559</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/0425c09c31f7568e2aa56fd6ccd5abcfbe3cfede"><code>0425c09</code></a>
Add dice example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4539">#4539</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/612208d0460367525f7aba4db1074f8441695600"><code>612208d</code></a>
Fix typos in comments (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4553">#4553</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2a8fddaf5818a7e39db7ddf5fb2db345234f4458"><code>2a8fdda</code></a>
stdouttrace: Fix WithPrettyPrint comment (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4544">#4544</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/3c1621bdbb9bde9be796195d270bb4f9fc334763"><code>3c1621b</code></a>
dependabot updates Sun Sep 24 14:25:44 UTC 2023 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4552">#4552</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/10b9f90fe4acdb670d0d8110da2c7a77a3272beb"><code>10b9f90</code></a>
sdk/metric: Update package example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4540">#4540</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.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/otlptrace&package-manager=go_modules&previous-version=1.18.0&new-version=1.19.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 <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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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