aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]