open-telemetry / opentelemetry-cpp-contrib

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

Upgrade fluentd exporter to use latest otel-cpp #309

Closed lalitb closed 11 months ago

lalitb commented 11 months ago
  1. Changes to use latest otel-cpp ( take care of header files inclusion for https://github.com/open-telemetry/opentelemetry-cpp/pull/2182).
  2. Handle building from within main repo ( through OPENTELEMETRY_EXTERNAL_COMPONENT_PATH env variable)
  3. Fix nit warnings - of type mismatch, and macro redefined.
lalitb commented 11 months ago

This is ready for review now.