Hello, we are using opentelemetry-cpp sdk internally, and were seeing issues due to network communication issues with grpc exporter.
I came across the compile time flag WITH_OTLP_RETRY_PREVIEW which should allow the grpc retries to alleviate some of the temporary retries and the associated #3481 about enabling it by default. I see that support was added a while ago but cmake sets it to false by default [cite]. Are there any plans to enable it?
The issue with the compile time flag is that it can not be dynamically enabled/disabled in the production for the compile binary if there are associated issues with the same.
Hello, we are using opentelemetry-cpp sdk internally, and were seeing issues due to network communication issues with grpc exporter.
I came across the compile time flag
WITH_OTLP_RETRY_PREVIEWwhich should allow the grpc retries to alleviate some of the temporary retries and the associated #3481 about enabling it by default. I see that support was added a while ago but cmake sets it to false by default [cite]. Are there any plans to enable it?The issue with the compile time flag is that it can not be dynamically enabled/disabled in the production for the compile binary if there are associated issues with the same.