open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
121 stars 129 forks source link

[Geneva] Fix export name of Geneva metrics exporter #366

Closed ThomsonTan closed 5 months ago

ThomsonTan commented 5 months ago

The Geneva metrics exporter is exported as opentelemetry-cpp::geneva which could confuse itself with the metrics SDK.

Also wrap the install() call in OPENTELEMETRY_INSTALL which is used by the main repo.