1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Add content for application monitoring

This commit is contained in:
Esoterydactyl
2022-08-04 14:55:48 -04:00
committed by GitHub
parent 5893cce7e6
commit 9b2069854f

View File

@@ -1 +1,3 @@
# Application monitoring
# 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.