RayanAhmed2000 / Prometheus

Introduction to Prometheus, Key concepts and features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"}

About

Introduction to Prometheus, Key concepts and features