Prometheus: Add description and persist data and config (#110)

This commit is contained in:
Martin Mauch 2019-06-19 04:42:07 +02:00 committed by Ross Smith II
parent 521d1e1228
commit c1dcbd690b

View File

@ -1,5 +1,6 @@
{ {
"homepage": "https://prometheus.io/", "homepage": "https://prometheus.io/",
"description": "Power your metrics and alerting with a leading open-source monitoring solution.",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "2.10.0", "version": "2.10.0",
"architecture": { "architecture": {
@ -15,9 +16,17 @@
} }
}, },
"bin": [ "bin": [
"prometheus.exe", [
"prometheus.exe",
"prometheus",
"--config.file $persist_dir/prometheus.yml"
],
"promtool.exe" "promtool.exe"
], ],
"persist": [
"data",
"prometheus.yml"
],
"checkver": { "checkver": {
"github": "https://github.com/prometheus/prometheus" "github": "https://github.com/prometheus/prometheus"
}, },