We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e551cf commit 521460bCopy full SHA for 521460b
exporters/otlp/src/otlp_grpc_client.cc
@@ -215,7 +215,9 @@ static sdk::common::ExportResult InternalDelegateAsyncExport(
215
if (call_data->grpc_status.ok())
216
{
217
call_data->export_result = opentelemetry::sdk::common::ExportResult::kSuccess;
218
- } else {
+ }
219
+ else
220
+ {
221
OTEL_INTERNAL_LOG_ERROR("[OTLP GRPC Client] ERROR: Export "
222
<< export_data_name << " failed with status_code: \""
223
<< grpc_status.error_code() << "\" error_message: \""
0 commit comments