🚀 DevOps Certified Professional
📅 Starting: 1st of Every Month 🤝 +91 8409492687 | 🤝 +1 (469) 756-6329 🔍 Contact@DevOpsSchool.com

Time series data & 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!

time series data base

  • sequence of data points collected at regular intervals over a period of time

how prometheus good for time series metrics

  • Prometheus fundamentally stores all data as time series: streams of timestamped values belonging to the same metric and the same set of labeled dimensions

components of prometheus

  • prometheus server
  • client libraries
  • push gateway
  • exporters
  • alert manager

How does prometheus work

  • by pushgateway:-The Pushgateway is an intermediary service which allows you to push metrics from jobs which cannot be scraped
  • by prebuilt exporters:- You can write your own exporter/custom collector or use the prebuilt exporters which will collect data from your infrastructure and send it to Prometheus
  • by instrumenting:– is the use of a library in an application’s code base in order to expose and update metrics about it for a Prometheus instance to scrape.