From 1f28f360aac9139bd79b407bae27fe896205fca4 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sat, 15 Oct 2016 05:09:11 +0000 Subject: New port: net-mgmt/prometheus Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. Prometheus' main distinguishing features as compared to other monitoring systems are: - a multi-dimensional data model (timeseries defined by metric name and set of key/value dimensions) - a flexible query language to leverage this dimensionality - no dependency on distributed storage; single server nodes are autonomous - timeseries collection happens via a pull model over HTTP - pushing timeseries is supported via an intermediary gateway - targets are discovered via service discovery or static configuration - multiple modes of graphing and dashboarding support - support for hierarchical and horizontal federation WWW: https://prometheus.io/ PR: 212468 Submitted by: Jev Bjoersell --- UIDs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UIDs') diff --git a/UIDs b/UIDs index ffd2cf810169..c66256ee959f 100644 --- a/UIDs +++ b/UIDs @@ -424,7 +424,7 @@ nomad:*:472:472::0:0:Nomad Daemon:/var/tmp/nomad:/usr/sbin/nologin # free: 475 # free: 476 # free: 477 -# free: 478 +prometheus:*:478:478::0:0:Prometheus Daemon:/var/tmp/prometheus:/usr/sbin/nologin # free: 479 # free: 480 # free: 481 -- cgit v1.2.3