Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 LogDog Collector | |
| 2 ================ | |
| 3 | |
| 4 The LogDog **Collector** is configured to receive | |
| 5 [Butler](../../../client/cmd/logdog_butler)-generated logs from the **Transport | |
| 6 Layer**, register them with the **Coordinator** instance, and load them into | |
| 7 **Intermediate Storage** for streaming and, ultimately, archival. | |
| 8 | |
| 9 **Collector** microservices are designed to operate cooperatively as part of | |
| 10 a scaleable cluster. Deploying additional **Collector** instances will linearly | |
| 11 increase the collection throughput. | |
| OLD | NEW |