From c1dcbd690b95c5cdb5505aa30a61a90c601b458a Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Wed, 19 Jun 2019 04:42:07 +0200 Subject: [PATCH] Prometheus: Add description and persist data and config (#110) --- bucket/prometheus.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" },