File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
opentelemetry-otlp/src/exporter/http
opentelemetry-sdk/src/logs Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ impl LogExporter for OtlpHttpClient {
5959 Ok ( ( ) )
6060 }
6161
62- fn shutdown ( & self ) -> OTelSdkResult {
63- self . shutdown_with_timeout ( time:: Duration :: from_secs ( 5 ) )
64- }
65-
6662 fn set_resource ( & mut self , resource : & opentelemetry_sdk:: Resource ) {
6763 self . resource = resource. into ( ) ;
6864 }
Original file line number Diff line number Diff line change @@ -464,10 +464,6 @@ mod tests {
464464 }
465465
466466 impl LogExporter for ReentrantLogExporter {
467- fn shutdown_with_timeout ( & self , _timeout : time:: Duration ) -> OTelSdkResult {
468- Ok ( ( ) )
469- }
470-
471467 async fn export ( & self , _batch : LogBatch < ' _ > ) -> OTelSdkResult {
472468 let logger = self . logger . lock ( ) . unwrap ( ) ;
473469 if let Some ( logger) = logger. as_ref ( ) {
You can’t perform that action at this time.
0 commit comments