Closed santigimeno closed 1 month ago
Name | Link |
---|---|
Latest commit | 18d94fb124ce68e313a50c49292c4b52138f2404 |
Latest deploy log | https://app.netlify.com/sites/opentelemetry-cpp-api-docs/deploys/671a024af823fb0008051d42 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.91%. Comparing base (
497eaf4
) to head (8e551cf
). Report is 146 commits behind head on main.
Changes
If there's a gRPC error when exporting telemetry data via
gRPC
withENABLE_ASYNC_EXPORT
set, this error is not printed via logs in the same way as it's done when exporting the data synchronously. Print the error stored ingrpc::Status
in the same way.