Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: logdog/server/cmd/logdog_collector/README.md

Issue 2183233002: Add LogDog project and component documentation. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logdog/server/cmd/logdog_archivist/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/cmd/logdog_collector/README.md
diff --git a/logdog/server/cmd/logdog_collector/README.md b/logdog/server/cmd/logdog_collector/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..8f1edf26c3a967d4c55820c91fe29583d1d6d5d0
--- /dev/null
+++ b/logdog/server/cmd/logdog_collector/README.md
@@ -0,0 +1,11 @@
+LogDog Collector
+================
+
+The LogDog **Collector** is configured to receive
+[Butler](../../../client/cmd/logdog_butler)-generated logs from the **Transport
+Layer**, register them with the **Coordinator** instance, and load them into
+**Intermediate Storage** for streaming and, ultimately, archival.
+
+**Collector** microservices are designed to operate cooperatively as part of
+a scaleable cluster. Deploying additional **Collector** instances will linearly
+increase the collection throughput.
« no previous file with comments | « logdog/server/cmd/logdog_archivist/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698