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
Even though the option WITH_OTLP is deprecated, it's still used in several places throughout otel (including CI and docker).
Furthermore, following the deprecation warning and replacing it by WITH_OTLP_GRPC and/or WITH_OTLP_HTTP will not work, since WITH_OTLP is used here to determine whether exporters/otlp is included (which is where opentelemetry_exporter_otlp_{grpc,http} are built).
The text was updated successfully, but these errors were encountered:
marcalff
changed the title
BUG: WITH_OTLP deprecated but removing it breaks the build
[BUILD] WITH_OTLP deprecated but removing it breaks the build
May 26, 2023
Even though the option
WITH_OTLP
is deprecated, it's still used in several places throughout otel (including CI and docker).Furthermore, following the deprecation warning and replacing it by
WITH_OTLP_GRPC
and/orWITH_OTLP_HTTP
will not work, sinceWITH_OTLP
is used here to determine whetherexporters/otlp
is included (which is whereopentelemetry_exporter_otlp_{grpc,http}
are built).The text was updated successfully, but these errors were encountered: