/Prometheus

Introduction to Prometheus, Key concepts and features

Prometheus

Introduction to Prometheus, Key concepts and features

About

  • written in Go language
  • pull based
  • scrapes metrics from targets

Architechture

  • TSDB : Timeseries database of prometheus
  • Alertmanager : Generaete alerts within prometheus

Core feautures

  • Data Model : Timeseries
  • https_request_total{job="nginx",instance="10.0.0.0:4334"}