File tree 1 file changed +0
-6
lines changed
gcp-observability/interop/src/main/java/io/grpc/gcp/observability/interop
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 20
20
import io .grpc .testing .integration .TestServiceClient ;
21
21
import io .grpc .testing .integration .TestServiceServer ;
22
22
import java .util .Arrays ;
23
- import java .util .concurrent .TimeUnit ;
24
23
25
24
/**
26
25
* Combined interop client and server for observability testing.
@@ -47,11 +46,6 @@ public static void main(String[] args) throws Exception {
47
46
} else {
48
47
TestServiceServer .main (args );
49
48
}
50
- // TODO(stanleycheung): remove this once the observability exporter plugin is able to
51
- // gracefully flush observability data to cloud at shutdown
52
- final int o11yCloseSleepSeconds = 65 ;
53
- System .out .println ("Sleeping " + o11yCloseSleepSeconds + " seconds before exiting" );
54
- Thread .sleep (TimeUnit .MILLISECONDS .convert (o11yCloseSleepSeconds , TimeUnit .SECONDS ));
55
49
}
56
50
}
57
51
You can’t perform that action at this time.
0 commit comments