Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 988 Bytes

tasks.md

File metadata and controls

18 lines (12 loc) · 988 Bytes

Day 79 - Prometheus 🔥

Now, the next step is to learn about the Prometheus. It's an open-source system for monitoring services and alerts based on a time series data model. Prometheus collects data and metrics from different services and stores them according to a unique identifier—the metric name—and a time stamp.

Tasks:


  1. What is the Architecture of Prometheus Monitoring?
  2. What are the Features of Prometheus?
  3. What are the Components of Prometheus?
  4. What database is used by Prometheus?
  5. What is the default data retention period in Prometheus?

Ref: https://www.devopsschool.com/blog/top-50-prometheus-interview-questions-and-answers/