Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@duncanpo duncanpo released this 23 Feb 14:45
· 88 commits to main since this release
085ea90

Metrics general release

Enhancements:

  1. Asynchronous metric instruments (ObservableCounter, ObservableUpDownCounter, ObservableGauge)
  2. Full support of View class including changing aggregation behavior and filtering attributes
  3. Update opentelemetry-cpp to 1.14.0

Breaking Changes:

  1. C++14 is now required. Compilers with only C++11 support are no longer supported.