in src/agent/protocol/grpc/GrpcProtocol.ts [33:35]
get isConnected(): boolean { return this.heartbeatClient.isConnected && this.traceReportClient.isConnected; }