You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: day-2/readme.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# Monitoring
2
+
3
+
## Metrics vs Monitoring
4
+
5
+
Metrics are measurements or data points that tell you what is happening. For example, the number of steps you walk each day, your heart rate, or the temperature outside—these are all metrics.
6
+
7
+
Monitoring is the process of keeping an eye on these metrics over time to understand what’s normal, identify changes, and detect problems. It's like watching your step count daily to see if you're meeting your fitness goal or checking your heart rate to make sure it's in a healthy range.
8
+
1
9
## 🚀 Prometheus
2
10
- Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.
3
11
- It is known for its robust data model, powerful query language (PromQL), and the ability to generate alerts based on the collected time-series data.
0 commit comments