Separate OTLP proto from the transport like GRPC or HTTP? #410
Closed
ThomsonTan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Is this question for adding the cmake option in otel-cpp build? Good to ask there in that case ;) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The OTLP proto library is mostly used by the OTLP gRPC or HTTP exporter, but the proto library can also be used with other protocols, like in the user_events exporter.
Could we add a flash like
WITH_OTLP_PROTO
which builds the proto build, but don't enable the gRPC or HTTP exporter?The current workaround used in the above user_events exporter is it enables OTLP/HTTP exporter as implicit dependence, even it doesn't use it really.
Beta Was this translation helpful? Give feedback.
All reactions