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

Update to OpenTelemetry-cpp release 1.12.0 #64

Closed
duncanpo opened this issue Nov 22, 2023 · 1 comment
Closed

Update to OpenTelemetry-cpp release 1.12.0 #64

duncanpo opened this issue Nov 22, 2023 · 1 comment
Assignees

Comments

@duncanpo
Copy link
Member

Currently at 1.11.0.
1.12.0 has a few useful updates:
2298 is a bug fix necessary to implement asynchronous counters
2304 may be necessary to adopt std features (#19)
2342 drops C++11 support and moves to at least C++14
2284 lifts a restriction to metric name length

@duncanpo duncanpo self-assigned this Dec 5, 2023
@duncanpo
Copy link
Member Author

duncanpo commented Dec 5, 2023

1.12.0 contains 2 major issues:

  1. Namespace issues in header files opentelemetry/sdk/metrics/data/exemplar_data.h and opentelemetry/sdk/metrics/exemplar/reservoir_cell.h result in build failure
  2. UpDownCounter is broken, cannot count down.

Both problems have been fixed subsequently, in commits 27a58cd and d9ad76f respectively. Given these, we should skip this release and wait for the next.

@duncanpo duncanpo closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2023
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

No branches or pull requests

1 participant