Context
The OTLP exporter uses gRPC to communicate with the OpenTelemetry Collector. Currently we are building gRPC with Bazel, but not with CMake.
Problem
The OTLP exporter tests run on Windows using CMake only.
Solution
Build gRPC using CMake (see gRPC documentation). Add OTLP exporter tests to exporters/otlp/CMakeLists.txt.
Context
The OTLP exporter uses gRPC to communicate with the OpenTelemetry Collector. Currently we are building gRPC with Bazel, but not with CMake.
Problem
The OTLP exporter tests run on Windows using CMake only.
Solution
Build gRPC using CMake (see gRPC documentation). Add OTLP exporter tests to
exporters/otlp/CMakeLists.txt.