summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fastos/README4
-rw-r--r--logserver/README1
-rw-r--r--simplemetrics/README1
-rw-r--r--statistics/README2
4 files changed, 8 insertions, 0 deletions
diff --git a/fastos/README b/fastos/README
new file mode 100644
index 00000000000..ed9afabffb8
--- /dev/null
+++ b/fastos/README
@@ -0,0 +1,4 @@
+Old OS abstraction layer
+
+obsolete, to be replaced with implementations using
+standard C++14 threads and newer unix networking APIs
diff --git a/logserver/README b/logserver/README
new file mode 100644
index 00000000000..24608e4479e
--- /dev/null
+++ b/logserver/README
@@ -0,0 +1 @@
+Server that receives vespa-format log lines and archives them.
diff --git a/simplemetrics/README b/simplemetrics/README
new file mode 100644
index 00000000000..1ea13ac6221
--- /dev/null
+++ b/simplemetrics/README
@@ -0,0 +1 @@
+A simple implementation of metrics for Java
diff --git a/statistics/README b/statistics/README
new file mode 100644
index 00000000000..0b90b092125
--- /dev/null
+++ b/statistics/README
@@ -0,0 +1,2 @@
+Old metrics gathering and aggregation.
+To be replaced with simplemetrics where possible.