Skip to content

Commit

Permalink
build(deps): Bump go.opentelemetry.io/otel/exporters/stdout/stdouttra…
Browse files Browse the repository at this point in the history
…ce from 1.26.0 to 1.27.0 (#3102)

Bumps [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) from 1.26.0 to 1.27.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/stdout/stdouttrace's changelog</a>.</em></p>
<blockquote>
<h2>[1.27.0/0.49.0/0.3.0] 2024-05-21</h2>
<h3>Added</h3>
<ul>
<li>Add example for <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li>
<li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate testing exporter and processor implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li>
<li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing bridge implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li>
<li>The count of dropped records from the <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li>
<li>Add metrics in the <code>otel-collector</code> example. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li>
<li>Add the synchronous gauge instrument to <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>)
<ul>
<li>An <code>int64</code> or <code>float64</code> synchronous gauge instrument can now be created from a <code>Meter</code>.</li>
<li>All implementations of the API (<code>go.opentelemetry.io/otel/metric/noop</code>, <code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support this instrument.</li>
</ul>
</li>
<li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>Shutdown</code> method of <code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code> ignores the context cancellation and always returns <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the exporter returned by <code>New</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> ignore the context cancellation and always return <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>Apply the value length limits to <code>Record</code> attributes in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li>De-duplicate map attributes added to a <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> won't print timestamps when <code>WithoutTimestamps</code> option is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li>
<li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> exporter won't print <code>AttributeValueLengthLimit</code> and <code>AttributeCountLimit</code> fields now, instead it prints the <code>DroppedAttributes</code> field. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li>
<li>Improved performance in the <code>Stringer</code> implementation of <code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the number of allocations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li>
<li>Set the start time for last-value aggregates in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li>
<li>The <code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code> will record links without span context if either non-empty <code>TraceState</code> or attributes are provided. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li>
<li>Upgrade all dependencies of <code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Comparison of unordered maps for <code>go.opentelemetry.io/otel/log.KeyValue</code> and <code>go.opentelemetry.io/otel/log.Value</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li>
<li>Fix the empty output of <code>go.opentelemetry.io/otel/log.Value</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li>
<li>Split the behavior of <code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a <code>LoggerProvider</code> only. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li>Fix wrong package name of the error message when parsing endpoint URL in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Identify the <code>Logger</code> returned from the global <code>LoggerProvider</code> in <code>go.opentelemetry.io/otel/log/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5661ff0ded32cf1b83f1147dae96ca403c198504"><code>5661ff0</code></a> Release v1.27.0/v0.49.0/v0.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0d3dddc17fcbce378c32db0dfacb46723afdc35c"><code>0d3dddc</code></a> Fix exported instrument kind const value change (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/7aae7a88b023b8d0f6bbd00cac56ced728fdb001"><code>7aae7a8</code></a> chore(deps): update benchmark-action/github-action-benchmark action to v1.20....</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8c3120f45503d40164e4244f997a47a544f668b8"><code>8c3120f</code></a> chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d55658e1b0425c10fe7adadc654e488fcd2f2ca5"><code>d55658e</code></a> chore(deps): update codecov/codecov-action action to v4.4.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/49c866fbcd205cca8065c09cf41622861fb22bb5"><code>49c866f</code></a> fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/999c6a07b318bb776379e139917ceb914dd34202"><code>999c6a0</code></a> Update all semconv use to v1.25.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/14441aefdf8879f6845d6502a6ba50e54a4feaa2"><code>14441ae</code></a> Identify logger with schemaURL in global logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ebd0adee357f3539d7b19488eef9cf7bcd8aa0da"><code>ebd0ade</code></a> Split log/logtest into a recorder and a logger (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0d1e77c854d9c13ea6e2e05039e6b0e4181eafeb"><code>0d1e77c</code></a> Fix package prefix of error in otlploghttp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.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/stdout/stdouttrace&package-manager=go_modules&previous-version=1.26.0&new-version=1.27.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>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 107eb7b commit 249e476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0
go.opentelemetry.io/otel v1.27.0
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.26.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0
go.opentelemetry.io/otel/sdk v1.27.0
go.opentelemetry.io/otel/trace v1.27.0
go.uber.org/automaxprocs v1.5.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 h1:9M3+rhx7kZCIQQhQRYa
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0/go.mod h1:noq80iT8rrHP1SfybmPiRGc9dc5M8RPmGvtwo7Oo7tc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 h1:Xw8U6u2f8DK2XAkGRFV7BBLENgnTGX9i4rQRxJf+/vs=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0/go.mod h1:6KW1Fm6R/s6Z3PGXwSJN2K4eT6wQB3vXX6CVnYX9NmM=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.26.0 h1:0W5o9SzoR15ocYHEQfvfipzcNog1lBxOLfnex91Hk6s=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.26.0/go.mod h1:zVZ8nz+VSggWmnh6tTsJqXQ7rU4xLwRtna1M4x5jq58=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0 h1:/0YaXu3755A/cFbtXp+21lkXgI0QE5avTWA2HjU9/WE=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0/go.mod h1:m7SFxp0/7IxmJPLIY3JhOcU9CoFzDaCPL6xxQIxhA+o=
go.opentelemetry.io/otel/metric v1.27.0 h1:hvj3vdEKyeCi4YaYfNjv2NUje8FqKqUY8IlF0FxV/ik=
go.opentelemetry.io/otel/metric v1.27.0/go.mod h1:mVFgmRlhljgBiuk/MP/oKylr4hs85GZAylncepAX/ak=
go.opentelemetry.io/otel/sdk v1.27.0 h1:mlk+/Y1gLPLn84U4tI8d3GNJmGT/eXe3ZuOXN9kTWmI=
Expand Down

0 comments on commit 249e476

Please sign in to comment.