Ansitheus
May 05, 2020
Ansitheus = Ansible + Prometheus 1. Prometheus overview # NOTE: Checkout the Prometheus official documentation. Prometheus is an open-source systems monitoring & alerting toolkit originally built at SoundCloud. 1.1. Features # a multi-dimensional data model with time series data identified by metric name & key/value pairs PromQL, a flexible query language to leverage this dimensionality no reliance on distributed storage; single server nodes are autonomous time series collection happens via a pull model over HTTP pushing time series is supported via an intermediary gateway targets are discovered via service discovery or static configuration multiple modes of graphing & dashboarding support 1. ...