Types of CreateUInt64Counter and CreateInt64ObservableCounter don't match? #3161
Labels
bug
Something isn't working
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Describe your environment
Latest version of SDK and documentation
Steps to reproduce
Look at documentation here -https://opentelemetry-cpp.readthedocs.io/en/latest/otel_docs/classopentelemetry_1_1metrics_1_1Meter.html#exhale-class-classopentelemetry-1-1metrics-1-1meter
What is the expected behavior?
I would expect
CreateUInt64Counter
andCreateUInt64ObservableCounter
orCreateInt64Counter
andCreateInt64ObservableCounter
orWhat is the actual behavior?
CreateUInt64Counter
andCreateInt64ObservableCounter
Additional context
Why do the types differ between the two calls? The UpDown counters match on the 2 different types.
The text was updated successfully, but these errors were encountered: