From e8ee2fd369e3366cb8eccf821db5864fba5cf41f Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 8 May 2019 00:12:26 +0100 Subject: Add Prometheus package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 251144b..17e70ff 100644 --- a/packages.json +++ b/packages.json @@ -13287,5 +13287,18 @@ "description": "Library for splitting a string into shell words", "license": "MIT", "web": "https://github.com/SolitudeSF/shlex" + }, + { + "name": "prometheus", + "url": "https://github.com/dom96/prometheus", + "method": "git", + "tags": [ + "metrics", + "logging", + "graphs" + ], + "description": "Library for exposing metrics to Prometheus", + "license": "MIT", + "web": "https://github.com/dom96/prometheus" } ] -- cgit v1.2.3