aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2019-05-08 00:12:26 +0100
committerGitHub <noreply@github.com>2019-05-08 00:12:26 +0100
commite8ee2fd369e3366cb8eccf821db5864fba5cf41f (patch)
tree1792a07ddc0c26d3a07d0454337a2614f92d4783
parent18561258d8840c3a46df43af19743fab9fe77ab8 (diff)
downloadpackages-e8ee2fd369e3366cb8eccf821db5864fba5cf41f.tar.gz
packages-e8ee2fd369e3366cb8eccf821db5864fba5cf41f.zip
Add Prometheus package
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]