more tolerant host specification.

PiperOrigin-RevId: 340708945
Change-Id: I2e168d7e5346be1b1f5ced56ee2f2dbdb41d342f
This commit is contained in:
A. Unique TensorFlower 2020-11-04 12:44:46 -08:00 committed by TensorFlower Gardener
parent 9f8a87f7f0
commit 92c2d0890d

View File

@ -9,7 +9,7 @@ message NewProfileSessionRequest {
// The place where we will dump profile data. We will normally use
// MODEL_DIR/plugins/profile as the repository root.
string repository_root = 2;
repeated string hosts = 3;
repeated string hosts = 3; // host or host:port, port will be ignored.
string session_id = 4;
}