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

build(deps): bump the otel group with 8 updates #5338

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the otel group with 8 updates:

Package From To
go.opentelemetry.io/otel 1.24.0 1.25.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.24.0 1.25.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.24.0 1.25.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.24.0 1.25.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace 1.24.0 1.25.0
go.opentelemetry.io/otel/metric 1.24.0 1.25.0
go.opentelemetry.io/otel/sdk 1.24.0 1.25.0
go.opentelemetry.io/otel/trace 1.24.0 1.25.0

Updates go.opentelemetry.io/otel from 1.24.0 to 1.25.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05

Added

  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider. This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)

Changed

  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151) Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError. Notice that grpc.DialContext which was used before is now deprecated.

Fixed

  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
  • Prevent default ErrorHandler self-delegation. (#5137)
  • Update all dependencies to address [GO-2024-2687]. (#5139)

Removed

  • Drop support for [Go 1.20]. (#4967)

Deprecated

  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#4734)
Commits
  • 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)
  • 82b49b4 Add otlploghttp package documentation (#5150)
  • 5bd5582 dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)
  • 6394b02 semconv: Add metric generation (#4880)
  • 35c9570 Prevent default ErrorHandler self-delegation (#5137)
  • 98fd439 Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...
  • 0168437 Add exemplar support to the prometheus exporter (#5111)
  • e6e4e4a build(deps): bump benchmark-action/github-action-benchmark (#5142)
  • 73ee3bb build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)
  • 14e3f6b Add otlploghttp exporter skeleton (#5138)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.24.0 to 1.25.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace's changelog.

[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05

Added

  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider. This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)

Changed

  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151) Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError. Notice that grpc.DialContext which was used before is now deprecated.

Fixed

  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
  • Prevent default ErrorHandler self-delegation. (#5137)
  • Update all dependencies to address [GO-2024-2687]. (#5139)

Removed

  • Drop support for [Go 1.20]. (#4967)

Deprecated

  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#4734)
Commits
  • 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)
  • 82b49b4 Add otlploghttp package documentation (#5150)
  • 5bd5582 dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)
  • 6394b02 semconv: Add metric generation (#4880)
  • 35c9570 Prevent default ErrorHandler self-delegation (#5137)
  • 98fd439 Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...
  • 0168437 Add exemplar support to the prometheus exporter (#5111)
  • e6e4e4a build(deps): bump benchmark-action/github-action-benchmark (#5142)
  • 73ee3bb build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)
  • 14e3f6b Add otlploghttp exporter skeleton (#5138)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.24.0 to 1.25.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog.

[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05

Added

  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider. This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)

Changed

  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151) Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError. Notice that grpc.DialContext which was used before is now deprecated.

Fixed

  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
  • Prevent default ErrorHandler self-delegation. (#5137)
  • Update all dependencies to address [GO-2024-2687]. (#5139)

Removed

  • Drop support for [Go 1.20]. (#4967)

Deprecated

  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#4734)
Commits
  • 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)
  • 82b49b4 Add otlploghttp package documentation (#5150)
  • 5bd5582 dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)
  • 6394b02 semconv: Add metric generation (#4880)
  • 35c9570 Prevent default ErrorHandler self-delegation (#5137)
  • 98fd439 Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...
  • 0168437 Add exemplar support to the prometheus exporter (#5111)
  • e6e4e4a build(deps): bump benchmark-action/github-action-benchmark (#5142)
  • 73ee3bb build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)
  • 14e3f6b Add otlploghttp exporter skeleton (#5138)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.24.0 to 1.25.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp's changelog.

[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05

Added

  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider. This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)

Changed

  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151) Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError. Notice that grpc.DialContext which was used before is now deprecated.

Fixed

  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
  • Prevent default ErrorHandler self-delegation. (#5137)
  • Update all dependencies to address [GO-2024-2687]. (#5139)

Removed

  • Drop support for [Go 1.20]. (#4967)

Deprecated

  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#4734)
Commits
  • 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)
  • 82b49b4 Add otlploghttp package documentation (#5150)
  • 5bd5582 dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)
  • 6394b02 semconv: Add metric generation (#4880)
  • 35c9570 Prevent default ErrorHandler self-delegation (#5137)
  • 98fd439 Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...
  • 0168437 Add exemplar support to the prometheus exporter (#5111)
  • e6e4e4a build(deps): bump benchmark-action/github-action-benchmark (#5142)
  • 73ee3bb build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)
  • 14e3f6b Add otlploghttp exporter skeleton (#5138)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.24.0 to 1.25.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/stdout/stdouttrace's changelog.

[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05

Added

  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider. This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)

Changed

  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151) Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError. Notice that grpc.DialContext which was used before is now deprecated.

Fixed

  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
  • Prevent default ErrorHandler self-delegation. (#5137)
  • Update all dependencies to address [GO-2024-2687]. (#5139)

Removed

  • Drop support for [Go 1.20]. (#4967)

Deprecated

  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#4734)
Commits
  • 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)
  • 82b49b4 Add otlploghttp package documentation (#5150)
  • 5bd5582 dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)
  • 6394b02 semconv: Add metric generation (#4880)
  • 35c9570 Prevent default ErrorHandler self-delegation (#5137)
  • 98fd439 Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...
  • 0168437 Add exemplar support to the prometheus exporter (#5111)
  • e6e4e4a build(deps): bump benchmark-action/github-action-benchmark (#5142)
  • 73ee3bb build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)
  • 14e3f6b Add otlploghttp exporter skeleton (#5138)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/metric from 1.24.0 to 1.25.0

Changelog

Sourced from go.opentelemetry.io/otel/metric's changelog.

[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05

Added

  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider. This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)

Changed

  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151) Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError. Notice that grpc.DialContext which was used before is now deprecated.

Fixed

  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
  • Prevent default ErrorHandler self-delegation. (#5137)
  • Update all dependencies to address [GO-2024-2687]. (#5139)

Removed

  • Drop support for [Go 1.20]. (#4967)

Deprecated

  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#4734)
Commits
  • 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)
  • 82b49b4 Add otlploghttp package documentation (#5150)
  • 5bd5582 dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)
  • 6394b02 semconv: Add metric generation (#4880)
  • 35c9570 Prevent default ErrorHandler self-delegation (#5137)
  • 98fd439 Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...
  • 0168437 Add exemplar support to the prometheus exporter (#5111)
  • e6e4e4a build(deps): bump benchmark-action/github-action-benchmark (#5142)
  • 73ee3bb build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)
  • 14e3f6b Add otlploghttp exporter skeleton (#5138)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/sdk from 1.24.0 to 1.25.0

Changelog

Sourced from go.opentelemetry.io/otel/sdk's changelog.

[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05

Added

  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider. This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)

Changed

  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151) Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError. Notice that grpc.DialContext which was used before is now deprecated.

Fixed

  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
  • Prevent default ErrorHandler self-delegation. (#5137)
  • Update all dependencies to address [GO-2024-2687]. (#5139)

Removed

  • Drop support for [Go 1.20]. (#4967)

Deprecated

  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#4734)
Commits
  • 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)
  • 82b49b4 Add otlploghttp package documentation (#5150)
  • 5bd5582 dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)
  • 6394b02 semconv: Add metric generation (

@dependabot dependabot bot requested a review from a team as a code owner April 8, 2024 04:57
@dependabot dependabot bot requested a review from joe-elliott April 8, 2024 04:57
@dependabot dependabot bot added the changelog:dependencies Update to dependencies label Apr 8, 2024
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.18%. Comparing base (26be0ea) to head (4696d19).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5338      +/-   ##
==========================================
+ Coverage   94.40%   95.18%   +0.78%     
==========================================
  Files         343      343              
  Lines       16779    16779              
==========================================
+ Hits        15840    15971     +131     
+ Misses        749      609     -140     
- Partials      190      199       +9     
Flag Coverage Δ
badger 10.59% <ø> (ø)
cassandra-3.x 18.52% <ø> (ø)
cassandra-4.x 18.52% <ø> (ø)
elasticsearch-5.x 21.00% <ø> (+0.01%) ⬆️
elasticsearch-6.x 21.00% <ø> (+0.01%) ⬆️
elasticsearch-7.x 21.05% <ø> (+0.01%) ⬆️
elasticsearch-8.x 21.24% <ø> (ø)
grpc 14.58% <ø> (+1.72%) ⬆️
kafka 10.21% <ø> (ø)
opensearch-1.x 21.10% <ø> (ø)
opensearch-2.x 21.09% <ø> (-0.02%) ⬇️
unittests 91.75% <ø> (ø)

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.

@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-39e30d1a89 branch from 0432fa1 to 0b5645e Compare April 9, 2024 04:03
Bumps the otel group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |


Updates `go.opentelemetry.io/otel` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/metric` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/trace` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-39e30d1a89 branch from 0b5645e to 4696d19 Compare April 9, 2024 12:49
@yurishkuro yurishkuro merged commit f071a25 into main Apr 9, 2024
37 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-39e30d1a89 branch April 9, 2024 13:17
varshith257 pushed a commit to varshith257/jaeger that referenced this pull request May 3, 2024
Bumps the otel group with 8 updates:

| Package | From | To |
| --- | --- | --- |
|
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |
|
[go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |
|
[go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |
|
[go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |
|
[go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go)
| `1.24.0` | `1.25.0` |

Updates `go.opentelemetry.io/otel` from 1.24.0 to 1.25.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's
changelog</a>.</em></p>
<blockquote>
<h2>[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05</h2>
<h3>Added</h3>
<ul>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>AddLink</code> method to the <code>Span</code> interface
in <code>go.opentelemetry.io/otel/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5032">#5032</a>)</li>
<li>The <code>Enabled</code> method is added to the <code>Logger</code>
interface in <code>go.opentelemetry.io/otel/log</code>.
This method is used to notify users if a log record will be emitted or
not. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5071">#5071</a>)</li>
<li>Add <code>SeverityUndefined</code> <code>const</code> to
<code>go.opentelemetry.io/otel/log</code>.
This value represents an unset severity level. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5072">#5072</a>)</li>
<li>Add <code>Empty</code> function in
<code>go.opentelemetry.io/otel/log</code> to return a
<code>KeyValue</code> for an empty value. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5076">#5076</a>)</li>
<li>Add <code>go.opentelemetry.io/otel/log/global</code> to manage the
global <code>LoggerProvider</code>.
This package is provided with the anticipation that all functionality
will be migrate to <code>go.opentelemetry.io/otel</code> when
<code>go.opentelemetry.io/otel/log</code> stabilizes.
At which point, users will be required to migrage their code, and this
package will be deprecated then removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5085">#5085</a>)</li>
<li>Add support for <code>Summary</code> metrics in the
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
exporters. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5100">#5100</a>)</li>
<li>Add <code>otel.scope.name</code> and <code>otel.scope.version</code>
tags to spans exported by
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5108">#5108</a>)</li>
<li>Add support for <code>AddLink</code> to
<code>go.opentelemetry.io/otel/bridge/opencensus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5116">#5116</a>)</li>
<li>Add <code>String</code> method to <code>Value</code> and
<code>KeyValue</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5117">#5117</a>)</li>
<li>Add Exemplar support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li>Add metric semantic conventions to
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code>. Future
<code>semconv</code> packages will include metric semantic conventions
as well. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4528">#4528</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>SpanFromContext</code> and <code>SpanContextFromContext</code>
in <code>go.opentelemetry.io/otel/trace</code> no longer make a heap
allocation when the passed context has no span. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5049">#5049</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now create a gRPC client in idle mode and with &quot;dns&quot; as the
default resolver using <a
href="https://pkg.go.dev/google.golang.org/grpc#NewClient"><code>grpc.NewClient</code></a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5151">#5151</a>)
Because of that <code>WithDialOption</code> ignores <a
href="https://pkg.go.dev/google.golang.org/grpc#WithBlock"><code>grpc.WithBlock</code></a>,
<a
href="https://pkg.go.dev/google.golang.org/grpc#WithTimeout"><code>grpc.WithTimeout</code></a>,
and <a
href="https://pkg.go.dev/google.golang.org/grpc#WithReturnConnectionError"><code>grpc.WithReturnConnectionError</code></a>.
Notice that <a
href="https://pkg.go.dev/google.golang.org/grpc#DialContext"><code>grpc.DialContext</code></a>
which was used before is now deprecated.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clarify the documentation about equivalence guarantees for the
<code>Set</code> and <code>Distinct</code> types in
<code>go.opentelemetry.io/otel/attribute</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5027">#5027</a>)</li>
<li>Prevent default <code>ErrorHandler</code> self-delegation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5139">#5139</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.20]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4967">#4967</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>go.opentelemetry.io/otel/attribute.Sortable</code>
type. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortable</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/66284071defe2c6b2261aecfa506f37d6e2a31f2"><code>6628407</code></a>
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5154">#5154</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/82b49b448731e3ca3d88d7421d03768e417f97f4"><code>82b49b4</code></a>
Add otlploghttp package documentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5150">#5150</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/5bd5582904f0925c957ae03b8a2e647677335e8c"><code>5bd5582</code></a>
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5155">#5155</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6394b029fe74474fc05a00bc0ce344679474beb1"><code>6394b02</code></a>
semconv: Add metric generation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4880">#4880</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/35c957097431cf87d5257de6ae950af132f01f2b"><code>35c9570</code></a>
Prevent default ErrorHandler self-delegation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/98fd439f962515f4282dc37acf04e0f6765e850e"><code>98fd439</code></a>
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use
grpc.NewClient...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/016843786aaccc8cf39b70ce5bc4d21b7ca446cb"><code>0168437</code></a>
Add exemplar support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e6e4e4a3d1df0bf5c49b7975fd2b94c977de53d2"><code>e6e4e4a</code></a>
build(deps): bump benchmark-action/github-action-benchmark (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5142">#5142</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/73ee3bbf37df6bb2f77a8b0726b33dc6552b6f2c"><code>73ee3bb</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5140">#5140</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/14e3f6b65c426e71da7702f488d0475fd10b5588"><code>14e3f6b</code></a>
Add otlploghttp exporter skeleton (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5138">#5138</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.24.0
to 1.25.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/exporters/otlp/otlptrace's
changelog</a>.</em></p>
<blockquote>
<h2>[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05</h2>
<h3>Added</h3>
<ul>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>AddLink</code> method to the <code>Span</code> interface
in <code>go.opentelemetry.io/otel/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5032">#5032</a>)</li>
<li>The <code>Enabled</code> method is added to the <code>Logger</code>
interface in <code>go.opentelemetry.io/otel/log</code>.
This method is used to notify users if a log record will be emitted or
not. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5071">#5071</a>)</li>
<li>Add <code>SeverityUndefined</code> <code>const</code> to
<code>go.opentelemetry.io/otel/log</code>.
This value represents an unset severity level. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5072">#5072</a>)</li>
<li>Add <code>Empty</code> function in
<code>go.opentelemetry.io/otel/log</code> to return a
<code>KeyValue</code> for an empty value. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5076">#5076</a>)</li>
<li>Add <code>go.opentelemetry.io/otel/log/global</code> to manage the
global <code>LoggerProvider</code>.
This package is provided with the anticipation that all functionality
will be migrate to <code>go.opentelemetry.io/otel</code> when
<code>go.opentelemetry.io/otel/log</code> stabilizes.
At which point, users will be required to migrage their code, and this
package will be deprecated then removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5085">#5085</a>)</li>
<li>Add support for <code>Summary</code> metrics in the
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
exporters. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5100">#5100</a>)</li>
<li>Add <code>otel.scope.name</code> and <code>otel.scope.version</code>
tags to spans exported by
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5108">#5108</a>)</li>
<li>Add support for <code>AddLink</code> to
<code>go.opentelemetry.io/otel/bridge/opencensus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5116">#5116</a>)</li>
<li>Add <code>String</code> method to <code>Value</code> and
<code>KeyValue</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5117">#5117</a>)</li>
<li>Add Exemplar support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li>Add metric semantic conventions to
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code>. Future
<code>semconv</code> packages will include metric semantic conventions
as well. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4528">#4528</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>SpanFromContext</code> and <code>SpanContextFromContext</code>
in <code>go.opentelemetry.io/otel/trace</code> no longer make a heap
allocation when the passed context has no span. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5049">#5049</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now create a gRPC client in idle mode and with &quot;dns&quot; as the
default resolver using <a
href="https://pkg.go.dev/google.golang.org/grpc#NewClient"><code>grpc.NewClient</code></a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5151">#5151</a>)
Because of that <code>WithDialOption</code> ignores <a
href="https://pkg.go.dev/google.golang.org/grpc#WithBlock"><code>grpc.WithBlock</code></a>,
<a
href="https://pkg.go.dev/google.golang.org/grpc#WithTimeout"><code>grpc.WithTimeout</code></a>,
and <a
href="https://pkg.go.dev/google.golang.org/grpc#WithReturnConnectionError"><code>grpc.WithReturnConnectionError</code></a>.
Notice that <a
href="https://pkg.go.dev/google.golang.org/grpc#DialContext"><code>grpc.DialContext</code></a>
which was used before is now deprecated.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clarify the documentation about equivalence guarantees for the
<code>Set</code> and <code>Distinct</code> types in
<code>go.opentelemetry.io/otel/attribute</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5027">#5027</a>)</li>
<li>Prevent default <code>ErrorHandler</code> self-delegation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5139">#5139</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.20]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4967">#4967</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>go.opentelemetry.io/otel/attribute.Sortable</code>
type. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortable</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/66284071defe2c6b2261aecfa506f37d6e2a31f2"><code>6628407</code></a>
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5154">#5154</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/82b49b448731e3ca3d88d7421d03768e417f97f4"><code>82b49b4</code></a>
Add otlploghttp package documentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5150">#5150</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/5bd5582904f0925c957ae03b8a2e647677335e8c"><code>5bd5582</code></a>
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5155">#5155</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6394b029fe74474fc05a00bc0ce344679474beb1"><code>6394b02</code></a>
semconv: Add metric generation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4880">#4880</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/35c957097431cf87d5257de6ae950af132f01f2b"><code>35c9570</code></a>
Prevent default ErrorHandler self-delegation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/98fd439f962515f4282dc37acf04e0f6765e850e"><code>98fd439</code></a>
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use
grpc.NewClient...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/016843786aaccc8cf39b70ce5bc4d21b7ca446cb"><code>0168437</code></a>
Add exemplar support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e6e4e4a3d1df0bf5c49b7975fd2b94c977de53d2"><code>e6e4e4a</code></a>
build(deps): bump benchmark-action/github-action-benchmark (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5142">#5142</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/73ee3bbf37df6bb2f77a8b0726b33dc6552b6f2c"><code>73ee3bb</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5140">#5140</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/14e3f6b65c426e71da7702f488d0475fd10b5588"><code>14e3f6b</code></a>
Add otlploghttp exporter skeleton (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5138">#5138</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from
1.24.0 to 1.25.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/exporters/otlp/otlptrace/otlptracegrpc's
changelog</a>.</em></p>
<blockquote>
<h2>[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05</h2>
<h3>Added</h3>
<ul>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>AddLink</code> method to the <code>Span</code> interface
in <code>go.opentelemetry.io/otel/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5032">#5032</a>)</li>
<li>The <code>Enabled</code> method is added to the <code>Logger</code>
interface in <code>go.opentelemetry.io/otel/log</code>.
This method is used to notify users if a log record will be emitted or
not. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5071">#5071</a>)</li>
<li>Add <code>SeverityUndefined</code> <code>const</code> to
<code>go.opentelemetry.io/otel/log</code>.
This value represents an unset severity level. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5072">#5072</a>)</li>
<li>Add <code>Empty</code> function in
<code>go.opentelemetry.io/otel/log</code> to return a
<code>KeyValue</code> for an empty value. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5076">#5076</a>)</li>
<li>Add <code>go.opentelemetry.io/otel/log/global</code> to manage the
global <code>LoggerProvider</code>.
This package is provided with the anticipation that all functionality
will be migrate to <code>go.opentelemetry.io/otel</code> when
<code>go.opentelemetry.io/otel/log</code> stabilizes.
At which point, users will be required to migrage their code, and this
package will be deprecated then removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5085">#5085</a>)</li>
<li>Add support for <code>Summary</code> metrics in the
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
exporters. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5100">#5100</a>)</li>
<li>Add <code>otel.scope.name</code> and <code>otel.scope.version</code>
tags to spans exported by
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5108">#5108</a>)</li>
<li>Add support for <code>AddLink</code> to
<code>go.opentelemetry.io/otel/bridge/opencensus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5116">#5116</a>)</li>
<li>Add <code>String</code> method to <code>Value</code> and
<code>KeyValue</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5117">#5117</a>)</li>
<li>Add Exemplar support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li>Add metric semantic conventions to
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code>. Future
<code>semconv</code> packages will include metric semantic conventions
as well. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4528">#4528</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>SpanFromContext</code> and <code>SpanContextFromContext</code>
in <code>go.opentelemetry.io/otel/trace</code> no longer make a heap
allocation when the passed context has no span. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5049">#5049</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now create a gRPC client in idle mode and with &quot;dns&quot; as the
default resolver using <a
href="https://pkg.go.dev/google.golang.org/grpc#NewClient"><code>grpc.NewClient</code></a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5151">#5151</a>)
Because of that <code>WithDialOption</code> ignores <a
href="https://pkg.go.dev/google.golang.org/grpc#WithBlock"><code>grpc.WithBlock</code></a>,
<a
href="https://pkg.go.dev/google.golang.org/grpc#WithTimeout"><code>grpc.WithTimeout</code></a>,
and <a
href="https://pkg.go.dev/google.golang.org/grpc#WithReturnConnectionError"><code>grpc.WithReturnConnectionError</code></a>.
Notice that <a
href="https://pkg.go.dev/google.golang.org/grpc#DialContext"><code>grpc.DialContext</code></a>
which was used before is now deprecated.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clarify the documentation about equivalence guarantees for the
<code>Set</code> and <code>Distinct</code> types in
<code>go.opentelemetry.io/otel/attribute</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5027">#5027</a>)</li>
<li>Prevent default <code>ErrorHandler</code> self-delegation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5139">#5139</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.20]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4967">#4967</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>go.opentelemetry.io/otel/attribute.Sortable</code>
type. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortable</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/66284071defe2c6b2261aecfa506f37d6e2a31f2"><code>6628407</code></a>
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5154">#5154</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/82b49b448731e3ca3d88d7421d03768e417f97f4"><code>82b49b4</code></a>
Add otlploghttp package documentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5150">#5150</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/5bd5582904f0925c957ae03b8a2e647677335e8c"><code>5bd5582</code></a>
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5155">#5155</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6394b029fe74474fc05a00bc0ce344679474beb1"><code>6394b02</code></a>
semconv: Add metric generation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4880">#4880</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/35c957097431cf87d5257de6ae950af132f01f2b"><code>35c9570</code></a>
Prevent default ErrorHandler self-delegation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/98fd439f962515f4282dc37acf04e0f6765e850e"><code>98fd439</code></a>
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use
grpc.NewClient...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/016843786aaccc8cf39b70ce5bc4d21b7ca446cb"><code>0168437</code></a>
Add exemplar support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e6e4e4a3d1df0bf5c49b7975fd2b94c977de53d2"><code>e6e4e4a</code></a>
build(deps): bump benchmark-action/github-action-benchmark (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5142">#5142</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/73ee3bbf37df6bb2f77a8b0726b33dc6552b6f2c"><code>73ee3bb</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5140">#5140</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/14e3f6b65c426e71da7702f488d0475fd10b5588"><code>14e3f6b</code></a>
Add otlploghttp exporter skeleton (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5138">#5138</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from
1.24.0 to 1.25.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/exporters/otlp/otlptrace/otlptracehttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05</h2>
<h3>Added</h3>
<ul>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>AddLink</code> method to the <code>Span</code> interface
in <code>go.opentelemetry.io/otel/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5032">#5032</a>)</li>
<li>The <code>Enabled</code> method is added to the <code>Logger</code>
interface in <code>go.opentelemetry.io/otel/log</code>.
This method is used to notify users if a log record will be emitted or
not. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5071">#5071</a>)</li>
<li>Add <code>SeverityUndefined</code> <code>const</code> to
<code>go.opentelemetry.io/otel/log</code>.
This value represents an unset severity level. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5072">#5072</a>)</li>
<li>Add <code>Empty</code> function in
<code>go.opentelemetry.io/otel/log</code> to return a
<code>KeyValue</code> for an empty value. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5076">#5076</a>)</li>
<li>Add <code>go.opentelemetry.io/otel/log/global</code> to manage the
global <code>LoggerProvider</code>.
This package is provided with the anticipation that all functionality
will be migrate to <code>go.opentelemetry.io/otel</code> when
<code>go.opentelemetry.io/otel/log</code> stabilizes.
At which point, users will be required to migrage their code, and this
package will be deprecated then removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5085">#5085</a>)</li>
<li>Add support for <code>Summary</code> metrics in the
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
exporters. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5100">#5100</a>)</li>
<li>Add <code>otel.scope.name</code> and <code>otel.scope.version</code>
tags to spans exported by
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5108">#5108</a>)</li>
<li>Add support for <code>AddLink</code> to
<code>go.opentelemetry.io/otel/bridge/opencensus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5116">#5116</a>)</li>
<li>Add <code>String</code> method to <code>Value</code> and
<code>KeyValue</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5117">#5117</a>)</li>
<li>Add Exemplar support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li>Add metric semantic conventions to
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code>. Future
<code>semconv</code> packages will include metric semantic conventions
as well. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4528">#4528</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>SpanFromContext</code> and <code>SpanContextFromContext</code>
in <code>go.opentelemetry.io/otel/trace</code> no longer make a heap
allocation when the passed context has no span. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5049">#5049</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now create a gRPC client in idle mode and with &quot;dns&quot; as the
default resolver using <a
href="https://pkg.go.dev/google.golang.org/grpc#NewClient"><code>grpc.NewClient</code></a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5151">#5151</a>)
Because of that <code>WithDialOption</code> ignores <a
href="https://pkg.go.dev/google.golang.org/grpc#WithBlock"><code>grpc.WithBlock</code></a>,
<a
href="https://pkg.go.dev/google.golang.org/grpc#WithTimeout"><code>grpc.WithTimeout</code></a>,
and <a
href="https://pkg.go.dev/google.golang.org/grpc#WithReturnConnectionError"><code>grpc.WithReturnConnectionError</code></a>.
Notice that <a
href="https://pkg.go.dev/google.golang.org/grpc#DialContext"><code>grpc.DialContext</code></a>
which was used before is now deprecated.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clarify the documentation about equivalence guarantees for the
<code>Set</code> and <code>Distinct</code> types in
<code>go.opentelemetry.io/otel/attribute</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5027">#5027</a>)</li>
<li>Prevent default <code>ErrorHandler</code> self-delegation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5139">#5139</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.20]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4967">#4967</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>go.opentelemetry.io/otel/attribute.Sortable</code>
type. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortable</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/66284071defe2c6b2261aecfa506f37d6e2a31f2"><code>6628407</code></a>
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5154">#5154</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/82b49b448731e3ca3d88d7421d03768e417f97f4"><code>82b49b4</code></a>
Add otlploghttp package documentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5150">#5150</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/5bd5582904f0925c957ae03b8a2e647677335e8c"><code>5bd5582</code></a>
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5155">#5155</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6394b029fe74474fc05a00bc0ce344679474beb1"><code>6394b02</code></a>
semconv: Add metric generation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4880">#4880</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/35c957097431cf87d5257de6ae950af132f01f2b"><code>35c9570</code></a>
Prevent default ErrorHandler self-delegation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/98fd439f962515f4282dc37acf04e0f6765e850e"><code>98fd439</code></a>
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use
grpc.NewClient...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/016843786aaccc8cf39b70ce5bc4d21b7ca446cb"><code>0168437</code></a>
Add exemplar support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e6e4e4a3d1df0bf5c49b7975fd2b94c977de53d2"><code>e6e4e4a</code></a>
build(deps): bump benchmark-action/github-action-benchmark (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5142">#5142</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/73ee3bbf37df6bb2f77a8b0726b33dc6552b6f2c"><code>73ee3bb</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5140">#5140</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/14e3f6b65c426e71da7702f488d0475fd10b5588"><code>14e3f6b</code></a>
Add otlploghttp exporter skeleton (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5138">#5138</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from
1.24.0 to 1.25.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/exporters/stdout/stdouttrace's
changelog</a>.</em></p>
<blockquote>
<h2>[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05</h2>
<h3>Added</h3>
<ul>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>AddLink</code> method to the <code>Span</code> interface
in <code>go.opentelemetry.io/otel/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5032">#5032</a>)</li>
<li>The <code>Enabled</code> method is added to the <code>Logger</code>
interface in <code>go.opentelemetry.io/otel/log</code>.
This method is used to notify users if a log record will be emitted or
not. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5071">#5071</a>)</li>
<li>Add <code>SeverityUndefined</code> <code>const</code> to
<code>go.opentelemetry.io/otel/log</code>.
This value represents an unset severity level. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5072">#5072</a>)</li>
<li>Add <code>Empty</code> function in
<code>go.opentelemetry.io/otel/log</code> to return a
<code>KeyValue</code> for an empty value. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5076">#5076</a>)</li>
<li>Add <code>go.opentelemetry.io/otel/log/global</code> to manage the
global <code>LoggerProvider</code>.
This package is provided with the anticipation that all functionality
will be migrate to <code>go.opentelemetry.io/otel</code> when
<code>go.opentelemetry.io/otel/log</code> stabilizes.
At which point, users will be required to migrage their code, and this
package will be deprecated then removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5085">#5085</a>)</li>
<li>Add support for <code>Summary</code> metrics in the
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
exporters. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5100">#5100</a>)</li>
<li>Add <code>otel.scope.name</code> and <code>otel.scope.version</code>
tags to spans exported by
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5108">#5108</a>)</li>
<li>Add support for <code>AddLink</code> to
<code>go.opentelemetry.io/otel/bridge/opencensus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5116">#5116</a>)</li>
<li>Add <code>String</code> method to <code>Value</code> and
<code>KeyValue</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5117">#5117</a>)</li>
<li>Add Exemplar support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li>Add metric semantic conventions to
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code>. Future
<code>semconv</code> packages will include metric semantic conventions
as well. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4528">#4528</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>SpanFromContext</code> and <code>SpanContextFromContext</code>
in <code>go.opentelemetry.io/otel/trace</code> no longer make a heap
allocation when the passed context has no span. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5049">#5049</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now create a gRPC client in idle mode and with &quot;dns&quot; as the
default resolver using <a
href="https://pkg.go.dev/google.golang.org/grpc#NewClient"><code>grpc.NewClient</code></a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5151">#5151</a>)
Because of that <code>WithDialOption</code> ignores <a
href="https://pkg.go.dev/google.golang.org/grpc#WithBlock"><code>grpc.WithBlock</code></a>,
<a
href="https://pkg.go.dev/google.golang.org/grpc#WithTimeout"><code>grpc.WithTimeout</code></a>,
and <a
href="https://pkg.go.dev/google.golang.org/grpc#WithReturnConnectionError"><code>grpc.WithReturnConnectionError</code></a>.
Notice that <a
href="https://pkg.go.dev/google.golang.org/grpc#DialContext"><code>grpc.DialContext</code></a>
which was used before is now deprecated.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clarify the documentation about equivalence guarantees for the
<code>Set</code> and <code>Distinct</code> types in
<code>go.opentelemetry.io/otel/attribute</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5027">#5027</a>)</li>
<li>Prevent default <code>ErrorHandler</code> self-delegation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5139">#5139</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.20]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4967">#4967</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>go.opentelemetry.io/otel/attribute.Sortable</code>
type. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortable</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/66284071defe2c6b2261aecfa506f37d6e2a31f2"><code>6628407</code></a>
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5154">#5154</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/82b49b448731e3ca3d88d7421d03768e417f97f4"><code>82b49b4</code></a>
Add otlploghttp package documentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5150">#5150</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/5bd5582904f0925c957ae03b8a2e647677335e8c"><code>5bd5582</code></a>
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5155">#5155</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6394b029fe74474fc05a00bc0ce344679474beb1"><code>6394b02</code></a>
semconv: Add metric generation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4880">#4880</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/35c957097431cf87d5257de6ae950af132f01f2b"><code>35c9570</code></a>
Prevent default ErrorHandler self-delegation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/98fd439f962515f4282dc37acf04e0f6765e850e"><code>98fd439</code></a>
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use
grpc.NewClient...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/016843786aaccc8cf39b70ce5bc4d21b7ca446cb"><code>0168437</code></a>
Add exemplar support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e6e4e4a3d1df0bf5c49b7975fd2b94c977de53d2"><code>e6e4e4a</code></a>
build(deps): bump benchmark-action/github-action-benchmark (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5142">#5142</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/73ee3bbf37df6bb2f77a8b0726b33dc6552b6f2c"><code>73ee3bb</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5140">#5140</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/14e3f6b65c426e71da7702f488d0475fd10b5588"><code>14e3f6b</code></a>
Add otlploghttp exporter skeleton (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5138">#5138</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/metric` from 1.24.0 to 1.25.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.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05</h2>
<h3>Added</h3>
<ul>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>AddLink</code> method to the <code>Span</code> interface
in <code>go.opentelemetry.io/otel/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5032">#5032</a>)</li>
<li>The <code>Enabled</code> method is added to the <code>Logger</code>
interface in <code>go.opentelemetry.io/otel/log</code>.
This method is used to notify users if a log record will be emitted or
not. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5071">#5071</a>)</li>
<li>Add <code>SeverityUndefined</code> <code>const</code> to
<code>go.opentelemetry.io/otel/log</code>.
This value represents an unset severity level. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5072">#5072</a>)</li>
<li>Add <code>Empty</code> function in
<code>go.opentelemetry.io/otel/log</code> to return a
<code>KeyValue</code> for an empty value. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5076">#5076</a>)</li>
<li>Add <code>go.opentelemetry.io/otel/log/global</code> to manage the
global <code>LoggerProvider</code>.
This package is provided with the anticipation that all functionality
will be migrate to <code>go.opentelemetry.io/otel</code> when
<code>go.opentelemetry.io/otel/log</code> stabilizes.
At which point, users will be required to migrage their code, and this
package will be deprecated then removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5085">#5085</a>)</li>
<li>Add support for <code>Summary</code> metrics in the
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
exporters. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5100">#5100</a>)</li>
<li>Add <code>otel.scope.name</code> and <code>otel.scope.version</code>
tags to spans exported by
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5108">#5108</a>)</li>
<li>Add support for <code>AddLink</code> to
<code>go.opentelemetry.io/otel/bridge/opencensus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5116">#5116</a>)</li>
<li>Add <code>String</code> method to <code>Value</code> and
<code>KeyValue</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5117">#5117</a>)</li>
<li>Add Exemplar support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li>Add metric semantic conventions to
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code>. Future
<code>semconv</code> packages will include metric semantic conventions
as well. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4528">#4528</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>SpanFromContext</code> and <code>SpanContextFromContext</code>
in <code>go.opentelemetry.io/otel/trace</code> no longer make a heap
allocation when the passed context has no span. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5049">#5049</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now create a gRPC client in idle mode and with &quot;dns&quot; as the
default resolver using <a
href="https://pkg.go.dev/google.golang.org/grpc#NewClient"><code>grpc.NewClient</code></a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5151">#5151</a>)
Because of that <code>WithDialOption</code> ignores <a
href="https://pkg.go.dev/google.golang.org/grpc#WithBlock"><code>grpc.WithBlock</code></a>,
<a
href="https://pkg.go.dev/google.golang.org/grpc#WithTimeout"><code>grpc.WithTimeout</code></a>,
and <a
href="https://pkg.go.dev/google.golang.org/grpc#WithReturnConnectionError"><code>grpc.WithReturnConnectionError</code></a>.
Notice that <a
href="https://pkg.go.dev/google.golang.org/grpc#DialContext"><code>grpc.DialContext</code></a>
which was used before is now deprecated.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clarify the documentation about equivalence guarantees for the
<code>Set</code> and <code>Distinct</code> types in
<code>go.opentelemetry.io/otel/attribute</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5027">#5027</a>)</li>
<li>Prevent default <code>ErrorHandler</code> self-delegation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5139">#5139</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.20]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4967">#4967</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>go.opentelemetry.io/otel/attribute.Sortable</code>
type. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortable</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/66284071defe2c6b2261aecfa506f37d6e2a31f2"><code>6628407</code></a>
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5154">#5154</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/82b49b448731e3ca3d88d7421d03768e417f97f4"><code>82b49b4</code></a>
Add otlploghttp package documentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5150">#5150</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/5bd5582904f0925c957ae03b8a2e647677335e8c"><code>5bd5582</code></a>
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5155">#5155</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6394b029fe74474fc05a00bc0ce344679474beb1"><code>6394b02</code></a>
semconv: Add metric generation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4880">#4880</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/35c957097431cf87d5257de6ae950af132f01f2b"><code>35c9570</code></a>
Prevent default ErrorHandler self-delegation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/98fd439f962515f4282dc37acf04e0f6765e850e"><code>98fd439</code></a>
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use
grpc.NewClient...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/016843786aaccc8cf39b70ce5bc4d21b7ca446cb"><code>0168437</code></a>
Add exemplar support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e6e4e4a3d1df0bf5c49b7975fd2b94c977de53d2"><code>e6e4e4a</code></a>
build(deps): bump benchmark-action/github-action-benchmark (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5142">#5142</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/73ee3bbf37df6bb2f77a8b0726b33dc6552b6f2c"><code>73ee3bb</code></a>
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5140">#5140</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/14e3f6b65c426e71da7702f488d0475fd10b5588"><code>14e3f6b</code></a>
Add otlploghttp exporter skeleton (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5138">#5138</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/sdk` from 1.24.0 to 1.25.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/sdk's
changelog</a>.</em></p>
<blockquote>
<h2>[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05</h2>
<h3>Added</h3>
<ul>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>WithProxy</code> option in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4906">#4906</a>)</li>
<li>Add <code>AddLink</code> method to the <code>Span</code> interface
in <code>go.opentelemetry.io/otel/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5032">#5032</a>)</li>
<li>The <code>Enabled</code> method is added to the <code>Logger</code>
interface in <code>go.opentelemetry.io/otel/log</code>.
This method is used to notify users if a log record will be emitted or
not. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5071">#5071</a>)</li>
<li>Add <code>SeverityUndefined</code> <code>const</code> to
<code>go.opentelemetry.io/otel/log</code>.
This value represents an unset severity level. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5072">#5072</a>)</li>
<li>Add <code>Empty</code> function in
<code>go.opentelemetry.io/otel/log</code> to return a
<code>KeyValue</code> for an empty value. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5076">#5076</a>)</li>
<li>Add <code>go.opentelemetry.io/otel/log/global</code> to manage the
global <code>LoggerProvider</code>.
This package is provided with the anticipation that all functionality
will be migrate to <code>go.opentelemetry.io/otel</code> when
<code>go.opentelemetry.io/otel/log</code> stabilizes.
At which point, users will be required to migrage their code, and this
package will be deprecated then removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5085">#5085</a>)</li>
<li>Add support for <code>Summary</code> metrics in the
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
exporters. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5100">#5100</a>)</li>
<li>Add <code>otel.scope.name</code> and <code>otel.scope.version</code>
tags to spans exported by
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5108">#5108</a>)</li>
<li>Add support for <code>AddLink</code> to
<code>go.opentelemetry.io/otel/bridge/opencensus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5116">#5116</a>)</li>
<li>Add <code>String</code> method to <code>Value</code> and
<code>KeyValue</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5117">#5117</a>)</li>
<li>Add Exemplar support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5111">#5111</a>)</li>
<li>Add metric semantic conventions to
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code>. Future
<code>semconv</code> packages will include metric semantic conventions
as well. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4528">#4528</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>SpanFromContext</code> and <code>SpanContextFromContext</code>
in <code>go.opentelemetry.io/otel/trace</code> no longer make a heap
allocation when the passed context has no span. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5049">#5049</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
and
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now create a gRPC client in idle mode and with &quot;dns&quot; as the
default resolver using <a
href="https://pkg.go.dev/google.golang.org/grpc#NewClient"><code>grpc.NewClient</code></a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5151">#5151</a>)
Because of that <code>WithDialOption</code> ignores <a
href="https://pkg.go.dev/google.golang.org/grpc#WithBlock"><code>grpc.WithBlock</code></a>,
<a
href="https://pkg.go.dev/google.golang.org/grpc#WithTimeout"><code>grpc.WithTimeout</code></a>,
and <a
href="https://pkg.go.dev/google.golang.org/grpc#WithReturnConnectionError"><code>grpc.WithReturnConnectionError</code></a>.
Notice that <a
href="https://pkg.go.dev/google.golang.org/grpc#DialContext"><code>grpc.DialContext</code></a>
which was used before is now deprecated.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clarify the documentation about equivalence guarantees for the
<code>Set</code> and <code>Distinct</code> types in
<code>go.opentelemetry.io/otel/attribute</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5027">#5027</a>)</li>
<li>Prevent default <code>ErrorHandler</code> self-delegation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5137">#5137</a>)</li>
<li>Update all dependencies to address [GO-2024-2687]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5139">#5139</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.20]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4967">#4967</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>go.opentelemetry.io/otel/attribute.Sortable</code>
type. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortable</code>
function. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4734">#4734</a>)</li>
<li>Deprecate
<code>go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered</code>
function. (<a
href="https://redir…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant