Skip to content

Latest commit

 

History

History

day79

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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/

← Previous Day | Next Day →