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

fix(deps): Update opentelemetry-go monorepo to v1.27.0 #1714

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jun 1, 2024

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/otel require minor v1.26.0 -> v1.27.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.26.0 -> v1.27.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp require minor v1.26.0 -> v1.27.0
go.opentelemetry.io/otel/sdk require minor v1.26.0 -> v1.27.0

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.27.0: /v0.49.0/v0.3.0

Compare Source

This release includes the first beta release of the OpenTelemetry Logs Bridge API and SDK for Go.

Overview
Added
  • Add example for go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#​5242)
  • Add RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest to facilitate testing exporter and processor implementations. (#​5258)
  • Add RecordFactory in go.opentelemetry.io/otel/log/logtest to facilitate testing bridge implementations. (#​5263)
  • The count of dropped records from the BatchProcessor in go.opentelemetry.io/otel/sdk/log is logged. (#​5276)
  • Add metrics in the otel-collector example. (#​5283)
  • Add the synchronous gauge instrument to go.opentelemetry.io/otel/metric. (#​5304)
    • An int64 or float64 synchronous gauge instrument can now be created from a Meter.
    • All implementations of the API (go.opentelemetry.io/otel/metric/noop, go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.
  • Add logs to go.opentelemetry.io/otel/example/dice. (#​5349)
Changed
  • The Shutdown method of Exporter in go.opentelemetry.io/otel/exporters/stdout/stdouttrace ignores the context cancellation and always returns nil. (#​5189)
  • The ForceFlush and Shutdown methods of the exporter returned by New in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric ignore the context cancellation and always return nil. (#​5189)
  • Apply the value length limits to Record attributes in go.opentelemetry.io/otel/sdk/log. (#​5230)
  • De-duplicate map attributes added to a Record in go.opentelemetry.io/otel/sdk/log. (#​5230)
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog won't print timestamps when WithoutTimestamps option is set. (#​5241)
  • The go.opentelemetry.io/otel/exporters/stdout/stdoutlog exporter won't print AttributeValueLengthLimit and AttributeCountLimit fields now, instead it prints the DroppedAttributes field. (#​5272)
  • Improved performance in the Stringer implementation of go.opentelemetry.io/otel/baggage.Member by reducing the number of allocations. (#​5286)
  • Set the start time for last-value aggregates in go.opentelemetry.io/otel/sdk/metric. (#​5305)
  • The Span in go.opentelemetry.io/otel/sdk/trace will record links without span context if either non-empty TraceState or attributes are provided. (#​5315)
  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#​5374)
Fixed
  • Comparison of unordered maps for go.opentelemetry.io/otel/log.KeyValue and go.opentelemetry.io/otel/log.Value. (#​5306)
  • Fix the empty output of go.opentelemetry.io/otel/log.Value in go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#​5311)
  • Split the behavior of Recorder in go.opentelemetry.io/otel/log/logtest so it behaves as a LoggerProvider only. (#​5365)
  • Fix wrong package name of the error message when parsing endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5371)
  • Identify the Logger returned from the global LoggerProvider in go.opentelemetry.io/otel/log/global with its schema URL. (#​5375)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.26.0...v1.27.0


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot
Copy link
Contributor Author

cq-bot commented Jun 1, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 -> v2.20.0
go.opentelemetry.io/otel/metric v1.26.0 -> v1.27.0
go.opentelemetry.io/otel/trace v1.26.0 -> v1.27.0
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 -> v0.0.0-20240520151616-dc85e6b867a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20240515191416-fc5f0ca64291

@github-actions github-actions bot added the fix label Jun 1, 2024
@github-actions github-actions bot added fix and removed fix labels Jun 2, 2024
@cq-bot cq-bot force-pushed the renovate/opentelemetry-go-monorepo branch from 3fac4a5 to 6b41cc3 Compare June 2, 2024 17:15
@github-actions github-actions bot added fix and removed fix labels Jun 2, 2024
Copy link

github-actions bot commented Jun 3, 2024

⏱️ Benchmark results

Comparing with 5bc7a7d

  • Glob-8 ns/op: 91.19 ⬆️ 0.16% increase vs. 5bc7a7d

@erezrokah erezrokah merged commit 4f29cf1 into main Jun 3, 2024
8 checks passed
@erezrokah erezrokah deleted the renovate/opentelemetry-go-monorepo branch June 3, 2024 10:06
kodiakhq bot pushed a commit that referenced this pull request Jun 3, 2024
🤖 I have created a release *beep* *boop*
---


## [4.44.2](v4.44.1...v4.44.2) (2024-06-03)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to fd00a4e ([#1708](#1708)) ([93866a9](93866a9))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.3 ([#1716](#1716)) ([36c97c8](36c97c8))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.18 ([#1717](#1717)) ([f36d5d2](f36d5d2))
* **deps:** Update module github.com/getsentry/sentry-go to v0.28.0 ([#1712](#1712)) ([82d78cb](82d78cb))
* **deps:** Update module github.com/goccy/go-json to v0.10.3 ([#1709](#1709)) ([32a2dca](32a2dca))
* **deps:** Update module github.com/rs/zerolog to v1.33.0 ([#1713](#1713)) ([a09376d](a09376d))
* **deps:** Update opentelemetry-go monorepo to v1.27.0 ([#1714](#1714)) ([4f29cf1](4f29cf1))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants