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.6.0/v0.28.0 #2718

Merged
merged 6 commits into from Mar 23, 2022
Merged

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Mar 23, 2022

⚠️ Notice ⚠️

This update is a breaking change of the unstable Metrics API.
Code instrumented with the go.opentelemetry.io/otel/metric will need to be modified.

Added

Changed

  • The metrics API has been significantly changed to match the revised OpenTelemetry specification.
    High-level changes include:

    • Synchronous and asynchronous instruments are now handled by independent InstrumentProviders.
      These InstrumentProviders are manged a Meter.
    • Synchronous and asynchronous instruments are grouped into their own packages based on value types.
    • Asynchronous callbacks can now be registered with a Meter.

    Be sure to check out the metric module documentation for more information on how to use the revised API. ([API EPIC 4/4] Fix tests and examples #2587, Adds metrics Global #2660)

Fixed

@codecov
Copy link

codecov bot commented Mar 23, 2022

Codecov Report

Merging #2718 (a603ccc) into main (3dac50a) will decrease coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2718     +/-   ##
=======================================
- Coverage   76.7%   76.7%   -0.1%     
=======================================
  Files        181     181             
  Lines      12175   12175             
=======================================
- Hits        9349    9343      -6     
- Misses      2601    2607      +6     
  Partials     225     225             
Impacted Files Coverage Δ
version.go 100.0% <100.0%> (ø)
sdk/trace/batch_span_processor.go 80.2% <0.0%> (-1.9%) ⬇️
exporters/jaeger/jaeger.go 90.3% <0.0%> (-0.9%) ⬇️

@MrAlias MrAlias merged commit 17667f5 into open-telemetry:main Mar 23, 2022
@MrAlias MrAlias deleted the release-v1.6.0/v0.28.0 branch March 23, 2022 21:25
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