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