Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.14.0/v0.37.0/v0.0.4 #3810

Merged
merged 6 commits into from
Feb 27, 2023
Merged

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Feb 27, 2023

Part of #3809

This release is the last to support Go 1.18.
The next release will require at least Go 1.19.

Added

  • The event type semantic conventions are added to go.opentelemetry.io/otel/semconv/v1.17.0. (Add semantic conventions of the event type #3697)
  • Support Go 1.20. (Add testing for Go 1.20 #3693)
  • The go.opentelemetry.io/otel/semconv/v1.18.0 package.
    The package contains semantic conventions from the v1.18.0 version of the OpenTelemetry specification. (Add semconv/v1.18.0 #3719)
    • The following const renames from go.opentelemetry.io/otel/semconv/v1.17.0 are included:
      • OtelScopeNameKey -> OTelScopeNameKey
      • OtelScopeVersionKey -> OTelScopeVersionKey
      • OtelLibraryNameKey -> OTelLibraryNameKey
      • OtelLibraryVersionKey -> OTelLibraryVersionKey
      • OtelStatusCodeKey -> OTelStatusCodeKey
      • OtelStatusDescriptionKey -> OTelStatusDescriptionKey
      • OtelStatusCodeOk -> OTelStatusCodeOk
      • OtelStatusCodeError -> OTelStatusCodeError
    • The following func renames from go.opentelemetry.io/otel/semconv/v1.17.0 are included:
      • OtelScopeName -> OTelScopeName
      • OtelScopeVersion -> OTelScopeVersion
      • OtelLibraryName -> OTelLibraryName
      • OtelLibraryVersion -> OTelLibraryVersion
      • OtelStatusDescription -> OTelStatusDescription
  • A IsSampled method is added to the SpanContext implementation in go.opentelemetry.io/otel/bridge/opentracing to expose the span sampled state.
    See the README for more information. (Implement IsSampled for OpenTelemetry bridgeSpanContext #3570)
  • The WithInstrumentationAttributes option to go.opentelemetry.io/otel/metric. (Accept scope attributes during Meter creation #3738)
  • The WithInstrumentationAttributes option to go.opentelemetry.io/otel/trace. (Accept scope attributes during Tracer creation #3739)
  • The following environment variables are supported by the periodic Reader in go.opentelemetry.io/otel/sdk/metric. (Support OTEL_METRIC_EXPORT_INTERVAL and OTEL_METRIC_EXPORT_TIMEOUT #3763)
    • OTEL_METRIC_EXPORT_INTERVAL sets the time between collections and exports.
    • OTEL_METRIC_EXPORT_TIMEOUT sets the timeout an export is attempted.

Changed

Fixed

Deprecated

@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Merging #3810 (92749c4) into main (46d7f8d) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #3810   +/-   ##
=====================================
  Coverage   81.6%   81.7%           
=====================================
  Files        167     167           
  Lines      12453   12453           
=====================================
+ Hits       10171   10175    +4     
+ Misses      2067    2063    -4     
  Partials     215     215           
Impacted Files Coverage Δ
version.go 100.0% <100.0%> (ø)
exporters/jaeger/jaeger.go 91.1% <0.0%> (+0.8%) ⬆️
sdk/trace/batch_span_processor.go 81.1% <0.0%> (+0.8%) ⬆️

@MrAlias MrAlias merged commit 2e54fbb into open-telemetry:main Feb 27, 2023
@MrAlias MrAlias deleted the release-v1.14.0 branch February 27, 2023 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants