From 7ef8b18168ee48ac8b0072e6b2a4d7885e268226 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 13 Feb 2015 23:19:12 +1100 Subject: [PATCH] Add Prometheus An open-source service monitoring system and time series database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af7eea7..ae3e4d8 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies. * [KairosDB](https://code.google.com/p/kairosdb/) - Fast distributed scalable time series database, fork of OpenTSDB 1.x. * [OpenTSDB](http://opentsdb.net/) - Store and server massive amounts of time series data without losing granularity. +* [Prometheus](http://prometheus.io/) - An open-source service monitoring system and time series database. * [RRDtool](http://oss.oetiker.ch/rrdtool/) - Open source industry standard, high performance data logging and graphing system for time series data. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener.