opentelemetry-java icon indicating copy to clipboard operation
opentelemetry-java copied to clipboard

Add connectTimeout configuration option OtlpGrpc{Signal}Exporters

Open jack-berg opened this issue 1 year ago • 2 comments

Followup to #5941 which adds support for OTLP gRPC exporters.

jack-berg avatar Dec 15 '23 23:12 jack-berg

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (8684882) 91.06% compared to head (2ecdd32) 91.06%.

Files Patch % Lines
...er/otlp/logs/OtlpGrpcLogRecordExporterBuilder.java 83.33% 0 Missing and 1 partial :warning:
...er/otlp/metrics/OtlpGrpcMetricExporterBuilder.java 83.33% 0 Missing and 1 partial :warning:
...porter/otlp/trace/OtlpGrpcSpanExporterBuilder.java 83.33% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6079   +/-   ##
=========================================
  Coverage     91.06%   91.06%           
- Complexity     5671     5678    +7     
=========================================
  Files           620      620           
  Lines         16553    16577   +24     
  Branches       1689     1692    +3     
=========================================
+ Hits          15074    15096   +22     
+ Misses          993      992    -1     
- Partials        486      489    +3     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 15 '23 23:12 codecov[bot]

@open-telemetry/java-approvers PTAL. This should be straight forward to review / merge.

jack-berg avatar Jan 31 '24 17:01 jack-berg