Version: 2.36.2, Package name: prometheus-2.36.2 |
Maintained by: Claudio Jeker |
Master sites: |
Description 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 |
Filesize: 4285.569 KB |
Version History (View Complete History) |
|
2021-03-08 06:59:29 by Stuart Henderson | Files touched by this commit (92) |
Log message: bump the golang ports so that pkg_add -u knows to update them |
2021-02-27 02:28:51 by Antoine Jacoutot | Files touched by this commit (18) |
Log message: Use daemon_logger instead of hand crafter rc_start(). |
2021-02-15 02:19:45 by Claudio Jeker | Files touched by this commit (1) |
Log message: Update prometheus to v2.24.1. This port needs an extra react web UI package that I provide. Building react is a nightmare and to complicated for bulk builds. Also embedding the web UI into the go binary makes it hard to extract it from other offical builds. OK rsadowski@ sthen@ |
2021-02-15 02:18:37 by Claudio Jeker | Files touched by this commit (3) |
Log message: Update prometheus to v2.24.1. This port needs an extra react web UI package that I provide. Building react is a nightmare and to complicated for bulk builds. Also embedding the web UI into the go binary makes it hard to extract it from other offical builds. OK rsadowski@ sthen@ |
2020-11-20 14:17:22 by Stuart Henderson | Files touched by this commit (6) |
Log message: use /bin/ksh #! line on Prometheus-related ports as is standard with other rc scripts |