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 otel to v1.33.0 #3533

Merged
merged 2 commits into from
Dec 12, 2024
Merged

fix(deps): update otel to v1.33.0 #3533

merged 2 commits into from
Dec 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.33.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc)

v1.33.0: /v0.55.0/v0.9.0/v0.0.12

Compare Source

Overview
Added
  • Add Reset method to SpanRecorder in go.opentelemetry.io/otel/sdk/trace/tracetest. (#​5994)
  • Add EnabledInstrument interface in go.opentelemetry.io/otel/sdk/metric/internal/x. This is an experimental interface that is implemented by synchronous instruments provided by go.opentelemetry.io/otel/sdk/metric. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#​6016)
Changed
  • The default global API now supports full auto-instrumentation from the go.opentelemetry.io/auto package. See that package for more information. (#​5920)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5929)
  • Performance improvements for attribute value AsStringSlice, AsFloat64Slice, AsInt64Slice, AsBoolSlice. (#​6011)
  • Change EnabledParameters to have a Severity field instead of a getter and setter in go.opentelemetry.io/otel/log. (#​6009)
Fixed
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5954)
  • Fix invalid exemplar keys in go.opentelemetry.io/otel/exporters/prometheus. (#​5995)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/trace. (#​5997)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/log. (#​6032)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.32.0...v1.33.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 12, 2024

ℹ Artifact update notice

File name: distro/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: example/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/database/sql/splunksql/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/database/sql/splunksql/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/confluentinc/confluent-kafka-go/v2/kafka/splunkkafka/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/confluentinc/confluent-kafka-go/v2/kafka/splunkkafka/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/go-chi/chi/splunkchi/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/go-chi/chi/splunkchi/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/go-sql-driver/mysql/splunkmysql/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/go-sql-driver/mysql/splunkmysql/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/gomodule/redigo/splunkredigo/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/gomodule/redigo/splunkredigo/redis/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/graph-gophers/graphql-go/splunkgraphql/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/graph-gophers/graphql-go/splunkgraphql/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
File name: instrumentation/github.com/jackc/pgx/splunkpgx/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/jackc/pgx/splunkpgx/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/jackc/pgx/v5/splunkpgx/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/jackc/pgx/v5/splunkpgx/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/jinzhu/gorm/splunkgorm/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/jmoiron/sqlx/splunksqlx/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/julienschmidt/httprouter/splunkhttprouter/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/julienschmidt/httprouter/splunkhttprouter/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/lib/pq/splunkpq/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/lib/pq/splunkpq/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/miekg/dns/splunkdns/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/miekg/dns/splunkdns/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/syndtr/goleveldb/leveldb/splunkleveldb/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/syndtr/goleveldb/leveldb/splunkleveldb/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/tidwall/buntdb/splunkbuntdb/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/github.com/tidwall/buntdb/splunkbuntdb/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/gopkg.in/olivere/elastic/splunkelastic/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/gopkg.in/olivere/elastic/splunkelastic/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/internal/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/k8s.io/client-go/splunkclient-go/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/k8s.io/client-go/splunkclient-go/transport/test/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
File name: instrumentation/net/http/splunkhttp/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/trace v1.32.0 -> v1.33.0
go.opentelemetry.io/otel v1.32.0 -> v1.33.0

@renovate renovate bot requested review from a team as code owners December 12, 2024 18:39
@pellared pellared requested a review from a team as a code owner December 12, 2024 18:43
@pellared pellared enabled auto-merge (squash) December 12, 2024 18:44
@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.27%. Comparing base (6c088dd) to head (875616e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3533      +/-   ##
==========================================
- Coverage   79.56%   79.27%   -0.29%     
==========================================
  Files          88       88              
  Lines        3503     3503              
==========================================
- Hits         2787     2777      -10     
- Misses        643      651       +8     
- Partials       73       75       +2     
Flag Coverage Δ
Linux 79.27% <ø> (ø)
Windows ?
macOS 75.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pellared pellared merged commit 0e7efe3 into main Dec 12, 2024
14 checks passed
@pellared pellared deleted the renovate/otel branch December 12, 2024 18:59
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants