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

Update Observability modules #198

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Update Observability modules #198

merged 1 commit into from
Mar 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.23.0 -> v1.24.0 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 -> v0.49.0 age adoption passing confidence
go.opentelemetry.io/otel v1.23.1 -> v1.24.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 -> v1.24.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.23.1 -> v1.24.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.23.1 -> v1.24.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.23.1 -> v1.24.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.23.1 -> v1.24.0 age adoption passing confidence

⚠️ Warning

These modules are almost certainly going to break everything. They do every time they update. If you update even one repo's OTEL modules, go will then pull in new versions due to MVS which will cause your repo to break. All otel pull requests need to be merged basically at the same time, and after all of the modules have been updated to be compatible with each other.


Release Notes

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/aws/ec2)

v1.24.0: /v0.49.0/v0.18.0/v0.4.0

Compare Source

This release is the last to support Go 1.20. The next release will require at least Go 1.21.

Added
  • Support Go 1.22. (#​5082)
  • Add support for Summary metrics to go.opentelemetry.io/contrib/bridges/prometheus. (#​5089)
  • Add support for Exponential (native) Histograms in go.opentelemetry.io/contrib/bridges/prometheus. (#​5093)
Removed
  • The deprecated RequestCount constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
  • The deprecated RequestContentLength constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
  • The deprecated ResponseContentLength constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
  • The deprecated ServerLatency constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
Fixed
  • Retrieving the body bytes count in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp does not cause a data race anymore. (#​5080)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.23.0...v1.24.0

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

v1.24.0: /v0.46.0/v0.0.1-alpha

Compare Source

This release is the last to support Go 1.20. The next release will require at least Go 1.21.

Added
  • Support Go 1.22. (#​4890)
  • Add exemplar support to go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​4900)
  • Add exemplar support to go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​4900)
  • The go.opentelemetry.io/otel/log module is added. This module includes OpenTelemetry Go's implementation of the Logs Bridge API. This module is in an alpha state, it is subject to breaking changes. See our versioning policy for more info. (#​4961)
Fixed
  • Fix registration of multiple callbacks when using the global meter provider from go.opentelemetry.io/otel. (#​4945)
  • Fix negative buckets in output of exponential histograms. (#​4956)
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.23.1...v1.24.0


Configuration

📅 Schedule: Branch creation - "before 4pm on friday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@DavidS-ovm
Copy link
Contributor

@dylanratcliffe do you have 5 minutes to either reinstate the goreleaser job that was testing that the build would successfully pass or remove the check from the PR requirements?

@DavidS-ovm
Copy link
Contributor

@dylanratcliffe do you have 5 minutes to either reinstate the goreleaser job that was testing that the build would successfully pass or remove the check from the PR requirements?

oh wait - there's a dry-run run anyways. so just fix the expected build-status to wait for that?

@renovate renovate bot force-pushed the renovate/opentelemetry-go branch from bd09ad2 to 5a829da Compare March 1, 2024 12:32
@dylanratcliffe
Copy link
Member

Updated expected status to just include the dry run

@DavidS-ovm DavidS-ovm merged commit 9681476 into main Mar 1, 2024
5 checks passed
@DavidS-ovm DavidS-ovm deleted the renovate/opentelemetry-go branch March 1, 2024 12:39
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.

2 participants