Skip to content

Commit

Permalink
deps: bump go.opentelemetry.io/otel/metric from 1.26.0 to 1.27.0 (mic…
Browse files Browse the repository at this point in the history
…rosoft#398)

Bumps
[go.opentelemetry.io/otel/metric](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/metric'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/metric&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>

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 and matmerr committed Jul 3, 2024
1 parent 26e94e2 commit b0f7255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ require (
github.com/safchain/ethtool v0.3.0
github.com/spf13/viper v1.18.2
github.com/vishvananda/netlink v1.2.1-beta.2.0.20231127184239-0ced8385386a
go.opentelemetry.io/otel v1.26.0
go.opentelemetry.io/otel/metric v1.26.0
go.opentelemetry.io/otel/trace v1.26.0
go.opentelemetry.io/otel v1.27.0
go.opentelemetry.io/otel/metric v1.27.0
go.opentelemetry.io/otel/trace v1.27.0
go.uber.org/mock v0.4.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
gopkg.in/natefinch/lumberjack.v2 v2.2.1
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -832,18 +832,18 @@ go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0/go.mod h1:62CPTSry9QZtOaSsE3tOzhx6LzDhHnXJ6xHeMNNiM6Q=
go.opentelemetry.io/otel v1.26.0 h1:LQwgL5s/1W7YiiRwxf03QGnWLb2HW4pLiAhaA5cZXBs=
go.opentelemetry.io/otel v1.26.0/go.mod h1:UmLkJHUAidDval2EICqBMbnAd0/m2vmpf/dAM+fvFs4=
go.opentelemetry.io/otel v1.27.0 h1:9BZoF3yMK/O1AafMiQTVu0YDj5Ea4hPhxCs7sGva+cg=
go.opentelemetry.io/otel v1.27.0/go.mod h1:DMpAK8fzYRzs+bi3rS5REupisuqTheUlSZJ1WnZaPAQ=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0/go.mod h1:IPtUMKL4O3tH5y+iXVyAXqpAwMuzC1IrxVS81rummfE=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0/go.mod h1:oVdCUtjq9MK9BlS7TtucsQwUcXcymNiEDjgDD2jMtZU=
go.opentelemetry.io/otel/metric v1.26.0 h1:7S39CLuY5Jgg9CrnA9HHiEjGMF/X2VHvoXGgSllRz30=
go.opentelemetry.io/otel/metric v1.26.0/go.mod h1:SY+rHOI4cEawI9a7N1A4nIg/nTQXe1ccCNWYOJUrpX4=
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.24.0 h1:YMPPDNymmQN3ZgczicBY3B6sf9n62Dlj9pWD3ucgoDw=
go.opentelemetry.io/otel/sdk v1.24.0/go.mod h1:KVrIYw6tEubO9E96HQpcmpTKDVn9gdv35HoYiQWGDFg=
go.opentelemetry.io/otel/trace v1.26.0 h1:1ieeAUb4y0TE26jUFrCIXKpTuVK7uJGN9/Z/2LP5sQA=
go.opentelemetry.io/otel/trace v1.26.0/go.mod h1:4iDxvGDQuUkHve82hJJ8UqrwswHYsZuWCBllGV2U2y0=
go.opentelemetry.io/otel/trace v1.27.0 h1:IqYb813p7cmbHk0a5y6pD5JPakbVfftRXABGt5/Rscw=
go.opentelemetry.io/otel/trace v1.27.0/go.mod h1:6RiD1hkAprV4/q+yd2ln1HG9GoPx39SuvvstaLBl+l4=
go.opentelemetry.io/proto/otlp v1.0.0 h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=
go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM=
go.starlark.net v0.0.0-20230814145427-12f4cb8177e4 h1:Ydko8M6UfXgvSpGOnbAjRMQDIvBheUsjBjkm6Azcpf4=
Expand Down

0 comments on commit b0f7255

Please sign in to comment.