Add package promexplorer (#2583)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Marcus Ramberg 2023-05-03 22:55:03 +02:00 committed by GitHub
parent b04fa299fd
commit 3934fcc9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30042,5 +30042,19 @@
"description": "Hash algorithms in Nim.", "description": "Hash algorithms in Nim.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/nim-lang/checksums" "web": "https://github.com/nim-lang/checksums"
},
{
"name": "promexplorer",
"url": "https://github.com/marcusramberg/promexplorer",
"method": "git",
"tags": [
"prometheus",
"tui",
"illwill",
"monitoring"
],
"description": "A simple tool to explore Prometheus exporter metrics",
"license": "mit",
"web": "https://github.com/marcusramberg/promexplorer"
} }
] ]