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

Release v1.28.0/v0.53.0/v0.22.0/v0.8.0/v0.3.0/v0.1.0 #5847

Merged
merged 15 commits into from
Jul 3, 2024

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Jul 2, 2024

Review Note:

  • the otellogrus tests were updated to the API changes in logtest.
  • semconv are upgraded to v1.26.0.

Added

Changed

Fixed

Deprecated

  • The go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho package is deprecated.
    If you would like to become a Code Owner of this module and prevent it from being removed, see #5550. (Deprecate otelecho #5645)
  • The go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron package is deprecated.
    If you would like to become a Code Owner of this module and prevent it from being removed, see #5552. (Deprecate otelmacaron #5646)
  • The go.opentelemetry.io/contrib/samplers/aws/xray package is deprecated.
    If you would like to become a Code Owner of this module and prevent it from being removed, see #5554. (Deprecate the AWS propagators #5647)
  • The go.opentelemetry.io/contrib/processors/baggage/baggagetrace package is deprecated.
    Use the added go.opentelemetry.io/contrib/processors/baggagecopy package instead. (Replace and deprecate baggagetrace #5824)
    • Use baggagecopy.NewSpanProcessor as a replacement for baggagetrace.New.
      • NewSpanProcessor accepts a Fitler function type that selects which baggage members are added to a span.
      • NewSpanProcessor returns a *baggagecopy.SpanProcessor instead of a trace.SpanProcessor interface.
        The returned type still implements the interface.

@MrAlias MrAlias added this to the v1.28.0 milestone Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 30.55556% with 25 lines in your changes missing coverage. Please review.

Project coverage is 64.6%. Comparing base (b6a9271) to head (c0790f4).

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #5847   +/-   ##
=====================================
  Coverage   64.6%   64.6%           
=====================================
  Files        202     202           
  Lines      12591   12591           
=====================================
  Hits        8134    8134           
  Misses      4221    4221           
  Partials     236     236           
Files Coverage Δ
detectors/aws/ec2/ec2.go 90.0% <ø> (ø)
detectors/aws/ecs/ecs.go 65.1% <ø> (ø)
detectors/aws/eks/detector.go 35.8% <ø> (ø)
detectors/aws/lambda/detector.go 90.0% <ø> (ø)
detectors/azure/azurevm/vm.go 91.3% <ø> (ø)
detectors/gcp/cloud-function.go 100.0% <ø> (ø)
detectors/gcp/cloud-run.go 100.0% <ø> (ø)
detectors/gcp/detector.go 86.8% <ø> (ø)
detectors/gcp/gce.go 11.3% <ø> (ø)
detectors/gcp/gke.go 0.0% <ø> (ø)
... and 36 more

@MrAlias MrAlias marked this pull request as ready for review July 2, 2024 23:46
@MrAlias MrAlias requested a review from a team July 2, 2024 23:46
@MrAlias MrAlias merged commit af75717 into open-telemetry:main Jul 3, 2024
22 of 24 checks passed
@MrAlias MrAlias deleted the release-v1.28.0 branch July 3, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants