You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement a special OTLP exporter to extend the standard OTLP exporters,but I need to control the recordable objects of OTLP exporters. But I found I cann't reuse recordables with cmake because the installation exclude the headers of OTLP recordables.
Yes I think this is valid use-case, we can bring this header file as part of installation. I can fix this next week, unless someone wants to raise a PR to fix this earlier?
Is your feature request related to a problem?
I want to implement a special OTLP exporter to extend the standard OTLP exporters,but I need to control the recordable objects of OTLP exporters. But I found I cann't reuse recordables with cmake because the installation exclude the headers of OTLP recordables.
I just wonder why we exclude
otlp_recordable.h
here, and can we also install it?Describe the solution you'd like
Remove
PATTERN "otlp_recordable.h" EXCLUDE
above.The text was updated successfully, but these errors were encountered: