From d4d575afa429abd553e0f82604a8b98f68e468e6 Mon Sep 17 00:00:00 2001 From: Dmitry Melanchenko Date: Mon, 19 Feb 2018 02:58:32 -0500 Subject: [PATCH] Initial revision --- CONTRIBUTORS.txt | 1 + README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 CONTRIBUTORS.txt create mode 100644 README.md diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 0000000..a02da96 --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1 @@ +Dmitry Melanchenko \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1579bcb --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Monitoring and observability + +This projects is created to accumulate as much information as possible for successful series of meeting about Monitoring and Observability for computer systems. + +## Topics for the meetings + +* Introduction about what is monitoring and what is observability +* How to build a monitoring pipeline +* Monitoring tools for different languages and platforms +* How to make a system observable: typical patterns +* Let's find what's wrong: group exercise to find what's wrong with a system using data from monitoring only. +