From b55772c0176453b0f56bde85773d9358a8c8a74c Mon Sep 17 00:00:00 2001 From: Esoterydactyl Date: Thu, 4 Aug 2022 14:55:48 -0400 Subject: [PATCH] Add content for application monitoring --- .../107-monitoring/101-application-monitoring/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/107-monitoring/101-application-monitoring/readme.md b/content/roadmaps/102-devops/content/107-monitoring/101-application-monitoring/readme.md index 7490c77d1..baefa276f 100644 --- a/content/roadmaps/102-devops/content/107-monitoring/101-application-monitoring/readme.md +++ b/content/roadmaps/102-devops/content/107-monitoring/101-application-monitoring/readme.md @@ -1 +1,3 @@ -# Application monitoring \ No newline at end of file +# Application Monitoring + +Application monitoring refers to the practice of making the status and performance of a given *application* visible. This may include details such as stacktraces, error logs, and the line of code implicated in a given failure. When combined with Infrastructure monitoring, this can provide a complete picture of what is happening in your system, and why.