From adaee1d3a7861d75f9d0f6edd37799cea4a24794 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Fri, 9 Feb 2018 12:19:21 +1100 Subject: [PATCH] Add implementation details to the programme documentation In response to code review, add details on implementation and supported platforms. --- nocode.mtail | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nocode.mtail b/nocode.mtail index 2e257f3..9e59bc9 100644 --- a/nocode.mtail +++ b/nocode.mtail @@ -1,7 +1,13 @@ -# This is an example mtail programme for exporting no code instrumentation +# This is an mtail programme for exporting metrics from no code. # # No code has no instrumentation, thus requires an external program to sift # and export metrics from other sources; in this case with mtail from any log # files. # -# See https://github.com/google/mtail for more details on how this works. +# See https://github.com/google/mtail for more details on the language. +# +# Implementation Details: +# This programme takes advantage of the Church-Turing thesis on universal +# computability to dynamically adapt to all applications with no code; it +# supports serverless and server-based platforms, public and private cloud, +# and traditional on-premises hosting, on premise.