Skip to content

Changelog and version updates for 0.5b0 release #498

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

Merged
merged 4 commits into from
Mar 16, 2020

Conversation

toumorokoshi
Copy link
Member

Total Changelog:

Documentations has been significantly overhauled, including:

  • a getting started guide
  • examples has been consolidated to an docs/examples folder
  • several minor improvements to the examples in each extension's readme.
  • Adding Correlation Context API and propagator
    (#471)

  • Adding a global configuration module to simplify setting and getting
    globals
    (#466)

  • Rename metric handle to bound metric
    (#470)

  • Moving resources to sdk
    (#464)

  • Implementing propagators to API to use context
    (#446)

  • Implement observer instrument for metrics
    (#425)

  • Adding named meters, removing batchers
    (#431)

  • Renaming TraceOptions to TraceFlags
    (#450)

  • Renaming TracerSource to TraceProvider
    (#441)

  • Adding Correlation Context SDK and propagator
    (#471)

  • Adding OT Collector metrics exporter
    (#454)

  • Improve validation of attributes
    (#460)

  • Re-raise errors caught in opentelemetry.sdk.trace.Tracer.use_span()
    (Re-raise errors caught in opentelemetry.sdk.trace.Tracer.use_span() #469)
    (#469)

  • Adding named meters, removing batchers
    (#431)

  • Make counter and MinMaxSumCount aggregators thread safe
    (#439)

  • Initial release. Support is included for both trace and metrics.

Total Changelog:

Documentations has been significantly overhauled, including:

* a getting started guide
* examples has been consolidated to an docs/examples folder
* several minor improvements to the examples in each extension's readme.

- Adding Correlation Context API and propagator
  ([open-telemetry#471](open-telemetry#471))
- Adding a global configuration module to simplify setting and getting
  globals
  ([open-telemetry#466](open-telemetry#466))
- Rename metric handle to bound metric
  ([open-telemetry#470](open-telemetry#470))
- Moving resources to sdk
  ([open-telemetry#464](open-telemetry#464))
- Implementing propagators to API to use context
  ([open-telemetry#446](open-telemetry#446))
- Implement observer instrument for metrics
  ([open-telemetry#425](open-telemetry#425))
- Adding named meters, removing batchers
  ([open-telemetry#431](open-telemetry#431))
- Renaming TraceOptions to TraceFlags
  ([open-telemetry#450](open-telemetry#450))
- Renaming TracerSource to TraceProvider
  ([open-telemetry#441](open-telemetry#441))

- Adding Correlation Context SDK and propagator
  ([open-telemetry#471](open-telemetry#471))
- Adding OT Collector metrics exporter
  ([open-telemetry#454](open-telemetry#454))
- Improve validation of attributes
  ([open-telemetry#460](open-telemetry#460))
- Re-raise errors caught in opentelemetry.sdk.trace.Tracer.use_span()
  (open-telemetry#469)
  ([open-telemetry#469](open-telemetry#469))
- Adding named meters, removing batchers
  ([open-telemetry#431](open-telemetry#431))
- Make counter and MinMaxSumCount aggregators thread safe
  ([open-telemetry#439](open-telemetry#439))

- Initial release. Support is included for both trace and metrics.
@toumorokoshi toumorokoshi requested a review from a team March 16, 2020 22:02
@toumorokoshi
Copy link
Member Author

Here's what I wrote up for the github release:

Documentation

Documentations has been significantly overhauled, including:

  • a getting started guide
  • examples has been consolidated to an docs/examples folder
  • several minor improvements to the examples in each extension's readme.

opentelemetry-api

  • Adding Correlation Context API and propagator
    (#471)
  • Adding a global configuration module to simplify setting and getting globals
    (#466)
  • Rename metric handle to bound metric
    (#470)
  • Moving resources to sdk
    (#464)
  • Implementing propagators to API to use context
    (#446)
  • Implement observer instrument for metrics
    (#425)
  • Adding named meters, removing batchers
    (#431)
  • Renaming TraceOptions to TraceFlags
    (#450)
  • Renaming TracerSource to TraceProvider
    (#441)

opentelemetry-sdk

opentelemetry-ext-otcollector

  • Initial release. Support is included for both trace and metrics.

@c24t c24t added the release label Mar 16, 2020
Copy link
Contributor

@lzchen lzchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Co-Authored-By: Leighton Chen <lechen@microsoft.com>
@codecov-io
Copy link

codecov-io commented Mar 16, 2020

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (v0.5b.x@8d951ee). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             v0.5b.x     #498   +/-   ##
==========================================
  Coverage           ?   89.33%           
==========================================
  Files              ?       43           
  Lines              ?     2176           
  Branches           ?      248           
==========================================
  Hits               ?     1944           
  Misses             ?      161           
  Partials           ?       71           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@c24t c24t changed the title Adding changelog entries for the 0.5b0 release Changelog and version updates for 0.5b0 release Mar 16, 2020
@c24t c24t merged commit 3bc11a8 into open-telemetry:v0.5b.x Mar 16, 2020
@c24t c24t mentioned this pull request Mar 16, 2020
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.

4 participants