1
0
mirror of synced 2024-11-24 10:14:25 +01:00

Add implementation details to the programme documentation

In response to code review, add details on implementation and supported platforms.
This commit is contained in:
Jamie Wilkinson 2018-02-09 12:19:21 +11:00 committed by GitHub
parent c379bcb159
commit adaee1d3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 # 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 # and export metrics from other sources; in this case with mtail from any log
# files. # 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.