πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

Working With Prometheus

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

  • What is Time Series database?
  • How prometheus is good for time series metrix?
  • What are components of prometheus?
  • How prometheus works?

Time Series Database

Time series data is the sequence of data points collected at a regular intervals over a period of time (metrics). For eg:- device data, weather data, etc. The data require aggregation and analysis.

Prometheus For Time Series Metrix

  • Optimized for Time Series Data
  • Built in service discovery
  • Flexible Query Language
  • Works in a Pull Model
  • Uses HTTP and Plain text
  • Stores Metrics in Memory and local disk

Components Of Prometheus

  • Client Library
  • Prometheus Server
  • Push-gateway
  • alert-manager
  • Metrics
  • Exporter
  • Collector

Working Of Prometheus

Prometheus collects metrics from monitored targets by scraping metrices HTTP endpoints .Scraping endpoint is more efficient than other mechanisms. Metrics can be extracted from the system by the following ways:-

  • By instrumenting
  • By using the prebuilt exporters
  • By using the Pathgateway