Closed
Description
Create a synchronous instrument with a string containing spaces as input name will give an error in the cpp-opentelemetry end.
For example,
counter = meter.createCounter("my counter");
A temporary fix has been applied to replace spaces with underscores. But this issue may be further discussed.