3 Commits

Author SHA1 Message Date
claudio
fe789d0810 Update prometheus to v2.13.0. This installs the new tool tsdb.
OK sthen@
2019-10-16 06:47:12 +00:00
claudio
432087fc2f Update to prometheus v2.9.2
OK sthen@
2019-05-06 06:16:26 +00:00
claudio
a28b353b47 Prometheus is an open-source systems monitoring and alerting toolkit.
Its main features are:
- a multi-dimensional data model with time series data identified by
  metric name and key/value pairs
  - 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 and dashboarding support

Input and OK sthen@
2018-01-10 16:26:19 +00:00