1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Added 2 TNS resources for application monitoring (#2022)

This commit is contained in:
The New Stack
2022-10-04 19:24:01 -04:00
committed by GitHub
parent f9e5aa4def
commit b1babf9054

View File

@@ -1,3 +1,6 @@
# 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.
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://thenewstack.io/applying-basic-vs-advanced-monitoring-techniques/'>Applying Basic vs. Advanced Monitoring Techniques</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://thenewstack.io/why-legacy-apps-need-your-monitoring-love-too/'>Why Legacy Apps Need Your Monitoring Love, Too</BadgeLink>