From c379bcb1597abfe0eed865eff643b812c925dc9b Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Fri, 9 Feb 2018 10:31:14 +1100 Subject: [PATCH] Adds an mtail programme for exporting metrics No code has no instrumentation, so relies on external processes to collect and export metrics on its behalf. This is an example of how it can be done with https://github.com/google/mtail --- nocode.mtail | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nocode.mtail diff --git a/nocode.mtail b/nocode.mtail new file mode 100644 index 0000000..2e257f3 --- /dev/null +++ b/nocode.mtail @@ -0,0 +1,7 @@ +# This is an example mtail programme for exporting no code instrumentation +# +# 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.